NVIDIA DeepStream SDK API Reference

6.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvBufSurfTransformCompositeBlendParams Struct Reference

Detailed Description

Holds composite blend parameters for a composite blender call.

Definition at line 228 of file nvbufsurftransform.h.

Collaboration diagram for _NvBufSurfTransformCompositeBlendParams:

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_ColorParamscolor_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...
 

Field Documentation

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 240 of file nvbufsurftransform.h.

NvBufSurfTransform_Inter _NvBufSurfTransformCompositeBlendParams::composite_blend_filter

Holds a blend/composite filter applicable only.

Definition at line 235 of file nvbufsurftransform.h.

uint32_t _NvBufSurfTransformCompositeBlendParams::composite_blend_flag

Holds a flag that indicates which composition parameters are valid.

Definition at line 231 of file nvbufsurftransform.h.

uint32_t _NvBufSurfTransformCompositeBlendParams::input_buf_count

Holds the number of input buffers to be composited.

Definition at line 233 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 245 of file nvbufsurftransform.h.


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