_NvBufSurfTransformConfigParamsΒΆ

struct _NvBufSurfTransformConfigParams

Holds configuration parameters for a transform/composite session.

Public Members

NvBufSurfTransform_Compute compute_mode

Holds the mode of operation: VIC (Jetson) or GPU (iGPU + dGPU) If VIC is configured, gpu_id is ignored.

int32_t gpu_id

Holds the GPU ID to be used for processing.

cudaStream_t cuda_stream

User configure stream to be used.

If NULL, the default stream is used. Ignored if VIC is used.