21 #ifndef NVBUFSURFTRANSFORM_H_
22 #define NVBUFSURFTRANSFORM_H_
365 NvBufSurfTransformSyncObj_t *sync_obj);
397 NvBufSurfTransformSyncObj_t *sync_obj);
472 NvBufSurfTransformSyncObj_t *sync_obj);
488 NvBufSurfTransformSyncObj_t sync_obj, uint32_t time_out);
502 NvBufSurfTransformSyncObj_t* sync_obj);
NvBufSurfTransform_Error NvBufSurfTransformMultiInputBufCompositeAsync(NvBufSurface **src, NvBufSurface *dst, NvBufSurfTransformCompositeParams *composite_params, NvBufSurfTransformSyncObj_t *sync_obj)
Performs Composition on multiple input images with single batch size Asynchronously (non-blocking)...
NvBufSurfTransform_Error NvBufSurfTransformSetSessionParams(NvBufSurfTransformConfigParams *config_params)
Sets user-defined session parameters.
Specifies video flip inverse transpose.
NvBufSurfTransform_Composite_Flag
Specifies types of composition operations.
struct _NvBufSurfTransformCompositeBlendParams NvBufSurfTransformCompositeBlendParams
Holds composite blend parameters for a composite blender call.
Specifies invalid input parameters.
NvBufSurfTransform_Error NvBufSurfTransformSyncObjDestroy(NvBufSurfTransformSyncObj_t *sync_obj)
Destroy the synchroization object.
Specifies GPU-Super, VIC-10 Tap interpolation.
NvBufSurfTransform_Error NvBufSurfTransformComposite(NvBufSurface *src, NvBufSurface *dst, NvBufSurfTransformCompositeParams *composite_params)
Composites batched input images.
struct _NvBufSurfTransformCompositeParams NvBufSurfTransformCompositeParams
Holds composite parameters for a composite call.
struct NvBufSurfTransformSyncObj * NvBufSurfTransformSyncObj_t
Holds the information about synchronization objects for asynchronous transform/composite APIs...
Specifies an unsupported feature or format.
NvBufSurfTransform_Error NvBufSurfTransform(NvBufSurface *src, NvBufSurface *dst, NvBufSurfTransformParams *transform_params)
Performs a transformation on batched input images.
NvBufSurfTransform_Compute
Specifies compute devices used by NvBufSurfTransform.
Specifies GPU-Cubic, VIC-5 Tap interpolation.
Specifies a composite to set the filter type.
Specifies GPU-Nearest, VIC-Nearest interpolation.
Specifies Nearest Interpolation Method interpolation.
NvBufSurfTransform_Error NvBufSurfTransformCompositeAsync(NvBufSurface *src, NvBufSurface *dst, NvBufSurfTransformCompositeParams *composite_params, NvBufSurfTransformSyncObj_t *sync_obj)
Composites batched input images Asynchronously (non-blocking).
Specifies GPU-Lanzos, VIC-Smart interpolation.
struct _NvBufSurfTransformConfigParams NvBufSurfTransformConfigParams
Holds configuration parameters for a transform/composite session.
Specifies that the GPU is the compute device.
Specifies a runtime execution error.
Specifies that the VIC as a compute device.
Specifies video flip transpose.
struct _NvBufSurfaceTransformParams NvBufSurfTransformParams
Holds transform parameters for a transform call.
NvBufSurfTransform_Error NvBufSurfTransformAsync(NvBufSurface *src, NvBufSurface *dst, NvBufSurfTransformParams *transform_params, NvBufSurfTransformSyncObj_t *sync_obj)
An asynchronous (non-blocking) transformation on batched input images.
NvBufSurfTransform_Error
Specifies error codes returned by NvBufSurfTransform functions.
Holds information about batched buffers.
Specifies an error in source or destination ROI.
struct _NvBufSurfTransform_ColorParams NvBufSurfTransform_ColorParams
Specifies rotating 90 degrees clockwise.
Specifies a flag to describe the requested compositing operation.
Specifies video flip with respect to the Y-axis.
Specifies GPU-Ignored, VIC-Nicest interpolation.
NvBufSurfTransform_Error NvBufSurfTransformMultiInputBufComposite(NvBufSurface **src, NvBufSurface *dst, NvBufSurfTransformCompositeParams *composite_params)
Performs Composition on multiple input images with single batch size.
Specifies VIC as a compute device for Jetson or dGPU for an x86_64 system.
NvBufSurfTransform_Error NvBufSurfTransformSyncObjWait(NvBufSurfTransformSyncObj_t sync_obj, uint32_t time_out)
Wait on the synchroization object.
NvBufSurfTransform_Error NvBufSurfTransformCompositeBlend(NvBufSurface *src0, NvBufSurface *src1, NvBufSurface *alpha, NvBufSurface *dst, NvBufSurfTransformCompositeBlendParams *blend_params)
Composites/Blends batched input images.
Specifies a transform to normalize output.
Specifies a transform to crop the destination rectangle.
NvBufSurfTransform_Transform_Flag
Specifies transform types.
Specifies a transform to set the flip method.
NvBufSurfTransform_Inter
Specifies video interpolation methods.
Specifies a transform to crop the source rectangle.
Specifies rotating 180 degree clockwise.
Specifies a successful operation.
Specifies rotating 270 degree clockwise.
NvBufSurfTransform_Error NvBufSurfTransformGetSessionParams(NvBufSurfTransformConfigParams *config_params)
Gets the session parameters used by NvBufSurfTransform().
Specifies a transform to set the filter type.
Specifies video flip with respect to the X-axis.
Specifies Bilinear Interpolation Method interpolation.
NvBufSurfTransform_Flip
Specifies video flip methods.