Searched refs:RGB_161616 (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_convert_test.cpp | 834 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616); 874 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616); 914 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616); 954 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616); 1964 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | pixel_convert.h | 57 constexpr uint32_t RGB_161616 = 0x40000007; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 988 g_procMapping.emplace(MakeKey(RGB_161616, ARGB_8888), &RGB161616ConvertARGB8888); in InitRGBProc() 989 g_procMapping.emplace(MakeKey(RGB_161616, ABGR_8888), &RGB161616ConvertABGR8888); in InitRGBProc() 990 g_procMapping.emplace(MakeKey(RGB_161616, RGBA_8888), &RGB161616ConvertRGBA8888); in InitRGBProc() 991 g_procMapping.emplace(MakeKey(RGB_161616, BGRA_8888), &RGB161616ConvertBGRA8888); in InitRGBProc() 992 g_procMapping.emplace(MakeKey(RGB_161616, RGB_565), &RGB161616ConvertRGB565); in InitRGBProc() 1048 g_procMapping.emplace(MakeKey(RGB_161616, RGBA_F16), in InitF16Proc()
|