|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds Transform parameters for Transform Call.
Definition at line 174 of file nvbufsurftransform.h.

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... | |
| NvBufSurfTransformRect * | src_rect |
| list of source rectangle coordinates for crop operation More... | |
| NvBufSurfTransformRect * | dst_rect |
| list of destination rectangle coordinates for crop operation. More... | |
| 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.