NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

Holds configuration parameters for Transform/Composite Session.

Definition at line 155 of file nvbufsurftransform.h.

Data Fields

NvBufSurfTransform_Compute compute_mode
 Mode of operation, VIC (Jetson) or GPU (iGPU + dGPU) if VIC configured, gpu_id will be ignored. More...
 
int32_t gpu_id
 GPU ID to be used for processing. More...
 
cudaStream_t cuda_stream
 User configure stream to be used, if NULL default stream will be used ignored if VIC is used. More...
 

Field Documentation

NvBufSurfTransform_Compute _NvBufSurfTransformConfigParams::compute_mode

Mode of operation, VIC (Jetson) or GPU (iGPU + dGPU) if VIC configured, gpu_id will be ignored.

Definition at line 159 of file nvbufsurftransform.h.

cudaStream_t _NvBufSurfTransformConfigParams::cuda_stream

User configure stream to be used, if NULL default stream will be used ignored if VIC is used.

Definition at line 167 of file nvbufsurftransform.h.

int32_t _NvBufSurfTransformConfigParams::gpu_id

GPU ID to be used for processing.

Definition at line 162 of file nvbufsurftransform.h.


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