FFmpeg
|
Data Fields | |
const AVClass * | class |
int | chromah |
int | chromaw |
int | hsub |
int | vsub |
int | depth |
int | fs |
int | cfs |
int | outfilter |
int | filters |
AVFrame * | frame_prev |
uint8_t | rgba_color [4] |
int | yuv_color [3] |
int | nb_jobs |
int * | jobs_rets |
int * | histy |
int * | histu |
int * | histv |
int * | histsat |
AVFrame * | frame_sat |
AVFrame * | frame_hue |
Definition at line 36 of file vf_signalstats.c.
const AVClass* SignalstatsContext::class |
Definition at line 37 of file vf_signalstats.c.
int SignalstatsContext::chromah |
Definition at line 38 of file vf_signalstats.c.
Referenced by compute_sat_hue_metrics16(), compute_sat_hue_metrics8(), config_props(), filter_frame16(), and filter_frame8().
int SignalstatsContext::chromaw |
Definition at line 39 of file vf_signalstats.c.
Referenced by compute_sat_hue_metrics16(), compute_sat_hue_metrics8(), config_props(), filter_frame16(), and filter_frame8().
int SignalstatsContext::hsub |
Definition at line 40 of file vf_signalstats.c.
Referenced by burn_frame16(), burn_frame8(), config_props(), filter16_brng(), and filter8_brng().
int SignalstatsContext::vsub |
Definition at line 41 of file vf_signalstats.c.
Referenced by burn_frame16(), burn_frame8(), config_props(), filter16_brng(), and filter8_brng().
int SignalstatsContext::depth |
Definition at line 42 of file vf_signalstats.c.
Referenced by burn_frame16(), compute_sat_hue_metrics16(), config_props(), filter16_brng(), filter_frame(), and filter_frame16().
int SignalstatsContext::fs |
Definition at line 43 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), and filter_frame8().
int SignalstatsContext::cfs |
Definition at line 44 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), and filter_frame8().
int SignalstatsContext::outfilter |
Definition at line 45 of file vf_signalstats.c.
Referenced by filter_frame16(), filter_frame8(), and init().
int SignalstatsContext::filters |
Definition at line 46 of file vf_signalstats.c.
Referenced by filter_frame16(), filter_frame8(), and init().
AVFrame* SignalstatsContext::frame_prev |
Definition at line 47 of file vf_signalstats.c.
Referenced by filter_frame16(), filter_frame8(), and uninit().
uint8_t SignalstatsContext::rgba_color[4] |
Definition at line 48 of file vf_signalstats.c.
Referenced by init().
int SignalstatsContext::yuv_color[3] |
Definition at line 49 of file vf_signalstats.c.
Referenced by burn_frame16(), burn_frame8(), and init().
int SignalstatsContext::nb_jobs |
Definition at line 50 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), and filter_frame8().
int* SignalstatsContext::jobs_rets |
Definition at line 51 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), filter_frame8(), and uninit().
int* SignalstatsContext::histy |
Definition at line 53 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), and uninit().
int * SignalstatsContext::histu |
Definition at line 53 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), and uninit().
int * SignalstatsContext::histv |
Definition at line 53 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), and uninit().
int * SignalstatsContext::histsat |
Definition at line 53 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), and uninit().
AVFrame* SignalstatsContext::frame_sat |
Definition at line 55 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), filter_frame8(), and uninit().
AVFrame* SignalstatsContext::frame_hue |
Definition at line 56 of file vf_signalstats.c.
Referenced by config_props(), filter_frame16(), filter_frame8(), and uninit().