NVIDIA DeepStream SDK API Reference6.0.1 Release |
NvBufSurfTransform Interface
This file specifies the NvBufSurfTransform image transformation APIs.
The NvBufSurfTransform API provides methods to set and get session parameters and to transform and composite APIs.
Definition in file nvbufsurftransform.h.
Go to the source code of this file.
Data Structures | |
struct | NvBufSurfTransformRect |
Holds the coordinates of a rectangle. More... | |
struct | _NvBufSurfTransformConfigParams |
Holds configuration parameters for a transform/composite session. More... | |
struct | _NvBufSurfaceTransformParams |
Holds transform parameters for a transform call. More... | |
struct | _NvBufSurfTransformCompositeParams |
Holds composite parameters for a composite call. More... | |
struct | _NvBufSurfTransform_ColorParams |
struct | _NvBufSurfTransformCompositeBlendParams |
Holds composite blend parameters for a composite blender call. More... | |
Typedefs | |
typedef struct _NvBufSurfTransformConfigParams | NvBufSurfTransformConfigParams |
Holds configuration parameters for a transform/composite session. More... | |
typedef struct _NvBufSurfaceTransformParams | NvBufSurfTransformParams |
Holds transform parameters for a transform call. More... | |
typedef struct _NvBufSurfTransformCompositeParams | NvBufSurfTransformCompositeParams |
Holds composite parameters for a composite call. More... | |
typedef struct _NvBufSurfTransform_ColorParams | NvBufSurfTransform_ColorParams |
typedef struct _NvBufSurfTransformCompositeBlendParams | NvBufSurfTransformCompositeBlendParams |
Holds composite blend parameters for a composite blender call. More... | |
typedef struct NvBufSurfTransformSyncObj * | NvBufSurfTransformSyncObj_t |
Holds the information about synchronization objects for asynchronous transform/composite APIs. More... | |