NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
_NvBufSurfTransformConfigParams Struct Reference

Detailed Description

Holds configuration parameters for a transform/composite session.

Definition at line 168 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

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 172 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 179 of file nvbufsurftransform.h.

int32_t _NvBufSurfTransformConfigParams::gpu_id

Holds the GPU ID to be used for processing.

Definition at line 175 of file nvbufsurftransform.h.


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