Home
last modified time | relevance | path

Searched refs:DecodeToFormat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_yuv_test.cpp44 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 Djpg_yuv_test.cpp75 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()