/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
H A D | pixelmap_native_impl.cpp | 35 if (opts.pixelFormat == PixelFormat::RGBA_1010102 || in OH_PixelmapNative() 47 if (opts.pixelFormat == PixelFormat::RGBA_1010102 || in OH_PixelmapNative()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert.cpp | 90 {std::make_pair(PixelFormat::RGBA_1010102, PixelFormat::NV12), ImageFormatConvertUtils::RGBA1010102ToNV12}, 91 {std::make_pair(PixelFormat::RGBA_1010102, PixelFormat::NV21), ImageFormatConvertUtils::RGBA1010102ToNV21}, 92 {std::make_pair(PixelFormat::RGBA_1010102, PixelFormat::YCBCR_P010), 94 {std::make_pair(PixelFormat::RGBA_1010102, PixelFormat::YCRCB_P010), 117 {std::make_pair(PixelFormat::RGBA_1010102, PixelFormat::NV12), ImageFormatConvertExtUtils::RGBA1010102ToNV12}, 118 {std::make_pair(PixelFormat::RGBA_1010102, PixelFormat::NV21), ImageFormatConvertExtUtils::RGBA1010102ToNV21}, 119 {std::make_pair(PixelFormat::RGBA_1010102, PixelFormat::YCBCR_P010), 121 {std::make_pair(PixelFormat::RGBA_1010102, PixelFormat::YCRCB_P010), 149 {std::make_pair(PixelFormat::NV12, PixelFormat::RGBA_1010102), ImageFormatConvertUtils::NV12ToRGBA1010102}, 150 {std::make_pair(PixelFormat::NV21, PixelFormat::RGBA_1010102), ImageFormatConvertUtil [all...] |
H A D | image_format_convert_utils.cpp | 66 if (format == PixelFormat::RGBA_1010102) { in CalcRGBStride() 256 convertInfo.dstPixelFormat = PixelFormat::RGBA_1010102; in P010ToRGBA10101012SoftDecode() 455 convertInfo.srcPixelFormat = PixelFormat::RGBA_1010102; in RGB10ToYuv() 493 convertInfo.srcPixelFormat = PixelFormat::RGBA_1010102; in RGBA1010102ToP010SoftDecode() 575 convertInfo.dstPixelFormat = PixelFormat::RGBA_1010102; in YUVToRGBA1010102SoftDecode() 994 return YUVToRGB10(srcBuffer, yDInfo, PixelFormat::NV12, destInfo, PixelFormat::RGBA_1010102); in NV12ToRGBA1010102() 1000 return YUVToRGB10(srcBuffer, yDInfo, PixelFormat::NV21, destInfo, PixelFormat::RGBA_1010102); in NV21ToRGBA1010102() 1006 return YuvP010ToRGB10(srcBuffer, yDInfo, PixelFormat::YCBCR_P010, destInfo, PixelFormat::RGBA_1010102); in NV12P010ToRGBA1010102() 1012 return YuvP010ToRGB10(srcBuffer, yDInfo, PixelFormat::YCRCB_P010, destInfo, PixelFormat::RGBA_1010102); in NV21P010ToRGBA1010102() 1078 return RGB10ToYuv(srcBuffer, rgbInfo, PixelFormat::RGBA_1010102, destInf in RGBA1010102ToNV12() [all...] |
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/ |
H A D | effect_info.h | 37 RGBA_1010102, member in OHOS::Media::Effect::IEffectFormat
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | pixel_map_impl.cpp | 28 if (opts.pixelFormat == PixelFormat::RGBA_1010102 || in CreatePixelMap() 43 if (opts.pixelFormat == PixelFormat::RGBA_1010102 || in CreatePixelMap()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_format_convert_fail_test.cpp | 303 PixelFormat destFormat = PixelFormat::RGBA_1010102; in HWTEST_F() 320 PixelFormat srcFormat = PixelFormat::RGBA_1010102; in HWTEST_F() 338 PixelFormat srcFormat = PixelFormat::RGBA_1010102; in HWTEST_F()
|
H A D | image_format_convert_test.cpp | 118 case PixelFormat::RGBA_1010102: in GetNamedPixelFormat() 119 return "RGBA_1010102"; in GetNamedPixelFormat() 494 } else if (srcFormat == PixelFormat::RGBA_1010102) { in GetOrignData() 1231 PixelFormat destFormat = PixelFormat::RGBA_1010102; in HWTEST_F() 1242 PixelFormat destFormat = PixelFormat::RGBA_1010102; in HWTEST_F() 1332 PixelFormat destFormat = PixelFormat::RGBA_1010102; in HWTEST_F() 1343 PixelFormat destFormat = PixelFormat::RGBA_1010102; in HWTEST_F() 1565 PixelFormat srcFormat = PixelFormat::RGBA_1010102; in HWTEST_F() 1577 PixelFormat srcFormat = PixelFormat::RGBA_1010102; in HWTEST_F() 1589 PixelFormat srcFormat = PixelFormat::RGBA_1010102; in HWTEST_F() [all...] |
H A D | picture_ext_test.cpp | 447 EXPECT_EQ(format, PixelFormat::RGBA_1010102); in HWTEST_F() 495 EXPECT_EQ(format, PixelFormat::RGBA_1010102); in HWTEST_F()
|
/foundation/multimedia/image_effect/frameworks/native/utils/format/ |
H A D | format_helper.cpp | 59 IEffectFormat::RGBA_1010102, 68 case IEffectFormat::RGBA_1010102: in CalculateDataRowCount() 84 case IEffectFormat::RGBA_1010102: in CalculateRowStride()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/ |
H A D | crop_efilter.cpp | 124 CHECK_AND_RETURN_RET_LOG(format == IEffectFormat::RGBA8888 || format == IEffectFormat::RGBA_1010102, in Render() 204 CHECK_AND_RETURN_RET_LOG(format == IEffectFormat::RGBA8888 || format == IEffectFormat::RGBA_1010102, in Render() 234 info_->formats_.emplace(IEffectFormat::RGBA_1010102, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | image_type.h | 113 RGBA_1010102 = 14, member in OHOS::Media::PixelFormat
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_type_converter.cpp | 40 {SkColorType::kRGBA_1010102_SkColorType, PixelFormat::RGBA_1010102,
41 "kRGBA_1010102_SkColorType", "PixelFormat::RGBA_1010102"},
|
H A D | image_utils.cpp | 151 case PixelFormat::RGBA_1010102: in GetPixelBytes() 290 case PixelFormat::RGBA_1010102: in GetValidAlphaTypeByFormat() 371 return format == PixelFormat::RGBA_1010102 || in Is10Bit()
|
/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | pixel_map.h | 50 RGBA_1010102 = 14, member in OHOS::Ace::PixelFormat
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | pixel_map_ohos.cpp | 32 case Media::PixelFormat::RGBA_1010102: in PixelFormatConverter() 33 return PixelFormat::RGBA_1010102; in PixelFormatConverter()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
H A D | image_yuv_convert_fuzzer.cpp | 801 PixelFormat destFormat = PixelFormat::RGBA_1010102; in NV12ToRGBA1010102FuzzTest001() 812 PixelFormat destFormat = PixelFormat::RGBA_1010102; in NV21ToRGBA1010102FuzzTest001() 823 PixelFormat destFormat = PixelFormat::RGBA_1010102; in NV12ToRGBA1010102FuzzTest003() 834 PixelFormat destFormat = PixelFormat::RGBA_1010102; in NV21ToRGBA1010102FuzzTest003() 1015 PixelFormat destFormat = PixelFormat::RGBA_1010102; in NV12P010ToRGBA1010102FuzzTest004() 1026 PixelFormat destFormat = PixelFormat::RGBA_1010102; in NV21P010ToRGBA1010102FuzzTest004() 1327 ImageFormatConvert::IsSupport(PixelFormat::RGBA_1010102); in IsSupportFuzzTest001()
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.cpp | 50 { PixelFormat::RGBA_1010102, IEffectFormat::RGBA_1010102 }, 57 { GraphicPixelFormat::GRAPHIC_PIXEL_FMT_RGBA_1010102, IEffectFormat::RGBA_1010102 },
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | picture.cpp | 43 { GRAPHIC_PIXEL_FMT_RGBA_1010102, PixelFormat::RGBA_1010102 }, 132 format == PixelFormat::RGBA_1010102 || format == PixelFormat::RGBA_F16; in IsAlphaFormat()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_pixel_map_util_test.cpp | 91 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::RGBA_1010102;
in HWTEST_F()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_type.h | 134 RGBA_1010102 = 10, member in OHOS::Media::EncodedFormat::PixelFormat
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | memory_manager.cpp | 152 case PixelFormat::RGBA_1010102:
in GetRequestBufferFormatWithPixelFormat()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_pixel_map_util.cpp | 62 case PixelFormat::RGBA_1010102: in PixelFormatToDrawingColorType()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_pixel_map_napi_kits.cpp | 123 if (info.pixelFormat == PixelFormat::RGBA_1010102 || in PixelMapNapiCreate()
|
/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | native_common_utils.cpp | 34 { IEffectFormat::RGBA_1010102, ImageEffect_Format::EFFECT_PIXEL_FORMAT_RGBA1010102 },
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/ |
H A D | image_plugin_fuzz.cpp | 151 fromat = PixelFormat::RGBA_1010102; in PixelMapTest001()
|