/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_format_convert_test.cpp | 788 PixelFormat srcFormat = PixelFormat::NV21; variable 799 PixelFormat srcFormat = PixelFormat::NV21; variable 810 PixelFormat srcFormat = PixelFormat::NV21; variable 821 PixelFormat srcFormat = PixelFormat::NV21; variable 832 PixelFormat srcFormat = PixelFormat::NV21; variable 843 PixelFormat srcFormat = PixelFormat::NV21; variable 854 PixelFormat srcFormat = PixelFormat::NV21; variable 865 PixelFormat srcFormat = PixelFormat::NV21; variable 876 PixelFormat srcFormat = PixelFormat::NV21; variable 888 PixelFormat srcFormat = PixelFormat::NV21; variable [all …]
|
H A D | image_format_convert_fail_test.cpp | 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 284 PixelFormat srcFormat = PixelFormat::YCBCR_P010; variable [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
H A D | image_yuv_convert_fuzzer.cpp | 300 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGBFuzzTest001() local 312 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGBFuzzTest002() local 324 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGBAFuzzTest001() local 336 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGBAFuzzTest002() local 348 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToBGRAFuzzTest001() local 360 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToBGRAFuzzTest002() local 372 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGB565FuzzTest001() local 384 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToRGB565FuzzTest002() local 396 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToNV12FuzzTest001() local 409 PixelFormat srcFormat = PixelFormat::NV21; in NV21ToNV12FuzzTest002() local [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A 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 …]
|
H A 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()
|
H A D | image_format_convert_ext_utils.cpp | 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() 1213 …ic bool RGBToI420ToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGBToI420ToYuv() 1265 static bool RGBToYuv(const uint8_t *srcBuffer, const RGBDataInfo &rgbInfo, PixelFormat srcFormat, in RGBToYuv()
|
H A 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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 624 const auto srcFormat = GetFormatSpec(srcData.format); in Fill() local
|