|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| int | chromah |
| int | chromaw |
| int | hsub |
| int | vsub |
| int | fs |
| int | cfs |
| enum FilterMode | outfilter |
| int | filters |
| AVFrame * | frame_prev |
| char * | vrep_line |
| uint8_t | rgba_color [4] |
| int | yuv_color [3] |
Definition at line 35 of file vf_signalstats.c.
| const AVClass* SignalstatsContext::class |
Definition at line 36 of file vf_signalstats.c.
| int SignalstatsContext::chromah |
Definition at line 37 of file vf_signalstats.c.
Referenced by config_props(), and filter_frame().
| int SignalstatsContext::chromaw |
Definition at line 38 of file vf_signalstats.c.
Referenced by config_props(), and filter_frame().
| int SignalstatsContext::hsub |
Definition at line 39 of file vf_signalstats.c.
Referenced by burn_frame(), config_props(), and filter_brng().
| int SignalstatsContext::vsub |
Definition at line 40 of file vf_signalstats.c.
Referenced by burn_frame(), config_props(), and filter_brng().
| int SignalstatsContext::fs |
Definition at line 41 of file vf_signalstats.c.
Referenced by config_props(), and filter_frame().
| int SignalstatsContext::cfs |
Definition at line 42 of file vf_signalstats.c.
Referenced by config_props(), and filter_frame().
| enum FilterMode SignalstatsContext::outfilter |
Definition at line 43 of file vf_signalstats.c.
Referenced by filter_frame(), and init().
| int SignalstatsContext::filters |
Definition at line 44 of file vf_signalstats.c.
Referenced by config_props(), filter_frame(), and init().
| AVFrame* SignalstatsContext::frame_prev |
Definition at line 45 of file vf_signalstats.c.
Referenced by filter_frame(), and uninit().
| char* SignalstatsContext::vrep_line |
Definition at line 46 of file vf_signalstats.c.
Referenced by config_props(), filter_init_vrep(), filter_vrep(), and uninit().
| uint8_t SignalstatsContext::rgba_color[4] |
Definition at line 47 of file vf_signalstats.c.
Referenced by init().
| int SignalstatsContext::yuv_color[3] |
Definition at line 48 of file vf_signalstats.c.
Referenced by burn_frame(), and init().
1.8.2