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

Data Fields

const AVClassclass
 
int mode
 
int intensity
 
float fintensity
 
uint16_t bg_color [4]
 
int planewidth [4]
 
int planeheight [4]
 
int hsub
 
int vsub
 
int x
 
int y
 
int pd
 
int is_yuv
 
int size
 
int depth
 
int mult
 
int envelope
 
int graticule
 
float opacity
 
float bgopacity
 
float lthreshold
 
float hthreshold
 
int tmin
 
int tmax
 
int flags
 
int colorspace
 
int cs
 
uint8_tpeak_memory
 
uint8_t ** peak
 
void(* vectorscope )(struct VectorscopeContext *s, AVFrame *in, AVFrame *out, int pd)
 
void(* graticulef )(struct VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P)
 

Detailed Description

Definition at line 42 of file vf_vectorscope.c.

Field Documentation

const AVClass* VectorscopeContext::class

Definition at line 43 of file vf_vectorscope.c.

int VectorscopeContext::mode
int VectorscopeContext::intensity

Definition at line 45 of file vf_vectorscope.c.

Referenced by config_output(), vectorscope16(), and vectorscope8().

float VectorscopeContext::fintensity

Definition at line 46 of file vf_vectorscope.c.

Referenced by config_output().

uint16_t VectorscopeContext::bg_color[4]

Definition at line 47 of file vf_vectorscope.c.

Referenced by config_input(), vectorscope16(), and vectorscope8().

int VectorscopeContext::planewidth[4]

Definition at line 48 of file vf_vectorscope.c.

Referenced by config_input(), vectorscope16(), and vectorscope8().

int VectorscopeContext::planeheight[4]

Definition at line 49 of file vf_vectorscope.c.

Referenced by config_input(), vectorscope16(), and vectorscope8().

int VectorscopeContext::hsub

Definition at line 50 of file vf_vectorscope.c.

Referenced by config_input(), vectorscope16(), and vectorscope8().

int VectorscopeContext::vsub

Definition at line 50 of file vf_vectorscope.c.

Referenced by config_input(), vectorscope16(), and vectorscope8().

int VectorscopeContext::x
int VectorscopeContext::y
int VectorscopeContext::pd
int VectorscopeContext::is_yuv
int VectorscopeContext::size
int VectorscopeContext::depth

Definition at line 54 of file vf_vectorscope.c.

Referenced by config_input(), and filter_frame().

int VectorscopeContext::mult

Definition at line 55 of file vf_vectorscope.c.

Referenced by config_input(), and green_graticule16().

int VectorscopeContext::envelope

Definition at line 56 of file vf_vectorscope.c.

Referenced by envelope(), envelope16(), envelope_peak(), and envelope_peak16().

int VectorscopeContext::graticule

Definition at line 57 of file vf_vectorscope.c.

Referenced by config_input().

float VectorscopeContext::opacity
float VectorscopeContext::bgopacity

Definition at line 59 of file vf_vectorscope.c.

Referenced by config_input().

float VectorscopeContext::lthreshold

Definition at line 60 of file vf_vectorscope.c.

Referenced by config_input().

float VectorscopeContext::hthreshold

Definition at line 61 of file vf_vectorscope.c.

Referenced by config_input().

int VectorscopeContext::tmin

Definition at line 62 of file vf_vectorscope.c.

Referenced by config_input(), vectorscope16(), and vectorscope8().

int VectorscopeContext::tmax

Definition at line 63 of file vf_vectorscope.c.

Referenced by config_input(), vectorscope16(), and vectorscope8().

int VectorscopeContext::flags
int VectorscopeContext::colorspace

Definition at line 65 of file vf_vectorscope.c.

Referenced by filter_frame().

int VectorscopeContext::cs

Definition at line 66 of file vf_vectorscope.c.

Referenced by filter_frame().

uint8_t* VectorscopeContext::peak_memory

Definition at line 67 of file vf_vectorscope.c.

Referenced by config_output(), and uninit().

uint8_t** VectorscopeContext::peak

Definition at line 68 of file vf_vectorscope.c.

Referenced by config_output(), envelope_peak(), envelope_peak16(), and uninit().

void(* VectorscopeContext::vectorscope)(struct VectorscopeContext *s, AVFrame *in, AVFrame *out, int pd)

Definition at line 70 of file vf_vectorscope.c.

Referenced by config_input(), and filter_frame().

void(* VectorscopeContext::graticulef)(struct VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P)

Definition at line 72 of file vf_vectorscope.c.

Referenced by config_input(), and filter_frame().


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