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

Data Fields

const AVClassclass
 
int width [4]
 
int height [4]
 
int nb_planes
 
int planes
 
int half
 
int depth
 
int offset
 
FFFrameSync fs
 
void(* premultiply [4])(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset)
 

Detailed Description

Definition at line 30 of file vf_premultiply.c.

Field Documentation

const AVClass* PreMultiplyContext::class

Definition at line 31 of file vf_premultiply.c.

int PreMultiplyContext::width[4]

Definition at line 32 of file vf_premultiply.c.

Referenced by config_input(), and process_frame().

int PreMultiplyContext::height[4]

Definition at line 32 of file vf_premultiply.c.

Referenced by config_input(), and process_frame().

int PreMultiplyContext::nb_planes

Definition at line 33 of file vf_premultiply.c.

Referenced by config_input(), and process_frame().

int PreMultiplyContext::planes

Definition at line 34 of file vf_premultiply.c.

int PreMultiplyContext::half

Definition at line 35 of file vf_premultiply.c.

Referenced by config_input(), and process_frame().

int PreMultiplyContext::depth

Definition at line 35 of file vf_premultiply.c.

Referenced by config_input(), and process_frame().

int PreMultiplyContext::offset

Definition at line 35 of file vf_premultiply.c.

Referenced by config_input(), and process_frame().

FFFrameSync PreMultiplyContext::fs

Definition at line 36 of file vf_premultiply.c.

Referenced by config_output(), filter_frame(), process_frame(), request_frame(), and uninit().

void(* PreMultiplyContext::premultiply[4])(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset)

Definition at line 38 of file vf_premultiply.c.

Referenced by process_frame().


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