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
 
const uint8_tbg_color
 
int planewidth [4]
 
int planeheight [4]
 
int hsub
 
int vsub
 
int x
 
int y
 
int pd
 
int is_yuv
 
int size
 
int mult
 
int envelope
 
uint8_t peak [1024][1024]
 
void(* vectorscope )(struct VectorscopeContext *s, AVFrame *in, AVFrame *out, int pd)
 

Detailed Description

Definition at line 40 of file vf_vectorscope.c.

Field Documentation

const AVClass* VectorscopeContext::class

Definition at line 41 of file vf_vectorscope.c.

int VectorscopeContext::mode
int VectorscopeContext::intensity

Definition at line 43 of file vf_vectorscope.c.

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

float VectorscopeContext::fintensity

Definition at line 44 of file vf_vectorscope.c.

Referenced by config_output().

const uint8_t* VectorscopeContext::bg_color

Definition at line 45 of file vf_vectorscope.c.

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

int VectorscopeContext::planewidth[4]

Definition at line 46 of file vf_vectorscope.c.

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

int VectorscopeContext::planeheight[4]

Definition at line 47 of file vf_vectorscope.c.

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

int VectorscopeContext::hsub

Definition at line 48 of file vf_vectorscope.c.

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

int VectorscopeContext::vsub

Definition at line 48 of file vf_vectorscope.c.

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

int VectorscopeContext::x

Definition at line 49 of file vf_vectorscope.c.

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

int VectorscopeContext::y

Definition at line 49 of file vf_vectorscope.c.

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

int VectorscopeContext::pd
int VectorscopeContext::is_yuv
int VectorscopeContext::size
int VectorscopeContext::mult

Definition at line 52 of file vf_vectorscope.c.

Referenced by config_input(), and vectorscope16().

int VectorscopeContext::envelope

Definition at line 53 of file vf_vectorscope.c.

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

uint8_t VectorscopeContext::peak[1024][1024]

Definition at line 54 of file vf_vectorscope.c.

Referenced by envelope_peak(), and envelope_peak16().

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

Definition at line 56 of file vf_vectorscope.c.

Referenced by config_input(), and filter_frame().


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