FFmpeg
Data Fields
VectorscopeContext Struct Reference

Data Fields

const AVClassclass
 
int mode
 
int intensity
 
float fintensity
 
uint16_t bg_color [4]
 
float ftint [2]
 
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 tint [2]
 
int tmin
 
int tmax
 
int flags
 
int colorspace
 
int cs
 
uint8_t * peak_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 50 of file vf_vectorscope.c.

Field Documentation

◆ class

const AVClass* VectorscopeContext::class

Definition at line 51 of file vf_vectorscope.c.

◆ mode

int VectorscopeContext::mode

Definition at line 52 of file vf_vectorscope.c.

◆ intensity

int VectorscopeContext::intensity

Definition at line 53 of file vf_vectorscope.c.

Referenced by vectorscope16(), and vectorscope8().

◆ fintensity

float VectorscopeContext::fintensity

Definition at line 54 of file vf_vectorscope.c.

◆ bg_color

uint16_t VectorscopeContext::bg_color[4]

Definition at line 55 of file vf_vectorscope.c.

◆ ftint

float VectorscopeContext::ftint[2]

Definition at line 56 of file vf_vectorscope.c.

◆ planewidth

int VectorscopeContext::planewidth[4]

Definition at line 57 of file vf_vectorscope.c.

◆ planeheight

int VectorscopeContext::planeheight[4]

Definition at line 58 of file vf_vectorscope.c.

◆ hsub

int VectorscopeContext::hsub

Definition at line 59 of file vf_vectorscope.c.

◆ vsub

int VectorscopeContext::vsub

Definition at line 59 of file vf_vectorscope.c.

Referenced by vectorscope16(), and vectorscope8().

◆ x

int VectorscopeContext::x

◆ y

int VectorscopeContext::y

◆ pd

int VectorscopeContext::pd

Definition at line 60 of file vf_vectorscope.c.

Referenced by vectorscope16(), and vectorscope8().

◆ is_yuv

int VectorscopeContext::is_yuv

Definition at line 61 of file vf_vectorscope.c.

◆ size

int VectorscopeContext::size

Definition at line 62 of file vf_vectorscope.c.

◆ depth

int VectorscopeContext::depth

Definition at line 63 of file vf_vectorscope.c.

Referenced by query_formats().

◆ mult

int VectorscopeContext::mult

Definition at line 64 of file vf_vectorscope.c.

◆ envelope

int VectorscopeContext::envelope

Definition at line 65 of file vf_vectorscope.c.

◆ graticule

int VectorscopeContext::graticule

Definition at line 66 of file vf_vectorscope.c.

◆ opacity

float VectorscopeContext::opacity

Definition at line 67 of file vf_vectorscope.c.

◆ bgopacity

float VectorscopeContext::bgopacity

Definition at line 68 of file vf_vectorscope.c.

◆ lthreshold

float VectorscopeContext::lthreshold

Definition at line 69 of file vf_vectorscope.c.

◆ hthreshold

float VectorscopeContext::hthreshold

Definition at line 70 of file vf_vectorscope.c.

◆ tint

int VectorscopeContext::tint[2]

Definition at line 71 of file vf_vectorscope.c.

◆ tmin

int VectorscopeContext::tmin

Definition at line 72 of file vf_vectorscope.c.

Referenced by vectorscope16(), and vectorscope8().

◆ tmax

int VectorscopeContext::tmax

Definition at line 73 of file vf_vectorscope.c.

Referenced by vectorscope16(), and vectorscope8().

◆ flags

int VectorscopeContext::flags

Definition at line 74 of file vf_vectorscope.c.

◆ colorspace

int VectorscopeContext::colorspace

Definition at line 75 of file vf_vectorscope.c.

◆ cs

int VectorscopeContext::cs

Definition at line 76 of file vf_vectorscope.c.

◆ peak_memory

uint8_t* VectorscopeContext::peak_memory

Definition at line 77 of file vf_vectorscope.c.

◆ peak

uint8_t** VectorscopeContext::peak

Definition at line 78 of file vf_vectorscope.c.

◆ vectorscope

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

Definition at line 80 of file vf_vectorscope.c.

◆ graticulef

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

Definition at line 82 of file vf_vectorscope.c.


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