Searched refs:IMAGE_INPUT_HEIF_PATH (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_heif_test.cpp | 46 static const std::string IMAGE_INPUT_HEIF_PATH = "/data/local/tmp/image/test.heic"; variable 130 bool ret = ImageUtils::GetFileSize(IMAGE_INPUT_HEIF_PATH, bufferSize); 134 ret = OHOS::ImageSourceUtil::ReadFileToBuffer(IMAGE_INPUT_HEIF_PATH, buffer, bufferSize); 230 fs->open(IMAGE_INPUT_HEIF_PATH, std::fstream::binary | std::fstream::in); 318 bool ret = ImageUtils::GetFileSize(IMAGE_INPUT_HEIF_PATH, bufferSize); 322 ret = OHOS::ImageSourceUtil::ReadFileToBuffer(IMAGE_INPUT_HEIF_PATH, buffer, bufferSize); 424 fs->open(IMAGE_INPUT_HEIF_PATH, std::fstream::binary | std::fstream::in); 629 bool ret = ImageUtils::GetFileSize(IMAGE_INPUT_HEIF_PATH, bufferSize); 680 fs->open(IMAGE_INPUT_HEIF_PATH, std::fstream::binary | std::fstream::in); 807 fs->open(IMAGE_INPUT_HEIF_PATH, std::fstream::binary | std::fstream::in); [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | heif_yuv_test.cpp | 32 static const std::string IMAGE_INPUT_HEIF_PATH = "/data/local/tmp/image/"; variable 56 std::string heifPath = IMAGE_INPUT_HEIF_PATH; in TestDecodeToSize() 98 std::string heifPath = IMAGE_INPUT_HEIF_PATH; in DoTimeTest() 108 std::string heifPath = IMAGE_INPUT_HEIF_PATH; in DoTimeTest() 210 std::string heifPath = IMAGE_INPUT_HEIF_PATH; 225 std::string heifPath = IMAGE_INPUT_HEIF_PATH; 246 std::string heifPath = IMAGE_INPUT_HEIF_PATH; 267 std::string heifPath = IMAGE_INPUT_HEIF_PATH; 320 std::string heifPath = IMAGE_INPUT_HEIF_PATH;
|