Jetson Linux API Reference

35.2.1 Release
_NvBufSurfTransformCompositeBlendParams Struct Reference

Detailed Description

Holds composite blend parameters for a composite blender call.

Definition at line 234 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

◆ color_bg

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

◆ composite_blend_filter

NvBufSurfTransform_Inter _NvBufSurfTransformCompositeBlendParams::composite_blend_filter

Holds a blend/composite filter applicable only

Definition at line 241 of file nvbufsurftransform.h.

◆ composite_blend_flag

uint32_t _NvBufSurfTransformCompositeBlendParams::composite_blend_flag

Holds a flag that indicates which composition parameters are valid.

Definition at line 237 of file nvbufsurftransform.h.

◆ input_buf_count

uint32_t _NvBufSurfTransformCompositeBlendParams::input_buf_count

Holds the number of input buffers to be composited.

Definition at line 239 of file nvbufsurftransform.h.

◆ perform_blending

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


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