Searched refs:BGR_888 (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | pixel_convert.h | 56 constexpr uint32_t BGR_888 = 0x40000002; member
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_convert_test.cpp | 662 * @tc.desc: BGR_888 to ARGB_8888 UNPREMUL to UNPREMUL. 674 srcImageInfo.pixelFormat = static_cast<PixelFormat>(BGR_888); in HWTEST_F() 702 * @tc.desc: BGR_888 to RGBA_8888 UNPREMUL to UNPREMUL. 714 srcImageInfo.pixelFormat = static_cast<PixelFormat>(BGR_888); in HWTEST_F() 742 * @tc.desc: BGR_888 to BGRA_8888 UNPREMUL to UNPREMUL. 754 srcImageInfo.pixelFormat = static_cast<PixelFormat>(BGR_888); in HWTEST_F() 782 * @tc.desc: BGR_888 to RGB_565 UNPREMUL to UNPREMUL. 794 srcImageInfo.pixelFormat = static_cast<PixelFormat>(BGR_888); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 983 g_procMapping.emplace(MakeKey(BGR_888, ARGB_8888), &BGR888ConvertARGB8888); in InitRGBProc() 984 g_procMapping.emplace(MakeKey(BGR_888, RGBA_8888), &BGR888ConvertRGBA8888); in InitRGBProc() 985 g_procMapping.emplace(MakeKey(BGR_888, BGRA_8888), &BGR888ConvertBGRA8888); in InitRGBProc() 986 g_procMapping.emplace(MakeKey(BGR_888, RGB_565), &BGR888ConvertRGB565); in InitRGBProc() 1044 g_procMapping.emplace(MakeKey(BGR_888, RGBA_F16), in InitF16Proc()
|
Completed in 8 milliseconds