Holds configuration parameters for a transform/composite session.
Definition at line 175 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... | |
| void * | reserved [STRUCTURE_PADDING] |
| Reserved fields for future expansion. 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 179 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 186 of file nvbufsurftransform.h.
| int32_t _NvBufSurfTransformConfigParams::gpu_id |
Holds the GPU ID to be used for processing.
Definition at line 182 of file nvbufsurftransform.h.
| void* _NvBufSurfTransformConfigParams::reserved[STRUCTURE_PADDING] |
Reserved fields for future expansion.
Definition at line 189 of file nvbufsurftransform.h.