Home
last modified time | relevance | path

Searched refs:RGBA_1010102 (Results 1 - 25 of 39) sorted by relevance

12

/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native_impl.cpp35 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 Dimage_format_convert.cpp90 {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 Dimage_format_convert_utils.cpp66 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 Deffect_info.h37 RGBA_1010102, member in OHOS::Media::Effect::IEffectFormat
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp28 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 Dimage_format_convert_fail_test.cpp303 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 Dimage_format_convert_test.cpp118 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 Dpicture_ext_test.cpp447 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 Dformat_helper.cpp59 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 Dcrop_efilter.cpp124 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 Dimage_type.h113 RGBA_1010102 = 14, member in OHOS::Media::PixelFormat
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_type_converter.cpp40 {SkColorType::kRGBA_1010102_SkColorType, PixelFormat::RGBA_1010102,
41 "kRGBA_1010102_SkColorType", "PixelFormat::RGBA_1010102"},
H A Dimage_utils.cpp151 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 Dpixel_map.h50 RGBA_1010102 = 14, member in OHOS::Ace::PixelFormat
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp32 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 Dimage_yuv_convert_fuzzer.cpp801 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 Dcommon_utils.cpp50 { 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 Dpicture.cpp43 { 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 Drs_pixel_map_util_test.cpp91 pixelMap->imageInfo_.pixelFormat = Media::PixelFormat::RGBA_1010102; in HWTEST_F()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h134 RGBA_1010102 = 10, member in OHOS::Media::EncodedFormat::PixelFormat
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp152 case PixelFormat::RGBA_1010102: in GetRequestBufferFormatWithPixelFormat()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_pixel_map_util.cpp62 case PixelFormat::RGBA_1010102: in PixelFormatToDrawingColorType()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_pixel_map_napi_kits.cpp123 if (info.pixelFormat == PixelFormat::RGBA_1010102 || in PixelMapNapiCreate()
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp34 { IEffectFormat::RGBA_1010102, ImageEffect_Format::EFFECT_PIXEL_FORMAT_RGBA1010102 },
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp151 fromat = PixelFormat::RGBA_1010102; in PixelMapTest001()

Completed in 26 milliseconds

12