Home
last modified time | relevance | path

Searched refs:ARGB_8888 (Results 1 - 25 of 79) sorted by relevance

1234

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dcolor_converter_test.cpp48 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 Dpixel_convert_test.cpp53 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 Dimage_transform_test.cpp40 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 Dbasic_transformer_test.cpp91 inPixmap.imageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F()
115 inPixmap.imageInfo.pixelFormat = PixelFormat::ARGB_8888; in HWTEST_F()
H A Dpixel_convert_adapter_test.cpp236 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 Dpost_proc_test.cpp359 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 Dndk_data_conversion_test.cpp252 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 Dpaste_data_entry_test.cpp101 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 Dconvert_utils_test.cpp146 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 Dpaste_data_record_test.cpp117 InitializationOptions opts = { { width_, height_ }, PixelFormat::ARGB_8888, PixelFormat::ARGB_8888 }; in AddPixelMapUdsEntry()
206 ASSERT_TRUE(imageInfo.pixelFormat == PixelFormat::ARGB_8888); in CheckPixelMapUds()
H A Dpasteboard_multi_type_unified_data_delay_test.cpp100 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 Dimage_pixel_map_switch_test.cpp55 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 Dpixel_map_test.cpp163 { 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 Dpaste_service_test.cpp296 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 Dpixel_convert.cpp965 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 Dpixel_convert_adapter.cpp56 {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 Dimage_converter.cpp32 case Media::PixelFormat::ARGB_8888: in PixelFormatToSkColorType()
91 case Media::PixelFormat::ARGB_8888:
H A Dimage_source_preview.h32 ARGB_8888 = 1, member in OHOS::Media::PixelFormat
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatafetchframeattime_fuzzer/
H A Davmetadatafetchframeattime_fuzzer.cpp67 PixelFormat::ARGB_8888, in FuzzAVMetadataFetchFrameAtTime() member in OHOS::Media::PixelFormat
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp169 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 Dimage_type.h101 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 Dtest_common.cpp104 case OHOS::Media::PixelFormat::ARGB_8888: in PixelFormatToDrawingColorType()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_format_convert_mdk_kits.cpp50 case PixelFormat::ARGB_8888: in IsMatchType()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_type_converter.cpp38 {SkColorType::kRGBA_8888_SkColorType, PixelFormat::ARGB_8888,
39 "kRGBA_8888_SkColorType", "PixelFormat::ARGB_8888"},
/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h40 ARGB_8888 = 1, // Each pixel is stored on 4 bytes. member in OHOS::Ace::PixelFormat

Completed in 24 milliseconds

1234