NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

Holds Transform parameters for Transform Call.

Definition at line 174 of file nvbufsurftransform.h.

Collaboration diagram for _NvBufSurfaceTransformParams:

Data Fields

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

Field Documentation

NvBufSurfTransformRect* _NvBufSurfaceTransformParams::dst_rect

list of destination rectangle coordinates for crop operation.

Definition at line 188 of file nvbufsurftransform.h.

NvBufSurfTransformRect* _NvBufSurfaceTransformParams::src_rect

list of source rectangle coordinates for crop operation

Definition at line 185 of file nvbufsurftransform.h.

NvBufSurfTransform_Inter _NvBufSurfaceTransformParams::transform_filter

transform filter.

Definition at line 182 of file nvbufsurftransform.h.

uint32_t _NvBufSurfaceTransformParams::transform_flag

flag to indicate which of the transform parameters are valid.

Definition at line 178 of file nvbufsurftransform.h.

NvBufSurfTransform_Flip _NvBufSurfaceTransformParams::transform_flip

flip method.

Definition at line 180 of file nvbufsurftransform.h.


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