Home
last modified time | relevance | path

Searched defs:srcFormat (Results 1 – 18 of 18) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertyuv2rgb_fuzzer/src/
Dimage_fwk_convert_yuv2rgb_fuzzer.cpp46 void YuvConvertToRgb(PixelFormat &srcFormat, PixelFormat &destFormat) in YuvConvertToRgb()
78 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGBFuzzTest001() local
87 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGBFuzzTest002() local
96 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGBAFuzzTest001() local
105 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGBAFuzzTest002() local
114 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToBGRAFuzzTest001() local
123 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToBGRAFuzzTest002() local
132 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGB565FuzzTest001() local
141 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGB565FuzzTest002() local
150 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToNV12FuzzTest001() local
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dimage_format_convert_test.cpp99 ConvertFunction ImageFormatConvertTest::TestGetConvertFuncByFormat(PixelFormat srcFormat, PixelForm… in TestGetConvertFuncByFormat()
155 void ImageFormatConvertTest::RgbConvertToYuv(PixelFormat &srcFormat, PixelFormat &destFormat, Size … in RgbConvertToYuv()
210 void ImageFormatConvertTest::YuvConvertToRgb(PixelFormat &srcFormat, PixelFormat &destFormat, Size … in YuvConvertToRgb()
275 void ImageFormatConvertTest::YuvP010ConvertToRgb(PixelFormat &srcFormat, PixelFormat &destFormat, S… in YuvP010ConvertToRgb()
316 void ImageFormatConvertTest::Rgba1010102ConvertToYuvP010(PixelFormat &srcFormat, PixelFormat &destF… in Rgba1010102ConvertToYuvP010()
356 … ImageFormatConvertTest::RgbConvertToYuvByPixelMap(PixelFormat &tempFormat, PixelFormat &srcFormat, in RgbConvertToYuvByPixelMap()
417 …geFormatConvertTest::RgbConvertToYuvP010ByPixelMap(PixelFormat &tempFormat, PixelFormat &srcFormat, in RgbConvertToYuvP010ByPixelMap()
459 void ImageFormatConvertTest::RgbConvertToYuvP010(PixelFormat &srcFormat, PixelFormat &destFormat, S… in RgbConvertToYuvP010()
496 void *ImageFormatConvertTest::GetOrignData(PixelFormat srcFormat, Size imageSize) in GetOrignData()
517 void ImageFormatConvertTest::PixelMapFormatConvert(PixelFormat &srcFormat, PixelFormat &destFormat, in PixelMapFormatConvert()
[all …]
Dimage_format_convert_fail_test.cpp50 ConvertFunction ImageFormatConvertFailTest::TestGetConvertFuncByFormat(PixelFormat srcFormat, Pixel… in TestGetConvertFuncByFormat()
65 PixelFormat srcFormat = PixelFormat::RGB_565; variable
97 PixelFormat srcFormat = PixelFormat::NV21; variable
139 PixelFormat srcFormat = PixelFormat::BGRA_8888; variable
159 PixelFormat srcFormat = PixelFormat::NV21; variable
179 PixelFormat srcFormat = PixelFormat::NV21; variable
201 PixelFormat srcFormat = PixelFormat::RGB_565; variable
230 PixelFormat srcFormat = PixelFormat::YCBCR_P010; variable
248 PixelFormat srcFormat = PixelFormat::RGB_888; variable
266 PixelFormat srcFormat = PixelFormat::NV12; variable
[all …]
Dpicture_ext_test.cpp74 static std::shared_ptr<Picture> CreatePictureByPixelMap(std::string srcFormat, std::string srcPathN… in CreatePictureByPixelMap()
95 static std::shared_ptr<Picture> CreatePictureByImageSource(std::string srcFormat, std::string srcPa… in CreatePictureByImageSource()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertrgb2yuvp010_fuzzer/src/
Dimage_fwk_convert_rgb2yuvp010_fuzzer.cpp44 void RgbConvertToYuvP010(PixelFormat &srcFormat, PixelFormat &destFormat) in RgbConvertToYuvP010()
76 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV12P010FuzzTest001() local
85 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV12P010FuzzTest002() local
94 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV21P010FuzzTest001() local
103 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV21P010FuzzTest002() local
112 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV12P010FuzzTest001() local
121 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV12P010FuzzTest002() local
130 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV21P010FuzzTest001() local
139 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV21P010FuzzTest002() local
145 void RgbConvertToYuvP010ByPixelMap(PixelFormat &tempFormat, PixelFormat &srcFormat, in RgbConvertToYuvP010ByPixelMap()
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertrgb2yuv_fuzzer/src/
Dimage_fwk_convert_rgb2yuv_fuzzer.cpp44 void RgbConvertToYuv(PixelFormat &srcFormat, PixelFormat &destFormat) in RgbConvertToYuv()
74 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV12FuzzTest001() local
83 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV12FuzzTest002() local
92 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV21FuzzTest001() local
101 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV21FuzzTest002() local
110 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV21FuzzTest001() local
119 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV21FuzzTest002() local
128 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV12FuzzTest001() local
137 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV12FuzzTest002() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertp010yuv2rgb_fuzzer/src/
Dimage_fwk_convert_p010yuv2rgb_fuzzer.cpp88 void YuvP010ConvertToRgb(PixelFormat &srcFormat, PixelFormat &destFormat, Size &srcSize, in YuvP010ConvertToRgb()
132 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToNV12FuzzTest003() local
144 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToNV21FuzzTest003() local
156 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToNV21P010FuzzTest003() local
168 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToRGB565FuzzTest003() local
179 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToRGBAFuzzTest003() local
190 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToBGRAFuzzTest003() local
201 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToRGBFuzzTest003() local
212 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToRGBAF16FuzzTest003() local
223 PixelFormat srcFormat = PixelFormat::YCRCB_P010; in NV21P010ToNV21FuzzTest003() local
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertp010yuv2rgbext_fuzzer/src/
Dimage_fwk_convert_p010yuv2rgb_ext_fuzzer.cpp91 void YuvP010ConvertToRgb(PixelFormat &srcFormat, PixelFormat &destFormat, Size &srcSize, uint32_t d… in YuvP010ConvertToRgb()
134 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToNV12ExtFuzzTest001() local
146 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToNV21ExtFuzzTest001() local
158 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToRGB565ExtFuzzTest001() local
169 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToRGBAExtFuzzTest001() local
180 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToBGRAExtFuzzTest001() local
191 PixelFormat srcFormat = PixelFormat::YCBCR_P010; in NV12P010ToRGBExtFuzzTest001() local
202 PixelFormat srcFormat = PixelFormat::YCRCB_P010; in NV21P010ToNV21ExtFuzzTest001() local
214 PixelFormat srcFormat = PixelFormat::YCRCB_P010; in NV21P010ToRGB565ExtFuzzTest001() local
225 PixelFormat srcFormat = PixelFormat::YCRCB_P010; in NV21P010ToRGBAExtFuzzTest001() local
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertpixelmapformat_fuzzer/src/
Dimage_fwk_convert_pixelmap_format_fuzzer.cpp44 void PixelMapFormatConvert(PixelFormat &srcFormat, PixelFormat &destFormat) in PixelMapFormatConvert()
82 PixelFormat srcFormat = PixelFormat::NV21; in PixelMapFormatFuzzTest001() local
91 PixelFormat srcFormat = PixelFormat::NV21; in PixelMapFormatFuzzTest002() local
100 PixelFormat srcFormat = PixelFormat::NV12; in PixelMapFormatFuzzTest003() local
109 PixelFormat srcFormat = PixelFormat::NV12; in PixelMapFormatFuzzTest004() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
Dimage_format_convert.cpp264 static bool IsYUVConvert(PixelFormat srcFormat) in IsYUVConvert()
362 PixelFormat srcFormat = srcPiexlMap->GetPixelFormat(); in ConvertImageFormat() local
454 ConvertFunction ImageFormatConvert::GetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destF… in GetConvertFuncByFormat()
464 YUVConvertFunction ImageFormatConvert::YUVGetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat… in YUVGetConvertFuncByFormat()
567const PixelFormat &srcFormat, PixelFormat destFormat) in RGBConvertImageFormatOption()
618 std::unique_ptr<PixelMap> &srcPiexlMap, const PixelFormat &srcFormat, PixelFormat destFormat) in RGBConvertImageFormatOptionUnique()
707const PixelFormat &srcFormat, PixelFormat destFormat) in YUVConvertImageFormatOption()
Dimage_format_convert_utils.cpp290 …tic bool YuvP010ToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvP010ToRGB10()
397 …atic bool RGBToYuvP010(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGBToYuvP010()
429 static bool RGB10ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGB10ToYuv()
529 …ic bool RGB10ToYuvP010(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGB10ToYuvP010()
592 static bool YUVToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YUVToRGB10()
645 static bool YuvToYuvP010(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvToYuvP010()
703 static bool YuvP010ToYuv(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvP010ToYuv()
811 static bool YuvP010ToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvP010ToRGB()
1173 static bool AlignSrcBuffer(const YUVDataInfo& yDInfo, PixelFormat srcFormat, const uint8_t* srcBuff… in AlignSrcBuffer()
1183 static bool YuvToYuv(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvToYuv()
[all …]
Dimage_format_convert_ext_utils.cpp268 …tic bool YuvTo420ToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvTo420ToRGB()
327 static bool YuvToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToRGB()
403 … RGBToI420ToI010ToP010(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGBToI420ToI010ToP010()
511 … RGB10ToRGBToI420ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGB10ToRGBToI420ToYuv()
554 …YuvToI420ToI010ToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToI420ToI010ToRGB10()
652 … YuvToI420ToI010ToP010(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToI420ToI010ToP010()
781 … P010ToI010ToI420ToYuv(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in P010ToI010ToI420ToYuv()
871 … P010ToI010ToI420ToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in P010ToI010ToI420ToRGB()
940 …bool P010ToI010ToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in P010ToI010ToRGB10()
1153 …ic bool RGBToI420ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGBToI420ToYuv()
[all …]
Dpixel_convert.cpp1013 static string MakeKey(uint32_t srcFormat, uint32_t dstFormat) in MakeKey()
1782 uint32_t srcFormat = static_cast<uint32_t>(srcInfo.pixelFormat); in Create() local
/foundation/multimedia/image_effect/frameworks/native/utils/format/
Dformat_helper.cpp43 IEffectFormat srcFormat; member
107 bool FormatHelper::IsSupportConvert(IEffectFormat srcFormat, IEffectFormat dstFormat) in IsSupportConvert()
114 FormatConverterFunc GetFormatConverterFunc(IEffectFormat srcFormat, IEffectFormat dstFormat) in GetFormatConverterFunc()
158 IEffectFormat srcFormat = src.bufferInfo.formatType_; in ConvertFormat() local
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
Dmovfunc_test.cpp131 …tic void OpenSourceFormat(const char *fileName, int fd, OH_AVSource **src, OH_AVFormat **srcFormat) in OpenSourceFormat()
142 static void CheckTrackCount(OH_AVFormat **srcFormat, OH_AVSource *src, int32_t *trackCount, int tra… in CheckTrackCount()
Dfunc2_test.cpp132 static void CheckTrackCount(OH_AVFormat **srcFormat, OH_AVSource *src, int32_t *trackCount, int tra… in CheckTrackCount()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
Dmesh_builder.cpp564 BASE_NS::Format srcFormat; member
595 const FormatProperties& dstFormat, const FormatProperties& srcFormat) noexcept in GenericConversion()
624 const auto srcFormat = GetFormatSpec(srcData.format); in Fill() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
Dimage_source_test.cpp135 void ImageSourceTest::InitDecodeContextTest(PixelFormat srcFormat, PixelFormat desiredFormat) in InitDecodeContextTest()