Searched refs:RGBAF16Convert (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 886 static void RGBAF16Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint3… in RGBAF16Convert() function 920 … RGBAF16Convert(newDestinationRow, sourceRow, sourceWidth, BRANCH_RGBAF16_TO_ARGB8888, extension); in RGBAF16ConvertARGB8888() 928 … RGBAF16Convert(newDestinationRow, sourceRow, sourceWidth, BRANCH_RGBAF16_TO_RGBA8888, extension); in RGBAF16ConvertRGBA8888() 936 … RGBAF16Convert(newDestinationRow, sourceRow, sourceWidth, BRANCH_RGBAF16_TO_BGRA8888, extension); in RGBAF16ConvertBGRA8888() 944 … RGBAF16Convert(newDestinationRow, sourceRow, sourceWidth, BRANCH_RGBAF16_TO_ABGR8888, extension); in RGBAF16ConvertABGR8888() 952 RGBAF16Convert(newDestinationRow, sourceRow, sourceWidth, BRANCH_RGBAF16_TO_RGB565, extension); in RGBAF16ConvertRGB565()
|