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

#include <maskedmerge.h>

Data Fields

const AVClassclass
 
int width [4]
 
int height [4]
 
int nb_planes
 
int planes
 
int half
 
int depth
 
FFFrameSync fs
 
void(* maskedmerge )(const uint8_t *bsrc, const uint8_t *osrc, const uint8_t *msrc, uint8_t *dst, ptrdiff_t blinesize, ptrdiff_t olinesize, ptrdiff_t mlinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift)
 

Detailed Description

Definition at line 27 of file maskedmerge.h.

Field Documentation

const AVClass* MaskedMergeContext::class

Definition at line 28 of file maskedmerge.h.

int MaskedMergeContext::width[4]

Definition at line 29 of file maskedmerge.h.

Referenced by config_input(), and process_frame().

int MaskedMergeContext::height[4]

Definition at line 29 of file maskedmerge.h.

Referenced by config_input(), and process_frame().

int MaskedMergeContext::nb_planes

Definition at line 30 of file maskedmerge.h.

Referenced by config_input(), and process_frame().

int MaskedMergeContext::planes

Definition at line 31 of file maskedmerge.h.

Referenced by process_frame().

int MaskedMergeContext::half

Definition at line 32 of file maskedmerge.h.

Referenced by config_input(), and process_frame().

int MaskedMergeContext::depth

Definition at line 32 of file maskedmerge.h.

Referenced by config_input(), ff_maskedmerge_init_x86(), and process_frame().

FFFrameSync MaskedMergeContext::fs

Definition at line 33 of file maskedmerge.h.

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

void(* MaskedMergeContext::maskedmerge)(const uint8_t *bsrc, const uint8_t *osrc, const uint8_t *msrc, uint8_t *dst, ptrdiff_t blinesize, ptrdiff_t olinesize, ptrdiff_t mlinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift)

Definition at line 35 of file maskedmerge.h.

Referenced by config_input(), ff_maskedmerge_init_x86(), and process_frame().


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