Home
last modified time | relevance | path

Searched refs:srcHeif (Results 1 – 1 of 1) 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);
45 …void DecodeToYuv(std::string srcHeif, PixelFormat outfmt, std::string outname, int& width, int& he…
50 … const char* srcHeif[] = { "test.heic", "test_hw.heic", "test-10bit-1.heic", "test-10bit-2.heic"}; in TestDecodeToSize() local
54 for (uint32_t k = 0; k < sizeof(srcHeif) / sizeof(char*); k++) { in TestDecodeToSize()
57 heifPath.append(srcHeif[k]); in TestDecodeToSize()
74 void HeifYuvTest::DecodeToFormat(std::string srcHeif, PixelFormat outfmt, int width, int height) in DecodeToFormat() argument
79 …std::unique_ptr<ImageSource> imageSource = ImageSource::CreateImageSource(srcHeif, opts, errorCode… in DecodeToFormat()
117 void HeifYuvTest::DecodeToYuv(std::string srcHeif, PixelFormat outfmt, std::string outname, int& wi… in DecodeToYuv() argument
123 …std::unique_ptr<ImageSource> imageSource = ImageSource::CreateImageSource(srcHeif, opts, errorCode… in DecodeToYuv()