| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| D | image_format_convert_test.cpp | 94 ConvertFunction ImageFormatConvertTest::TestGetConvertFuncByFormat(PixelFormat srcFormat, PixelForm… in TestGetConvertFuncByFormat() 150 void ImageFormatConvertTest::RgbConvertToYuv(PixelFormat &srcFormat, PixelFormat &destFormat, Size … in RgbConvertToYuv() 205 void ImageFormatConvertTest::YuvConvertToRgb(PixelFormat &srcFormat, PixelFormat &destFormat, Size … in YuvConvertToRgb() 263 void ImageFormatConvertTest::YuvP010ConvertToRgb(PixelFormat &srcFormat, PixelFormat &destFormat, S… in YuvP010ConvertToRgb() 304 void ImageFormatConvertTest::Rgba1010102ConvertToYuvP010(PixelFormat &srcFormat, PixelFormat &destF… in Rgba1010102ConvertToYuvP010() 344 … ImageFormatConvertTest::RgbConvertToYuvByPixelMap(PixelFormat &tempFormat, PixelFormat &srcFormat, in RgbConvertToYuvByPixelMap() 405 …geFormatConvertTest::RgbConvertToYuvP010ByPixelMap(PixelFormat &tempFormat, PixelFormat &srcFormat, in RgbConvertToYuvP010ByPixelMap() 447 void ImageFormatConvertTest::RgbConvertToYuvP010(PixelFormat &srcFormat, PixelFormat &destFormat, S… in RgbConvertToYuvP010() 484 void *ImageFormatConvertTest::GetOrignData(PixelFormat srcFormat, Size imageSize) in GetOrignData() 505 void ImageFormatConvertTest::PixelMapFormatConvert(PixelFormat &srcFormat, PixelFormat &destFormat, in PixelMapFormatConvert() [all …]
|
| D | image_format_convert_fail_test.cpp | 50 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 …]
|
| D | picture_ext_test.cpp | 104 static std::shared_ptr<Picture> CreatePictureByPixelMap(std::string srcFormat, std::string srcPathN… in CreatePictureByPixelMap() 125 static std::shared_ptr<Picture> CreatePictureByImageSource(std::string srcFormat, std::string srcPa… in CreatePictureByImageSource()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
| D | image_format_convert.cpp | 302 static bool IsYUVConvert(PixelFormat srcFormat) in IsYUVConvert() 319 PixelFormat srcFormat = srcPiexlMap->GetPixelFormat(); in ConvertImageFormat() local 410 ConvertFunction ImageFormatConvert::GetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destF… in GetConvertFuncByFormat() 420 YUVConvertFunction ImageFormatConvert::YUVGetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat… in YUVGetConvertFuncByFormat() 528 … const PixelFormat &srcFormat, PixelFormat destFormat) in RGBConvertImageFormatOption() 579 std::unique_ptr<PixelMap> &srcPiexlMap, const PixelFormat &srcFormat, PixelFormat destFormat) in RGBConvertImageFormatOptionUnique() 670 … const PixelFormat &srcFormat, PixelFormat destFormat) in YUVConvertImageFormatOption()
|
| D | image_format_convert_ext_utils.cpp | 274 …tic bool YuvTo420ToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvTo420ToRGB() 334 static bool YuvToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToRGB() 421 … RGBToI420ToI010ToP010(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGBToI420ToI010ToP010() 541 … RGB10ToRGBToI420ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGB10ToRGBToI420ToYuv() 589 …YuvToI420ToI010ToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToI420ToI010ToRGB10() 692 … YuvToI420ToI010ToP010(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToI420ToI010ToP010() 826 … P010ToI010ToI420ToYuv(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in P010ToI010ToI420ToYuv() 921 … P010ToI010ToI420ToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in P010ToI010ToI420ToRGB() 995 …bool P010ToI010ToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in P010ToI010ToRGB10() 1208 …ic bool RGBToI420ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGBToI420ToYuv() [all …]
|
| D | image_format_convert_utils.cpp | 290 …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() 524 …ic bool RGB10ToYuvP010(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGB10ToYuvP010() 587 static bool YUVToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YUVToRGB10() 640 static bool YuvToYuvP010(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvToYuvP010() 698 static bool YuvP010ToYuv(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvP010ToYuv() 806 static bool YuvP010ToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvP010ToRGB() 1130 static bool YuvToYuv(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvToYuv() 1155 static bool YuvToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yDInfo, PixelFormat srcFormat, in YuvToRGB() [all …]
|
| D | pixel_convert.cpp | 1010 static string MakeKey(uint32_t srcFormat, uint32_t dstFormat) in MakeKey() 1667 uint32_t srcFormat = static_cast<uint32_t>(srcInfo.pixelFormat); in Create() local
|
| /foundation/multimedia/image_effect/frameworks/native/utils/format/ |
| D | format_helper.cpp | 43 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/ |
| D | movfunc_test.cpp | 131 …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()
|
| D | func2_test.cpp | 132 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/ |
| D | mesh_builder.cpp | 546 BASE_NS::Format srcFormat; member 575 const FormatProperties& dstFormat, const FormatProperties& srcFormat) in GenericConversion() 604 const auto srcFormat = GetFormatSpec(srcData.format); in Fill() local
|