/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_format_convert_test.cpp | 345 PixelFormat &destFormat, Size &srcSize) in RgbConvertToYuvByPixelMap() 406 PixelFormat &destFormat, Size &srcSize) in RgbConvertToYuvP010ByPixelMap() 578 PixelFormat destFormat = PixelFormat::NV21; variable 589 PixelFormat destFormat = PixelFormat::NV21; variable 600 PixelFormat destFormat = PixelFormat::NV12; variable 611 PixelFormat destFormat = PixelFormat::NV12; variable 622 PixelFormat destFormat = PixelFormat::NV21; variable 633 PixelFormat destFormat = PixelFormat::NV21; variable 644 PixelFormat destFormat = PixelFormat::NV12; variable 655 PixelFormat destFormat = PixelFormat::NV12; variable [all …]
|
H A D | image_format_convert_fail_test.cpp | 66 PixelFormat destFormat = PixelFormat::NV21; variable 98 PixelFormat destFormat = PixelFormat::RGBA_8888; variable 140 PixelFormat destFormat = PixelFormat::NV21; variable 160 PixelFormat destFormat = PixelFormat::RGBA_8888; variable 180 PixelFormat destFormat = PixelFormat::RGB_888; variable 202 PixelFormat destFormat = PixelFormat::NV21; variable 231 PixelFormat destFormat = PixelFormat::RGB_888; variable 249 PixelFormat destFormat = PixelFormat::YCBCR_P010; variable 267 PixelFormat destFormat = PixelFormat::YCBCR_P010; variable 285 PixelFormat destFormat = PixelFormat::NV12; variable [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
H A D | image_yuv_convert_fuzzer.cpp | 199 PixelFormat destFormat = PixelFormat::NV12; in RGB565ToNV12FuzzTest001() local 210 PixelFormat destFormat = PixelFormat::NV12; in RGB565ToNV12FuzzTest002() local 221 PixelFormat destFormat = PixelFormat::NV21; in RGB565ToNV21FuzzTest001() local 232 PixelFormat destFormat = PixelFormat::NV21; in RGB565ToNV21FuzzTest002() local 243 PixelFormat destFormat = PixelFormat::NV21; in BGRAToNV21FuzzTest001() local 254 PixelFormat destFormat = PixelFormat::NV21; in BGRAToNV21FuzzTest002() local 265 PixelFormat destFormat = PixelFormat::NV12; in BGRAToNV12FuzzTest001() local 276 PixelFormat destFormat = PixelFormat::NV12; in BGRAToNV12FuzzTest002() local 397 PixelFormat destFormat = PixelFormat::NV12; in NV21ToNV12FuzzTest001() local 410 PixelFormat destFormat = PixelFormat::NV12; in NV21ToNV12FuzzTest002() local [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert.cpp | 309 …geFormatConvert::ConvertImageFormat(std::shared_ptr<PixelMap> &srcPiexlMap, PixelFormat destFormat) in ConvertImageFormat() 417 …tFunction ImageFormatConvert::GetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destFormat) in GetConvertFuncByFormat() 427 …nction ImageFormatConvert::YUVGetConvertFuncByFormat(PixelFormat srcFormat, PixelFormat destFormat) in YUVGetConvertFuncByFormat() 535 … const PixelFormat &srcFormat, PixelFormat destFormat) in RGBConvertImageFormatOption() 586 std::unique_ptr<PixelMap> &srcPiexlMap, const PixelFormat &srcFormat, PixelFormat destFormat) in RGBConvertImageFormatOptionUnique() 636 …atic AllocatorType GetAllocatorType(std::shared_ptr<PixelMap> &srcPiexlMap, PixelFormat destFormat) in GetAllocatorType() 647 … const PixelFormat &srcFormat, PixelFormat destFormat) in YUVConvertImageFormatOption()
|
H A D | image_format_convert_ext_utils.cpp | 333 DestConvertInfo &destInfo, PixelFormat destFormat) in YuvToRGB() 1214 DestConvertInfo &destInfo, PixelFormat destFormat) in RGBToI420ToYuv() 1266 DestConvertInfo &destInfo, PixelFormat destFormat) in RGBToYuv()
|
H A D | image_format_convert_utils.cpp | 1131 DestConvertInfo &destInfo, PixelFormat destFormat) in YuvToYuv() 1156 DestConvertInfo &destInfo, PixelFormat destFormat) in YuvToRGB() 1181 DestConvertInfo &destInfo, PixelFormat destFormat) in RGBToYuv()
|
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_manager.cpp | 61 bool BufferManager::ConvertFormat(PixelFormat& destFormat, uint32_t srcFormat) const in ConvertFormat()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
H A D | pixelmap_native.cpp | 648 PixelFormat destFormat = static_cast<PixelFormat>(destPixelFormat); in ImageConvert_YuvToRgb() local 670 PixelFormat destFormat = static_cast<PixelFormat>(destPixelFormat); in ImageConvert_RgbToYuv() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 139 PixelFormat destFormat = PixelFormat::UNKNOWN; member
|