FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
PixscopeContext Struct Reference

Data Fields

const AVClassclass
 
float xpos
 
float ypos
 
float wx
 
float wy
 
int w
 
int h
 
float o
 
int x
 
int y
 
int ww
 
int wh
 
int nb_planes
 
int nb_comps
 
int is_rgb
 
uint8_t rgba_map [4]
 
FFDrawContext draw
 
FFDrawColor dark
 
FFDrawColor black
 
FFDrawColor white
 
FFDrawColor green
 
FFDrawColor blue
 
FFDrawColor red
 
FFDrawColorcolors [4]
 
uint16_t values [4][80][80]
 
void(* pick_color )(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value)
 

Detailed Description

Definition at line 473 of file vf_datascope.c.

Field Documentation

◆ class

const AVClass* PixscopeContext::class

Definition at line 474 of file vf_datascope.c.

◆ xpos

float PixscopeContext::xpos

Definition at line 476 of file vf_datascope.c.

◆ ypos

float PixscopeContext::ypos

Definition at line 476 of file vf_datascope.c.

◆ wx

float PixscopeContext::wx

Definition at line 477 of file vf_datascope.c.

◆ wy

float PixscopeContext::wy

Definition at line 477 of file vf_datascope.c.

◆ w

int PixscopeContext::w

Definition at line 478 of file vf_datascope.c.

◆ h

int PixscopeContext::h

Definition at line 478 of file vf_datascope.c.

◆ o

float PixscopeContext::o

Definition at line 479 of file vf_datascope.c.

◆ x

int PixscopeContext::x

Definition at line 481 of file vf_datascope.c.

◆ y

int PixscopeContext::y

Definition at line 481 of file vf_datascope.c.

◆ ww

int PixscopeContext::ww

Definition at line 482 of file vf_datascope.c.

◆ wh

int PixscopeContext::wh

Definition at line 482 of file vf_datascope.c.

◆ nb_planes

int PixscopeContext::nb_planes

Definition at line 484 of file vf_datascope.c.

◆ nb_comps

int PixscopeContext::nb_comps

Definition at line 485 of file vf_datascope.c.

◆ is_rgb

int PixscopeContext::is_rgb

Definition at line 486 of file vf_datascope.c.

◆ rgba_map

uint8_t PixscopeContext::rgba_map[4]

Definition at line 487 of file vf_datascope.c.

◆ draw

FFDrawContext PixscopeContext::draw

Definition at line 488 of file vf_datascope.c.

◆ dark

FFDrawColor PixscopeContext::dark

Definition at line 489 of file vf_datascope.c.

◆ black

FFDrawColor PixscopeContext::black

Definition at line 490 of file vf_datascope.c.

◆ white

FFDrawColor PixscopeContext::white

Definition at line 491 of file vf_datascope.c.

◆ green

FFDrawColor PixscopeContext::green

Definition at line 492 of file vf_datascope.c.

◆ blue

FFDrawColor PixscopeContext::blue

Definition at line 493 of file vf_datascope.c.

◆ red

FFDrawColor PixscopeContext::red

Definition at line 494 of file vf_datascope.c.

◆ colors

FFDrawColor* PixscopeContext::colors[4]

Definition at line 495 of file vf_datascope.c.

◆ values

uint16_t PixscopeContext::values[4][80][80]

Definition at line 497 of file vf_datascope.c.

◆ pick_color

void(* PixscopeContext::pick_color) (FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value)

Definition at line 499 of file vf_datascope.c.


The documentation for this struct was generated from the following file: