Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpixel_convert.h55 constexpr uint32_t ABGR_8888 = 0x00000008; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp989 g_procMapping.emplace(MakeKey(RGB_161616, ABGR_8888), &RGB161616ConvertABGR8888); in InitRGBProc()
1019 g_procMapping.emplace(MakeKey(RGBA_16161616, ABGR_8888), &RGBA16161616ConvertABGR8888); in InitRGBAProc()
1027 g_procMapping.emplace(MakeKey(CMKY, ABGR_8888), &CMYKConvertABGR8888); in InitCMYKProc()
1039 g_procMapping.emplace(MakeKey(RGBA_F16, ABGR_8888), in InitF16Proc()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_convert_test.cpp1631 * @tc.desc: RGBA_16161616 to ABGR_8888 UNPREMUL to UNPREMUL.
1647 dstImageInfo.pixelFormat = static_cast<PixelFormat>(ABGR_8888); in HWTEST_F()
1803 * @tc.desc: CMKY to ABGR_8888 UNPREMUL to UNPREMUL.
1819 dstImageInfo.pixelFormat = static_cast<PixelFormat>(ABGR_8888); in HWTEST_F()
1952 * @tc.desc: RGB_161616 to ABGR_8888 UNPREMUL to UNPREMUL.
1968 dstImageInfo.pixelFormat = static_cast<PixelFormat>(ABGR_8888); in HWTEST_F()

Completed in 7 milliseconds