Searched refs:RgbConvertToYuv (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
H A D | image_yuv_convert_fuzzer.cpp | 71 void RgbConvertToYuv(PixelFormat &srcFormat, PixelFormat &destFormat, Size &srcSize) in RgbConvertToYuv() function 201 RgbConvertToYuv(srcFormat, destFormat, srcSize); in RGB565ToNV12FuzzTest001() 212 RgbConvertToYuv(srcFormat, destFormat, srcSize); in RGB565ToNV12FuzzTest002() 223 RgbConvertToYuv(srcFormat, destFormat, srcSize); in RGB565ToNV21FuzzTest001() 234 RgbConvertToYuv(srcFormat, destFormat, srcSize); in RGB565ToNV21FuzzTest002() 245 RgbConvertToYuv(srcFormat, destFormat, srcSize); in BGRAToNV21FuzzTest001() 256 RgbConvertToYuv(srcFormat, destFormat, srcSize); in BGRAToNV21FuzzTest002() 267 RgbConvertToYuv(srcFormat, destFormat, srcSize); in BGRAToNV12FuzzTest001() 278 RgbConvertToYuv(srcFormat, destFormat, srcSize); in BGRAToNV12FuzzTest002()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_format_convert_test.cpp | 77 void RgbConvertToYuv(PixelFormat &srcFormat, PixelFormat &destFormat, Size &srcSize); 150 void ImageFormatConvertTest::RgbConvertToYuv(PixelFormat &srcFormat, PixelFormat &destFormat, Size … in RgbConvertToYuv() function in OHOS::Media::ImageFormatConvertTest 711 RgbConvertToYuv(srcFormat, destFormat, srcSize); 721 RgbConvertToYuv(srcFormat, destFormat, srcSize); 731 RgbConvertToYuv(srcFormat, destFormat, srcSize); 741 RgbConvertToYuv(srcFormat, destFormat, srcSize); 751 RgbConvertToYuv(srcFormat, destFormat, srcSize); 761 RgbConvertToYuv(srcFormat, destFormat, srcSize); 771 RgbConvertToYuv(srcFormat, destFormat, srcSize); 781 RgbConvertToYuv(srcFormat, destFormat, srcSize);
|