DriveWorks SDK Reference

| 0.6.67 Release

FormatConverter.h File Reference

Detailed Description

NVIDIA DriveWorks API: Format Converter

Description: This file defines the image converter function.

Definition in file FormatConverter.h.

Go to the source code of this file.

Typedefs

typedef struct dwImageFormatConverterObject * dwImageFormatConverterHandle_t
 Specifies the handle for the image format converter. More...
 

Functions

DW_API_PUBLIC dwStatus dwImageFormatConverter_copyConvertCUDA (dwImageCUDA *output, const dwImageCUDA *input, dwImageFormatConverterHandle_t formatConverter, cudaStream_t stream)
 Converts images by copying using the CUDA engine. More...
 
DW_API_PUBLIC dwStatus dwImageFormatConverter_initialize (dwImageFormatConverterHandle_t *formatConverter, dwImageType type, dwContextHandle_t ctx)
 Creates and initializes a FormatConverter. More...
 
DW_API_PUBLIC dwStatus dwImageFormatConverter_release (dwImageFormatConverterHandle_t *formatConverter)
 Releases the FormatConverter. More...