| 
         | 
      
        NVIDIA DeepStream SDK API Reference5.0 Release | 
  
Holds configuration parameters for a transform/composite session.
Definition at line 156 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... | |
| 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 160 of file nvbufsurftransform.h.
| 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 167 of file nvbufsurftransform.h.
| int32_t _NvBufSurfTransformConfigParams::gpu_id | 
Holds the GPU ID to be used for processing.
Definition at line 163 of file nvbufsurftransform.h.