Searched refs:RGBA_16161616 (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | pixel_convert.h | 58 constexpr uint32_t RGBA_16161616 = 0x40000008; member
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_convert_test.cpp | 1502 * @tc.desc: RGBA_16161616 to ARGB_8888 UNPREMUL to UNPREMUL. 1514 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGBA_16161616); in HWTEST_F() 1545 * @tc.desc: RGBA_16161616 to RGBA_8888 UNPREMUL to UNPREMUL. 1557 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGBA_16161616); in HWTEST_F() 1588 * @tc.desc: RGBA_16161616 to BGRA_8888 UNPREMUL to UNPREMUL. 1600 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGBA_16161616); in HWTEST_F() 1631 * @tc.desc: RGBA_16161616 to ABGR_8888 UNPREMUL to UNPREMUL. 1643 srcImageInfo.pixelFormat = static_cast<PixelFormat>(RGBA_16161616); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 1016 g_procMapping.emplace(MakeKey(RGBA_16161616, ARGB_8888), &RGBA16161616ConvertARGB8888); in InitRGBAProc() 1017 g_procMapping.emplace(MakeKey(RGBA_16161616, RGBA_8888), &RGBA16161616ConvertRGBA8888); in InitRGBAProc() 1018 g_procMapping.emplace(MakeKey(RGBA_16161616, BGRA_8888), &RGBA16161616ConvertBGRA8888); in InitRGBAProc() 1019 g_procMapping.emplace(MakeKey(RGBA_16161616, ABGR_8888), &RGBA16161616ConvertABGR8888); in InitRGBAProc() 1058 g_procMapping.emplace(MakeKey(RGBA_16161616, RGBA_F16), in InitF16Proc()
|
Completed in 7 milliseconds