Home
last modified time | relevance | path

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

/ohos5.0/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. */ variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_convert_test.cpp234 srcImageInfo.pixelFormat = static_cast<PixelFormat>(GRAY_BIT);
274 srcImageInfo.pixelFormat = static_cast<PixelFormat>(GRAY_BIT);
314 srcImageInfo.pixelFormat = static_cast<PixelFormat>(GRAY_BIT);
/ohos5.0/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()