NVIDIA DeepStream SDK API Reference

8.0 Release
_NvBufSurfTransformCompositeParams Struct Reference

Detailed Description

Holds composite parameters for a composite call.

Definition at line 217 of file nvbufsurftransform.h.

Collaboration diagram for _NvBufSurfTransformCompositeParams:

Data Fields

uint32_t composite_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...
 
NvBufSurfTransformRectsrc_comp_rect
 Holds source rectangle coordinates of input buffers for compositing. More...
 
NvBufSurfTransformRectdst_comp_rect
 Holds destination rectangle coordinates of input buffers for compositing. More...
 
NvBufSurfTransform_Inter composite_filter
 Holds a composite filter. More...
 
void * reserved [STRUCTURE_PADDING]
 Reserved fields for future expansion. More...
 

Field Documentation

◆ composite_filter

NvBufSurfTransform_Inter _NvBufSurfTransformCompositeParams::composite_filter

Holds a composite filter.

Definition at line 229 of file nvbufsurftransform.h.

◆ composite_flag

uint32_t _NvBufSurfTransformCompositeParams::composite_flag

Holds a flag that indicates which composition parameters are valid.

Definition at line 220 of file nvbufsurftransform.h.

◆ dst_comp_rect

NvBufSurfTransformRect* _NvBufSurfTransformCompositeParams::dst_comp_rect

Holds destination rectangle coordinates of input buffers for compositing.

Definition at line 227 of file nvbufsurftransform.h.

◆ input_buf_count

uint32_t _NvBufSurfTransformCompositeParams::input_buf_count

Holds the number of input buffers to be composited.

Definition at line 222 of file nvbufsurftransform.h.

◆ reserved

void* _NvBufSurfTransformCompositeParams::reserved[STRUCTURE_PADDING]

Reserved fields for future expansion.

Definition at line 231 of file nvbufsurftransform.h.

◆ src_comp_rect

NvBufSurfTransformRect* _NvBufSurfTransformCompositeParams::src_comp_rect

Holds source rectangle coordinates of input buffers for compositing.

Definition at line 224 of file nvbufsurftransform.h.


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