Home
last modified time | relevance | path

Searched defs:destFormat (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_test.cpp345 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 Dimage_format_convert_fail_test.cpp66 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 Dimage_yuv_convert_fuzzer.cpp199 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 Dimage_format_convert.cpp309 …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 Dimage_format_convert_ext_utils.cpp333 DestConvertInfo &destInfo, PixelFormat destFormat) in YuvToRGB()
1214 DestConvertInfo &destInfo, PixelFormat destFormat) in RGBToI420ToYuv()
1266 DestConvertInfo &destInfo, PixelFormat destFormat) in RGBToYuv()
H A Dimage_format_convert_utils.cpp1131 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 Dbuffer_manager.cpp61 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 Dpixelmap_native.cpp648 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 Dpixel_map_napi.cpp139 PixelFormat destFormat = PixelFormat::UNKNOWN; member