/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | color_converter_test.cpp | 48 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 63 * @tc.desc: RGB_565 to ARGB_8888. 78 dstImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 173 * @tc.desc: ARGB_8888 to BGRA_8888 UNPREMUL to PREMUL. 184 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 212 * @tc.desc: ARGB_8888 to BGRA_8888 UNPREMUL to UNPREMUL. 223 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 251 * @tc.desc: ARGB_8888 to BGRA_8888 UNPREMUL to OPAQUE. 262 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 290 * @tc.desc: ARGB_8888 t [all...] |
H A D | pixel_convert_test.cpp | 53 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 95 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 120 dstImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 144 dstImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 168 dstImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 188 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 209 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 222 * @tc.desc: GRAY_BIT to ARGB_8888 UNPREMUL to UNPREMUL. 238 dstImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 342 * @tc.desc: ALPHA_8 to ARGB_8888 UNPREMU [all...] |
H A D | image_transform_test.cpp | 40 pixmapInfo.imageInfo.pixelFormat = PixelFormat::ARGB_8888; in ConstructPixmapInfo() 430 inPutInfo.imageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 452 inPutInfo.imageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 474 inPutInfo.imageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 497 inPutInfo.imageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 520 inPutInfo.imageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F()
|
H A D | basic_transformer_test.cpp | 91 inPixmap.imageInfo.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 115 inPixmap.imageInfo.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F()
|
H A D | pixel_convert_adapter_test.cpp | 236 info.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 249 dstInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 279 info.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 292 dstInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F()
|
H A D | post_proc_test.cpp | 359 opts.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 385 opts.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 411 opts.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 506 srcImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 507 dstImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 552 dstImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 933 dstImageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | ndk_data_conversion_test.cpp | 252 Media::PixelFormat::ARGB_8888,
in HWTEST_F() 253 Media::PixelFormat::ARGB_8888 };
in HWTEST_F() 304 Media::PixelFormat::ARGB_8888, Media::PixelFormat::ARGB_8888 };
in HWTEST_F() 337 Media::PixelFormat::ARGB_8888, Media::PixelFormat::ARGB_8888 };
in HWTEST_F() 363 Media::PixelFormat::ARGB_8888, Media::PixelFormat::ARGB_8888 };
in HWTEST_F() 398 Media::PixelFormat::ARGB_8888, Media::PixelFormat::ARGB_8888 };
in HWTEST_F() [all...] |
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | paste_data_entry_test.cpp | 101 InitializationOptions opts = { { 5, 7 }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in InitPixelMapEntry() 141 ASSERT_TRUE(imageInfo.pixelFormat == PixelFormat::ARGB_8888); in CheckPixelMapUds() 181 ASSERT_TRUE(imageInfo.pixelFormat == PixelFormat::ARGB_8888); in HWTEST_F()
|
H A D | convert_utils_test.cpp | 146 InitializationOptions opts = { { 5, 7 }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in AddPixelMapUdsEntry() 319 ASSERT_TRUE(imageInfo.pixelFormat == PixelFormat::ARGB_8888); in CheckPixelMapUds() 432 ASSERT_TRUE(imageInfo.pixelFormat == PixelFormat::ARGB_8888); in HWTEST_F()
|
H A D | paste_data_record_test.cpp | 117 InitializationOptions opts = { { width_, height_ }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in AddPixelMapUdsEntry() 206 ASSERT_TRUE(imageInfo.pixelFormat == PixelFormat::ARGB_8888); in CheckPixelMapUds()
|
H A D | pasteboard_multi_type_unified_data_delay_test.cpp | 100 InitializationOptions opts = { { 5, 7 }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in InitPixelMapUds() 187 ASSERT_EQ(imageInfo.pixelFormat, PixelFormat::ARGB_8888); in CheckPixelMapUds()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | image_pixel_map_switch_test.cpp | 55 opts.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 83 opts.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 111 opts.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 136 opts.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 160 opts.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 191 opts.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 530 info.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 674 opts.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 708 opts.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() 786 opts.pixelFormat = PixelFormat::ARGB_8888;
in HWTEST_F() [all...] |
H A D | pixel_map_test.cpp | 163 { PixelFormat::ARGB_8888, "PixelFormat::ARGB_8888" }, 238 // ARGB_8888 to others in HWTEST_F() 239 options.srcPixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 442 if (iter->first == PixelFormat::ARGB_8888) { in HWTEST_F() 730 opts3.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 763 imageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 771 opts.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 1394 opts.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() 1425 opts.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F() [all...] |
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
H A D | paste_service_test.cpp | 296 InitializationOptions opts = { { 5, 7 }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in HWTEST_F() 321 InitializationOptions opts = { { 5, 7 }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in HWTEST_F() 681 InitializationOptions opts = { { 5, 7 }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in HWTEST_F() 714 InitializationOptions opts = { { 5, 7 }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in HWTEST_F() 742 InitializationOptions opts = { { 5, 7 }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in HWTEST_F() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 965 g_procMapping.emplace(MakeKey(GRAY_BIT, ARGB_8888), &BitConvertARGB8888); in InitGrayProc() 969 g_procMapping.emplace(MakeKey(ALPHA_8, ARGB_8888), &GrayConvertARGB8888); in InitGrayProc() 972 g_procMapping.emplace(MakeKey(GRAY_ALPHA, ARGB_8888), &GrayAlphaConvertARGB8888); in InitGrayProc() 978 g_procMapping.emplace(MakeKey(RGB_888, ARGB_8888), &RGB888ConvertARGB8888); in InitRGBProc() 983 g_procMapping.emplace(MakeKey(BGR_888, ARGB_8888), &BGR888ConvertARGB8888); in InitRGBProc() 988 g_procMapping.emplace(MakeKey(RGB_161616, ARGB_8888), &RGB161616ConvertARGB8888); in InitRGBProc() 994 g_procMapping.emplace(MakeKey(RGB_565, ARGB_8888), &RGB565ConvertARGB8888); in InitRGBProc() 1002 g_procMapping.emplace(MakeKey(RGBA_8888, ARGB_8888), &RGBA8888ConvertARGB8888); in InitRGBAProc() 1007 g_procMapping.emplace(MakeKey(BGRA_8888, ARGB_8888), &BGRA8888ConvertARGB8888); in InitRGBAProc() 1011 g_procMapping.emplace(MakeKey(ARGB_8888, RGBA_888 in InitRGBAProc() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/ |
H A D | pixel_convert_adapter.cpp | 56 {PixelFormat::ARGB_8888, AV_PIX_FMT_ARGB}, 65 { PixelFormat::ARGB_8888, SkColorType::kRGBA_8888_SkColorType}, 200 if (srcInfo.pixelFormat == PixelFormat::ARGB_8888) { in WritePixelsConvert() 215 if (dstInfo.pixelFormat == PixelFormat::ARGB_8888) { in WritePixelsConvert()
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | image_converter.cpp | 32 case Media::PixelFormat::ARGB_8888: in PixelFormatToSkColorType() 91 case Media::PixelFormat::ARGB_8888:
|
H A D | image_source_preview.h | 32 ARGB_8888 = 1, member in OHOS::Media::PixelFormat
|
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatafetchframeattime_fuzzer/ |
H A D | avmetadatafetchframeattime_fuzzer.cpp | 67 PixelFormat::ARGB_8888, in FuzzAVMetadataFetchFrameAtTime() member in OHOS::Media::PixelFormat
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_encoder.cpp | 169 case PixelFormat::ARGB_8888: { in CheckEncodeFormat() 170 IMAGE_LOGD("CheckEncodeFormat, ARGB_8888"); in CheckEncodeFormat() 220 } else if ((pixelFormat == PixelFormat::ARGB_8888) && (alphaType == AlphaType::IMAGE_ALPHA_TYPE_OPAQUE)) { in DoTransform() 222 } else if ((pixelFormat == PixelFormat::ARGB_8888) && (alphaType == AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL)) { in DoTransform() 224 } else if ((pixelFormat == PixelFormat::ARGB_8888) && (alphaType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL)) { in DoTransform() 659 PixelFormat::ARGB_8888, AlphaType::IMAGE_ALPHA_TYPE_OPAQUE); in DoTransformArgbToRgb() 691 PixelFormat::ARGB_8888, pixelMap.GetAlphaType()); in DoTransformArgbToRgba()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | image_type.h | 101 ARGB_8888 = 1, // Each pixel is stored on 4 bytes. member in OHOS::Media::PixelFormat
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/ |
H A D | test_common.cpp | 104 case OHOS::Media::PixelFormat::ARGB_8888: in PixelFormatToDrawingColorType()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_format_convert_mdk_kits.cpp | 50 case PixelFormat::ARGB_8888: in IsMatchType()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_type_converter.cpp | 38 {SkColorType::kRGBA_8888_SkColorType, PixelFormat::ARGB_8888,
39 "kRGBA_8888_SkColorType", "PixelFormat::ARGB_8888"},
|
/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | pixel_map.h | 40 ARGB_8888 = 1, // Each pixel is stored on 4 bytes. member in OHOS::Ace::PixelFormat
|