Defines the Vibrante image converter function.
◆ dwImageFormatConverter_copyConvertNvMedia()
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] | output | A pointer to the output image. |
[in] | input | A pointer to the input image. |
[in] | formatConverter | The 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