NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
_NvBufSurfaceTransformParams Struct Reference

Detailed Description

Holds transform parameters for a transform call.

Definition at line 186 of file nvbufsurftransform.h.

Data Fields

uint32_t transform_flag
 Holds a flag that indicates which transform parameters are valid. More...
 
NvBufSurfTransform_Flip transform_flip
 Holds the flip method. More...
 
NvBufSurfTransform_Inter transform_filter
 Holds a transform filter. More...
 
NvBufSurfTransformRectsrc_rect
 Holds a pointer to a list of source rectangle coordinates for a crop operation. More...
 
NvBufSurfTransformRectdst_rect
 Holds a pointer to list of destination rectangle coordinates for a crop operation. More...
 

Field Documentation

NvBufSurfTransformRect* _NvBufSurfaceTransformParams::dst_rect

Holds a pointer to list of destination rectangle coordinates for a crop operation.

Definition at line 199 of file nvbufsurftransform.h.

NvBufSurfTransformRect* _NvBufSurfaceTransformParams::src_rect

Holds a pointer to a list of source rectangle coordinates for a crop operation.

Definition at line 196 of file nvbufsurftransform.h.

NvBufSurfTransform_Inter _NvBufSurfaceTransformParams::transform_filter

Holds a transform filter.

Definition at line 193 of file nvbufsurftransform.h.

uint32_t _NvBufSurfaceTransformParams::transform_flag

Holds a flag that indicates which transform parameters are valid.

Definition at line 189 of file nvbufsurftransform.h.

NvBufSurfTransform_Flip _NvBufSurfaceTransformParams::transform_flip

Holds the flip method.

Definition at line 191 of file nvbufsurftransform.h.


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