/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert.cpp | 78 {std::make_pair(PixelFormat::RGBA_F16, PixelFormat::NV21), ImageFormatConvertUtils::RGBAF16ToNV21}, 79 {std::make_pair(PixelFormat::RGBA_F16, PixelFormat::NV12), ImageFormatConvertUtils::RGBAF16ToNV12}, 88 {std::make_pair(PixelFormat::RGBA_F16, PixelFormat::YCBCR_P010), ImageFormatConvertUtils::RGBAF16ToNV12P010}, 89 {std::make_pair(PixelFormat::RGBA_F16, PixelFormat::YCRCB_P010), ImageFormatConvertUtils::RGBAF16ToNV21P010}, 107 {std::make_pair(PixelFormat::RGBA_F16, PixelFormat::NV21), ImageFormatConvertUtils::RGBAF16ToNV21}, 108 {std::make_pair(PixelFormat::RGBA_F16, PixelFormat::NV12), ImageFormatConvertUtils::RGBAF16ToNV12}, 123 {std::make_pair(PixelFormat::RGBA_F16, PixelFormat::YCBCR_P010), ImageFormatConvertUtils::RGBAF16ToNV12P010}, 124 {std::make_pair(PixelFormat::RGBA_F16, PixelFormat::YCRCB_P010), ImageFormatConvertUtils::RGBAF16ToNV21P010}, 136 {std::make_pair(PixelFormat::NV12, PixelFormat::RGBA_F16), ImageFormatConvertUtils::NV12ToRGBAF16}, 142 {std::make_pair(PixelFormat::NV21, PixelFormat::RGBA_F16), ImageFormatConvertUtil [all...] |
H A D | pixel_convert.cpp | 1033 g_procMapping.emplace(MakeKey(RGBA_F16, ARGB_8888), in InitF16Proc() 1035 g_procMapping.emplace(MakeKey(RGBA_F16, RGBA_8888), in InitF16Proc() 1037 g_procMapping.emplace(MakeKey(RGBA_F16, BGRA_8888), in InitF16Proc() 1039 g_procMapping.emplace(MakeKey(RGBA_F16, ABGR_8888), in InitF16Proc() 1041 g_procMapping.emplace(MakeKey(RGBA_F16, RGB_565), in InitF16Proc() 1044 g_procMapping.emplace(MakeKey(BGR_888, RGBA_F16), in InitF16Proc() 1046 g_procMapping.emplace(MakeKey(RGB_888, RGBA_F16), in InitF16Proc() 1048 g_procMapping.emplace(MakeKey(RGB_161616, RGBA_F16), in InitF16Proc() 1050 g_procMapping.emplace(MakeKey(ARGB_8888, RGBA_F16), in InitF16Proc() 1052 g_procMapping.emplace(MakeKey(RGBA_8888, RGBA_F16), in InitF16Proc() [all...] |
H A D | image_format_convert_utils.cpp | 241 midParam.format = PixelFormat::RGBA_F16; in P010ToRGBA10101012SoftDecode() 503 midParam.format = PixelFormat::RGBA_F16; in RGBA1010102ToP010SoftDecode() 884 return YuvP010ToRGB(srcBuffer, yDInfo, PixelFormat::YCBCR_P010, destInfo, PixelFormat::RGBA_F16); in NV12P010ToRGBAF16() 954 return YuvP010ToRGB(srcBuffer, yDInfo, PixelFormat::YCRCB_P010, destInfo, PixelFormat::RGBA_F16); in NV21P010ToRGBAF16() 1066 return RGBToYuvP010(srcBuffer, rgbInfo, PixelFormat::RGBA_F16, destInfo, PixelFormat::YCBCR_P010); in RGBAF16ToNV12P010() 1072 return RGBToYuvP010(srcBuffer, rgbInfo, PixelFormat::RGBA_F16, destInfo, PixelFormat::YCRCB_P010); in RGBAF16ToNV21P010() 1264 return YuvToRGB(srcBuffer, yDInfo, PixelFormat::NV21, destInfo, PixelFormat::RGBA_F16); in NV21ToRGBAF16() 1271 return YuvToRGB(srcBuffer, yDInfo, PixelFormat::NV12, destInfo, PixelFormat::RGBA_F16); in NV12ToRGBAF16() 1348 return RGBToYuv(srcBuffer, rgbInfo, PixelFormat::RGBA_F16, destInfo, PixelFormat::NV21); in RGBAF16ToNV21() 1355 return RGBToYuv(srcBuffer, rgbInfo, PixelFormat::RGBA_F16, destInf in RGBAF16ToNV12() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_encoder.cpp | 165 case PixelFormat::RGBA_F16: { in CheckEncodeFormat() 166 IMAGE_LOGD("CheckEncodeFormat, RGBA_F16"); in CheckEncodeFormat() 214 } else if ((pixelFormat == PixelFormat::RGBA_F16) && (alphaType == AlphaType::IMAGE_ALPHA_TYPE_OPAQUE)) { in DoTransform() 216 } else if ((pixelFormat == PixelFormat::RGBA_F16) && (alphaType == AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL)) { in DoTransform() 218 } else if ((pixelFormat == PixelFormat::RGBA_F16) && (alphaType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL)) { in DoTransform() 254 if (GetPixelFormat(pixelMap) == PixelFormat::RGBA_F16) { in SetEncodeConfig() 595 PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); in DoTransformF16To8888() 627 PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_PREMUL); in DoTransformF16pTo8888()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | pixel_map_test.cpp | 169 { PixelFormat::RGBA_F16, "PixelFormat::RGBA_F16" }, 480 // RGBA_F16 to others in HWTEST_F() 481 options.srcPixelFormat = PixelFormat::RGBA_F16; in HWTEST_F() 841 info5.pixelFormat = PixelFormat::RGBA_F16; in HWTEST_F() 882 auto pixelMap1 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQUE, in HWTEST_F() 890 auto pixelMap2 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQUE, in HWTEST_F() 898 auto pixelMap3 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQUE, in HWTEST_F() 923 info.pixelFormat = PixelFormat::RGBA_F16; in HWTEST_F() 928 auto pixelMap1 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaTyp in HWTEST_F() [all...] |
H A D | image_pixel_map_switch_test.cpp | 860 info.pixelFormat = PixelFormat::RGBA_F16;
in HWTEST_F() 883 info.pixelFormat = PixelFormat::RGBA_F16;
in HWTEST_F() 1054 info.pixelFormat = PixelFormat::RGBA_F16;
in HWTEST_F() 1090 info.pixelFormat = PixelFormat::RGBA_F16;
in HWTEST_F() 1121 info.pixelFormat = PixelFormat::RGBA_F16;
in HWTEST_F() 1161 info.pixelFormat = PixelFormat::RGBA_F16;
in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | image_converter.cpp | 37 case Media::PixelFormat::RGBA_F16: in PixelFormatToSkColorType() 96 case Media::PixelFormat::RGBA_F16:
|
H A D | image_source_preview.h | 27 RGBA_F16 = 7, member in OHOS::Media::PixelFormat
|
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatafetchframeattime_fuzzer/ |
H A D | avmetadatafetchframeattime_fuzzer.cpp | 73 PixelFormat::RGBA_F16, in FuzzAVMetadataFetchFrameAtTime() member in OHOS::Media::PixelFormat
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
H A D | image_yuv_convert_fuzzer.cpp | 721 PixelFormat destFormat = PixelFormat::RGBA_F16; in NV21ToRGBAF16FuzzTest001() 732 PixelFormat destFormat = PixelFormat::RGBA_F16; in NV21ToRGBAF16FuzzTest002() 743 PixelFormat destFormat = PixelFormat::RGBA_F16; in NV12ToRGBAF16FuzzTest001() 754 PixelFormat destFormat = PixelFormat::RGBA_F16; in NV12ToRGBAF16FuzzTest002() 925 PixelFormat destFormat = PixelFormat::RGBA_F16; in NV12P010ToRGBAF16FuzzTest003() 1004 PixelFormat destFormat = PixelFormat::RGBA_F16; in NV21P010ToRGBAF16FuzzTest003() 1205 PixelFormat srcFormat = PixelFormat::RGBA_F16; in RGBAF16ToNV12P010FuzzTest001() 1216 PixelFormat srcFormat = PixelFormat::RGBA_F16; in RGBAF16ToNV12P010FuzzTest002() 1227 PixelFormat srcFormat = PixelFormat::RGBA_F16; in RGBAF16ToNV21P010FuzzTest001() 1238 PixelFormat srcFormat = PixelFormat::RGBA_F16; in RGBAF16ToNV21P010FuzzTest002() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | auxiliary_generator.cpp | 75 plOptions.desiredPixelFormat = useF16Format ? PixelFormat::RGBA_F16 : PixelFormat::RGBA_8888; in SetAuxiliaryDecodeOption() 304 context.pixelFormat = PixelFormat::RGBA_F16; in GenerateAuxiliaryPicture() 305 context.info.pixelFormat = PixelFormat::RGBA_F16; in GenerateAuxiliaryPicture()
|
H A D | picture.cpp | 47 { GRAPHIC_PIXEL_FMT_RGBA16_FLOAT, PixelFormat::RGBA_F16 }, 132 format == PixelFormat::RGBA_1010102 || format == PixelFormat::RGBA_F16; in IsAlphaFormat()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | image_type.h | 107 RGBA_F16 = 7, member in OHOS::Media::PixelFormat
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/ |
H A D | test_common.cpp | 101 case OHOS::Media::PixelFormat::RGBA_F16: in PixelFormatToDrawingColorType()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_format_convert_mdk_kits.cpp | 55 case PixelFormat::RGBA_F16:{ in IsMatchType()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_type_converter.cpp | 46 {SkColorType::kRGBA_F16_SkColorType, PixelFormat::RGBA_F16,
47 "kRGBA_F16_SkColorType", "PixelFormat::RGBA_F16"},
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_format_convert_test.cpp | 116 case PixelFormat::RGBA_F16: in GetNamedPixelFormat() 117 return "RGBA_F16"; in GetNamedPixelFormat() 577 PixelFormat srcFormat = PixelFormat::RGBA_F16; in HWTEST_F() 588 PixelFormat srcFormat = PixelFormat::RGBA_F16; in HWTEST_F() 599 PixelFormat srcFormat = PixelFormat::RGBA_F16; in HWTEST_F() 610 PixelFormat srcFormat = PixelFormat::RGBA_F16; in HWTEST_F() 947 PixelFormat destFormat = PixelFormat::RGBA_F16; in HWTEST_F() 958 PixelFormat destFormat = PixelFormat::RGBA_F16; in HWTEST_F() 968 PixelFormat destFormat = PixelFormat::RGBA_F16; in HWTEST_F() 979 PixelFormat destFormat = PixelFormat::RGBA_F16; in HWTEST_F() [all...] |
H A D | image_utils_test.cpp | 201 int32_t res2 = ImageUtils::GetPixelBytes(PixelFormat::RGBA_F16); in HWTEST_F() 352 pixelFormat = PixelFormat::RGBA_F16; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | pixel_map.h | 46 RGBA_F16 = 7, member in OHOS::Ace::PixelFormat
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | pixel_map_ohos.cpp | 38 case Media::PixelFormat::RGBA_F16: in PixelFormatConverter() 39 return PixelFormat::RGBA_F16; in PixelFormatConverter()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_encoder.cpp | 95 case PixelFormat::RGBA_F16: in GetEncodeFormat() 175 } else if (pixelFormat == PixelFormat::RGBA_F16) { in FinalizeEncode()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/ |
H A D | pixel_convert_adapter.cpp | 57 {PixelFormat::RGBA_F16, AV_PIX_FMT_RGBA64}, 68 { PixelFormat::RGBA_F16, SkColorType::kRGBA_F16_SkColorType},
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | pixel_convert.h | 54 constexpr uint32_t RGBA_F16 = 0x00000007; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_pixelmap.cpp | 218 (info.pixelFormat == PixelFormat::CMYK) || (info.pixelFormat == PixelFormat::RGBA_F16) || in IsRGBA() 240 return (astc || IsYUV() || (size == rawSize) || (info.pixelFormat == PixelFormat::RGBA_F16)); in IsSizeValid()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_image.cpp | 104 case PixelFormat::RGBA_F16: in PixelFormatToSkColorType()
|