NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

Holds Composite parameters for Composite Call.

Definition at line 194 of file nvbufsurftransform.h.

Collaboration diagram for _NvBufSurfTransformCompositeParams:

Data Fields

uint32_t composite_flag
 flag to indicate which of the composition parameters are valid. More...
 
uint32_t input_buf_count
 number of the input buffers to be composited. More...
 
NvBufSurfTransformRectsrc_comp_rect
 source rectangle coordinates of input buffers for composition. More...
 
NvBufSurfTransformRectdst_comp_rect
 destination rectangle coordinates of input buffers for composition. More...
 

Field Documentation

uint32_t _NvBufSurfTransformCompositeParams::composite_flag

flag to indicate which of the composition parameters are valid.

Definition at line 197 of file nvbufsurftransform.h.

NvBufSurfTransformRect* _NvBufSurfTransformCompositeParams::dst_comp_rect

destination rectangle coordinates of input buffers for composition.

Definition at line 203 of file nvbufsurftransform.h.

uint32_t _NvBufSurfTransformCompositeParams::input_buf_count

number of the input buffers to be composited.

Definition at line 199 of file nvbufsurftransform.h.

NvBufSurfTransformRect* _NvBufSurfTransformCompositeParams::src_comp_rect

source rectangle coordinates of input buffers for composition.

Definition at line 201 of file nvbufsurftransform.h.


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