| /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 …]
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
| D | image_yuv_convert_fuzzer.cpp | 71 void RgbConvertToYuv(PixelFormat &srcFormat, PixelFormat &destFormat, Size &srcSize) in RgbConvertToYuv() 101 void YuvConvertToRgb(PixelFormat &srcFormat, PixelFormat &destFormat, Size &srcSize, in YuvConvertToRgb() 153 void YuvP010ConvertToRgb(PixelFormat &srcFormat, PixelFormat &destFormat, Size &srcSize, in YuvP010ConvertToRgb() 198 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV12FuzzTest001() local 209 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV12FuzzTest002() local 220 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV21FuzzTest001() local 231 PixelFormat srcFormat = PixelFormat::RGB_565; in RGB565ToNV21FuzzTest002() local 242 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV21FuzzTest001() local 253 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV21FuzzTest002() local 264 PixelFormat srcFormat = PixelFormat::BGRA_8888; in BGRAToNV12FuzzTest001() local [all …]
|
| /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 417 ConvertFunction ImageFormatConvert::GetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destF… in GetConvertFuncByFormat() 427 YUVConvertFunction ImageFormatConvert::YUVGetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat… in YUVGetConvertFuncByFormat() 535 … const PixelFormat &srcFormat, PixelFormat destFormat) in RGBConvertImageFormatOption() 586 std::unique_ptr<PixelMap> &srcPiexlMap, const PixelFormat &srcFormat, PixelFormat destFormat) in RGBConvertImageFormatOptionUnique() 647 … const PixelFormat &srcFormat, PixelFormat destFormat) in YUVConvertImageFormatOption()
|
| D | image_format_convert_ext_utils.cpp | 272 …tic bool YuvTo420ToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvTo420ToRGB() 332 static bool YuvToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToRGB() 419 … RGBToI420ToI010ToP010(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGBToI420ToI010ToP010() 539 … RGB10ToRGBToI420ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGB10ToRGBToI420ToYuv() 587 …YuvToI420ToI010ToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToI420ToI010ToRGB10() 690 … YuvToI420ToI010ToP010(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in YuvToI420ToI010ToP010() 824 … P010ToI010ToI420ToYuv(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in P010ToI010ToI420ToYuv() 919 … P010ToI010ToI420ToRGB(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in P010ToI010ToI420ToRGB() 993 …bool P010ToI010ToRGB10(const uint8_t *srcBuffer, const YUVDataInfo &yuvInfo, PixelFormat srcFormat, in P010ToI010ToRGB10() 1213 …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 | 958 static string MakeKey(uint32_t srcFormat, uint32_t dstFormat) in MakeKey() 1584 uint32_t srcFormat = static_cast<uint32_t>(srcInfo.pixelFormat); in Create() local
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
| D | mesh_builder.cpp | 624 const auto srcFormat = GetFormatSpec(srcData.format); in Fill() local
|