Holds composite blend parameters for a composite blender call.
Definition at line 253 of file nvbufsurftransform.h.
Data Fields | |
uint32_t | composite_blend_flag |
Holds a flag that indicates which composition parameters are valid. More... | |
uint32_t | input_buf_count |
Holds the number of input buffers to be composited. More... | |
NvBufSurfTransform_Inter | composite_blend_filter |
Holds a blend/composite filter applicable only More... | |
NvBufSurfTransform_ColorParams * | color_bg |
Holds background color list for blending if background buffer is absent, if NULL it wont be used, background buffer is expected to be NULL, if blending with static color is required. More... | |
uint32_t * | perform_blending |
Holds a boolean flag list indicating whether blending to be done for particular buffer, if NULL, blending will be on all buffers, if valid value API expects at least numFilled size list and each element can take value 0 or 1. More... | |
void * | reserved [STRUCTURE_PADDING] |
Reserved fields for future expansion. More... | |
NvBufSurfTransform_ColorParams* _NvBufSurfTransformCompositeBlendParams::color_bg |
Holds background color list for blending if background buffer is absent, if NULL it wont be used, background buffer is expected to be NULL, if blending with static color is required.
Definition at line 265 of file nvbufsurftransform.h.
NvBufSurfTransform_Inter _NvBufSurfTransformCompositeBlendParams::composite_blend_filter |
Holds a blend/composite filter applicable only
Definition at line 260 of file nvbufsurftransform.h.
uint32_t _NvBufSurfTransformCompositeBlendParams::composite_blend_flag |
Holds a flag that indicates which composition parameters are valid.
Definition at line 256 of file nvbufsurftransform.h.
uint32_t _NvBufSurfTransformCompositeBlendParams::input_buf_count |
Holds the number of input buffers to be composited.
Definition at line 258 of file nvbufsurftransform.h.
uint32_t* _NvBufSurfTransformCompositeBlendParams::perform_blending |
Holds a boolean flag list indicating whether blending to be done for particular buffer, if NULL, blending will be on all buffers, if valid value API expects at least numFilled size list and each element can take value 0 or 1.
Definition at line 270 of file nvbufsurftransform.h.
void* _NvBufSurfTransformCompositeBlendParams::reserved[STRUCTURE_PADDING] |
Reserved fields for future expansion.
Definition at line 272 of file nvbufsurftransform.h.