Searched refs:DecodeToFormat (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | heif_yuv_test.cpp | 44 void DecodeToFormat(std::string srcHeif, PixelFormat outfmt, int width, int height); 74 void HeifYuvTest::DecodeToFormat(std::string srcHeif, PixelFormat outfmt, int width, int height) in DecodeToFormat() function in OHOS::Multimedia::HeifYuvTest 100 DecodeToFormat(heifPath, PixelFormat::RGBA_8888, 0, 0); in DoTimeTest() 110 DecodeToFormat(heifPath, PixelFormat::NV12, 0, 0); in DoTimeTest()
|
H A D | jpg_yuv_test.cpp | 75 void DecodeToFormat(std::string srcjpg, PixelFormat outfmt, int width, int height); 138 void JpgYuvTest::DecodeToFormat(std::string srcjpg, PixelFormat outfmt, int width, int height) in DecodeToFormat() function in OHOS::Multimedia::JpgYuvTest 162 DecodeToFormat(jpgpath, PixelFormat::RGBA_8888, 0, 0); in DoTimeTest() 168 DecodeToFormat(jpgpath, PixelFormat::NV12, 0, 0); in DoTimeTest()
|