Home
last modified time | relevance | path

Searched refs:RGB_161616 (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpixel_convert.h57 constexpr uint32_t RGB_161616 = 0x40000007; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_convert_test.cpp822 * @tc.desc: RGB_161616 to RGB_565 UNPREMUL to UNPREMUL.
834 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616); in HWTEST_F()
862 * @tc.desc: RGB_161616 to RGBA_8888 UNPREMUL to UNPREMUL.
874 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616); in HWTEST_F()
902 * @tc.desc: RGB_161616 to BGRA_8888 UNPREMUL to UNPREMUL.
914 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616); in HWTEST_F()
942 * @tc.desc: RGB_161616 to BGRA_8888 UNPREMUL to UNPREMUL.
954 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616); in HWTEST_F()
1952 * @tc.desc: RGB_161616 to ABGR_8888 UNPREMUL to UNPREMUL.
1964 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGB_161616); in HWTEST_F()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp988 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()

Completed in 8 milliseconds