Home
last modified time | relevance | path

Searched defs:srcjpg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp113 const char* srcjpg[] = { "test-tree-444.jpg", "test-tree-422.jpg", "test-tree-420.jpg", in TestDecodeToSize() local
138 void JpgYuvTest::DecodeToFormat(std::string srcjpg, PixelFormat outfmt, int width, int height) in DecodeToFormat()
234 void JpgYuvTest::YuvRotate(std::string srcjpg, PixelFormat outfmt, std::string outname, in YuvRotate()
348 void JpgYuvTest::ScaleYuv420(std::string &srcjpg, PixelFormat outfmt, std::string &outname, in ScaleYuv420()
427 void JpgYuvTest::FlipYuv420(std::string &srcjpg, PixelFormat outfmt, std::string &outname, in FlipYuv420()
463 void JpgYuvTest::TranslateYuv420(std::string &srcjpg, PixelFormat outfmt, std::string &outname, in TranslateYuv420()
496 void JpgYuvTest::ReadYuv420(std::string &srcjpg, PixelFormat outfmt, std::string &outname, in ReadYuv420()
529 void JpgYuvTest::WriteYuv420(std::string &srcjpg, PixelFormat outfmt, std::string &outname, in WriteYuv420()
1310 const char *srcjpg[] = {"test-treeodd-444.jpg"}; variable
1330 const char *srcjpg[] = {"test-treeodd-444.jpg"}; variable
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/
H A Djpeg_yuv_decoder_test.cpp78 void JpgYuvDecoderTest::DecodeToYUV(std::string srcjpg, int width, int height, JpegYuvFmt outfmt) in DecodeToYUV()