![]() |
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds Composite parameters for Composite Call.
Definition at line 194 of file nvbufsurftransform.h.
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... | |
NvBufSurfTransformRect * | src_comp_rect |
source rectangle coordinates of input buffers for composition. More... | |
NvBufSurfTransformRect * | dst_comp_rect |
destination rectangle coordinates of input buffers for composition. More... | |
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.