Searched refs:CMKY (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | pixel_convert.h | 60 constexpr uint32_t CMKY = 0x0000000A; member
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_convert_test.cpp | 1674 * @tc.desc: CMKY to ARGB_8888 UNPREMUL to UNPREMUL. 1686 srcImageInfo.pixelFormat = static_cast<PixelFormat>(CMKY); in HWTEST_F() 1717 * @tc.desc: CMKY to RGBA_8888 UNPREMUL to UNPREMUL. 1729 srcImageInfo.pixelFormat = static_cast<PixelFormat>(CMKY); in HWTEST_F() 1760 * @tc.desc: CMKY to BGRA_8888 UNPREMUL to UNPREMUL. 1772 srcImageInfo.pixelFormat = static_cast<PixelFormat>(CMKY); in HWTEST_F() 1803 * @tc.desc: CMKY to ABGR_8888 UNPREMUL to UNPREMUL. 1815 srcImageInfo.pixelFormat = static_cast<PixelFormat>(CMKY); in HWTEST_F() 1846 * @tc.desc: CMKY to RGB_565 UNPREMUL to UNPREMUL. 1858 srcImageInfo.pixelFormat = static_cast<PixelFormat>(CMKY); in HWTEST_F() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 1024 g_procMapping.emplace(MakeKey(CMKY, ARGB_8888), &CMYKConvertARGB8888); in InitCMYKProc() 1025 g_procMapping.emplace(MakeKey(CMKY, RGBA_8888), &CMYKConvertRGBA8888); in InitCMYKProc() 1026 g_procMapping.emplace(MakeKey(CMKY, BGRA_8888), &CMYKConvertBGRA8888); in InitCMYKProc() 1027 g_procMapping.emplace(MakeKey(CMKY, ABGR_8888), &CMYKConvertABGR8888); in InitCMYKProc() 1028 g_procMapping.emplace(MakeKey(CMKY, RGB_565), &CMYKConvertRGB565); in InitCMYKProc()
|
Completed in 7 milliseconds