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

Data Fields

const AVClassclass
 
int chromah
 
int chromaw
 
int hsub
 
int vsub
 
int depth
 
int fs
 
int cfs
 
int outfilter
 
int filters
 
AVFrameframe_prev
 
uint8_t rgba_color [4]
 
int yuv_color [3]
 
int nb_jobs
 
intjobs_rets
 
inthisty
 
inthistu
 
inthistv
 
inthistsat
 
AVFrameframe_sat
 
AVFrameframe_hue
 

Detailed Description

Definition at line 36 of file vf_signalstats.c.

Field Documentation

const AVClass* SignalstatsContext::class

Definition at line 37 of file vf_signalstats.c.

int SignalstatsContext::chromah
int SignalstatsContext::chromaw
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
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().


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