Jetson Linux API Reference

35.2.1 Release
_NvBufSurfTransformConfigParams Struct Reference

Detailed Description

Holds configuration parameters for a transform/composite session.

Definition at line 165 of file nvbufsurftransform.h.

Data Fields

NvBufSurfTransform_Compute compute_mode
 Holds the mode of operation: VIC (Jetson) or GPU (iGPU + dGPU) If VIC is configured, gpu_id is ignored. More...
 
int32_t gpu_id
 Holds the GPU ID to be used for processing. More...
 
cudaStream_t cuda_stream
 User configure stream to be used. More...
 

Field Documentation

◆ compute_mode

NvBufSurfTransform_Compute _NvBufSurfTransformConfigParams::compute_mode

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

Definition at line 169 of file nvbufsurftransform.h.

◆ cuda_stream

cudaStream_t _NvBufSurfTransformConfigParams::cuda_stream

User configure stream to be used.

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

Definition at line 176 of file nvbufsurftransform.h.

◆ gpu_id

int32_t _NvBufSurfTransformConfigParams::gpu_id

Holds the GPU ID to be used for processing.

Definition at line 172 of file nvbufsurftransform.h.


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