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