|
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] |
| void(* | pick_color )(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) |
Definition at line 423 of file vf_datascope.c.
| const AVClass* PixscopeContext::class |
Definition at line 424 of file vf_datascope.c.
| float PixscopeContext::xpos |
Definition at line 426 of file vf_datascope.c.
| float PixscopeContext::ypos |
Definition at line 426 of file vf_datascope.c.
| float PixscopeContext::wx |
Definition at line 427 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| float PixscopeContext::wy |
Definition at line 427 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| int PixscopeContext::w |
Definition at line 428 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| int PixscopeContext::h |
Definition at line 428 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| float PixscopeContext::o |
Definition at line 429 of file vf_datascope.c.
Referenced by pixscope_config_input().
| int PixscopeContext::x |
Definition at line 431 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| int PixscopeContext::y |
Definition at line 431 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| int PixscopeContext::ww |
Definition at line 432 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| int PixscopeContext::wh |
Definition at line 432 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| int PixscopeContext::nb_planes |
Definition at line 434 of file vf_datascope.c.
Referenced by pixscope_config_input().
| int PixscopeContext::nb_comps |
Definition at line 435 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| int PixscopeContext::is_rgb |
Definition at line 436 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| uint8_t PixscopeContext::rgba_map[4] |
Definition at line 437 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| FFDrawContext PixscopeContext::draw |
Definition at line 438 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
| FFDrawColor PixscopeContext::dark |
Definition at line 439 of file vf_datascope.c.
Referenced by pixscope_config_input(), and pixscope_filter_frame().
| FFDrawColor PixscopeContext::black |
Definition at line 440 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| FFDrawColor PixscopeContext::white |
Definition at line 441 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| FFDrawColor PixscopeContext::green |
Definition at line 442 of file vf_datascope.c.
| FFDrawColor PixscopeContext::blue |
Definition at line 443 of file vf_datascope.c.
| FFDrawColor PixscopeContext::red |
Definition at line 444 of file vf_datascope.c.
| FFDrawColor* PixscopeContext::colors[4] |
Definition at line 445 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 447 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
1.8.6