FFmpeg  4.0
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

◆ class

const AVClass* SignalstatsContext::class

Definition at line 37 of file vf_signalstats.c.

◆ chromah

int SignalstatsContext::chromah

◆ chromaw

int SignalstatsContext::chromaw

◆ hsub

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().

◆ vsub

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().

◆ depth

int SignalstatsContext::depth

◆ fs

int SignalstatsContext::fs

Definition at line 43 of file vf_signalstats.c.

Referenced by config_props(), filter_frame16(), and filter_frame8().

◆ cfs

int SignalstatsContext::cfs

Definition at line 44 of file vf_signalstats.c.

Referenced by config_props(), filter_frame16(), and filter_frame8().

◆ outfilter

int SignalstatsContext::outfilter

Definition at line 45 of file vf_signalstats.c.

Referenced by filter_frame16(), filter_frame8(), and init().

◆ filters

int SignalstatsContext::filters

Definition at line 46 of file vf_signalstats.c.

Referenced by filter_frame16(), filter_frame8(), and init().

◆ frame_prev

AVFrame* SignalstatsContext::frame_prev

Definition at line 47 of file vf_signalstats.c.

Referenced by filter_frame16(), filter_frame8(), and uninit().

◆ rgba_color

uint8_t SignalstatsContext::rgba_color[4]

Definition at line 48 of file vf_signalstats.c.

Referenced by init().

◆ yuv_color

int SignalstatsContext::yuv_color[3]

Definition at line 49 of file vf_signalstats.c.

Referenced by burn_frame16(), burn_frame8(), and init().

◆ nb_jobs

int SignalstatsContext::nb_jobs

◆ jobs_rets

int* SignalstatsContext::jobs_rets

Definition at line 51 of file vf_signalstats.c.

Referenced by config_props(), filter_frame16(), filter_frame8(), and uninit().

◆ histy

int* SignalstatsContext::histy

Definition at line 53 of file vf_signalstats.c.

Referenced by config_props(), filter_frame16(), filter_frame8(), and uninit().

◆ histu

int * SignalstatsContext::histu

Definition at line 53 of file vf_signalstats.c.

Referenced by config_props(), filter_frame16(), filter_frame8(), and uninit().

◆ histv

int * SignalstatsContext::histv

Definition at line 53 of file vf_signalstats.c.

Referenced by config_props(), filter_frame16(), filter_frame8(), and uninit().

◆ histsat

int * SignalstatsContext::histsat

Definition at line 53 of file vf_signalstats.c.

Referenced by config_props(), filter_frame16(), filter_frame8(), and uninit().

◆ frame_sat

AVFrame* SignalstatsContext::frame_sat

Definition at line 55 of file vf_signalstats.c.

Referenced by config_props(), filter_frame16(), filter_frame8(), and uninit().

◆ frame_hue

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: