DriveWorks SDK Reference

| 0.6.67 Release

Vibrante Image Converter

Detailed Description

Defines the Vibrante image converter function.

Functions

DW_API_PUBLIC dwStatus dwImageFormatConverter_copyConvertNvMedia (dwImageNvMedia *output, const dwImageNvMedia *input, dwImageFormatConverterHandle_t formatConverter)
 Converts between formats (for example, from YUV to RGBA) by copying with the Tegra 2D hardware engine. More...
 

Function Documentation

◆ dwImageFormatConverter_copyConvertNvMedia()

DW_API_PUBLIC dwStatus dwImageFormatConverter_copyConvertNvMedia ( dwImageNvMedia output,
const dwImageNvMedia input,
dwImageFormatConverterHandle_t  formatConverter 
)

Converts between formats (for example, from YUV to RGBA) by copying with the Tegra 2D hardware engine.

Note
The ownership of the logger remains by the callee.
Parameters
[out]outputA pointer to the output image.
[in]inputA pointer to the input image.
[in]formatConverterThe FormatConverter handle.
Returns
DW_INVALID_ARGUMENT if the provided pointers are NULL,
DW_INVALID_HANDLE if the provided FormatConverter handle is invalid,
or DW_SUCCESS otherwise