FFmpeg
|
Data Fields | |
const AVClass * | class |
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 |
FFDrawColor * | colors [4] |
uint16_t | values [4][80][80] |
void(* | pick_color )(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) |
Definition at line 452 of file vf_datascope.c.
const AVClass* PixscopeContext::class |
Definition at line 453 of file vf_datascope.c.
float PixscopeContext::xpos |
Definition at line 455 of file vf_datascope.c.
Referenced by pixscope_config_input().
float PixscopeContext::ypos |
Definition at line 455 of file vf_datascope.c.
Referenced by pixscope_config_input().
float PixscopeContext::wx |
Definition at line 456 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
float PixscopeContext::wy |
Definition at line 456 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
int PixscopeContext::w |
Definition at line 457 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
int PixscopeContext::h |
Definition at line 457 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
float PixscopeContext::o |
Definition at line 458 of file vf_datascope.c.
int PixscopeContext::x |
Definition at line 460 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
int PixscopeContext::y |
Definition at line 460 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
int PixscopeContext::ww |
Definition at line 461 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
int PixscopeContext::wh |
Definition at line 461 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
int PixscopeContext::nb_planes |
Definition at line 463 of file vf_datascope.c.
Referenced by pixscope_config_input().
int PixscopeContext::nb_comps |
Definition at line 464 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
int PixscopeContext::is_rgb |
Definition at line 465 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
uint8_t PixscopeContext::rgba_map[4] |
Definition at line 466 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
FFDrawContext PixscopeContext::draw |
Definition at line 467 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
FFDrawColor PixscopeContext::dark |
Definition at line 468 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
FFDrawColor PixscopeContext::black |
Definition at line 469 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
FFDrawColor PixscopeContext::white |
Definition at line 470 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
FFDrawColor PixscopeContext::green |
Definition at line 471 of file vf_datascope.c.
Referenced by pixscope_config_input().
FFDrawColor PixscopeContext::blue |
Definition at line 472 of file vf_datascope.c.
Referenced by pixscope_config_input().
FFDrawColor PixscopeContext::red |
Definition at line 473 of file vf_datascope.c.
Referenced by pixscope_config_input().
FFDrawColor* PixscopeContext::colors[4] |
Definition at line 474 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
uint16_t PixscopeContext::values[4][80][80] |
Definition at line 476 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
void(* PixscopeContext::pick_color) (FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) |
Definition at line 478 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().