Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpixel_convert.h46 constexpr uint32_t GRAY_BIT = 0x80000001; /* Tow value image, just white or black. */ member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_convert_test.cpp222 * @tc.desc: GRAY_BIT to ARGB_8888 UNPREMUL to UNPREMUL.
234 srcImageInfo.pixelFormat = static_cast<PixelFormat>(GRAY_BIT); in HWTEST_F()
262 * @tc.desc: GRAY_BIT to RGB_565 UNPREMUL to UNPREMUL.
274 srcImageInfo.pixelFormat = static_cast<PixelFormat>(GRAY_BIT); in HWTEST_F()
302 * @tc.desc: GRAY_BIT to ALPHA_8 UNPREMUL to UNPREMUL.
314 srcImageInfo.pixelFormat = static_cast<PixelFormat>(GRAY_BIT); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp965 g_procMapping.emplace(MakeKey(GRAY_BIT, ARGB_8888), &BitConvertARGB8888); in InitGrayProc()
966 g_procMapping.emplace(MakeKey(GRAY_BIT, RGB_565), &BitConvertRGB565); in InitGrayProc()
967 g_procMapping.emplace(MakeKey(GRAY_BIT, ALPHA_8), &BitConvertGray); in InitGrayProc()

Completed in 8 milliseconds