Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp121 jpgpath.append(srcjpg[k]); in TestDecodeToSize()
161 jpgpath.append(jpgname); in DoTimeTest()
167 jpgpath.append(jpgname); in DoTimeTest()
1133 jpgpath.append("test_hw.jpg");
1146 jpgpath.append("test-tree-311.jpg");
1165 jpgpath.append("test-bad.jpg");
1184 jpgpath.append("test_null.jpg");
1211 jpgpath.append(srcjpg[k]);
1313 jpgpath.append(srcjpg[0]);
1333 jpgpath.append(srcjpg[0]);
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/
H A Djpeg_yuv_decoder_test.cpp40 bool ReadImageData(std::string jpgpath, uint8_t*& jpegBuffer, uint32_t& jpegBufferSize);
44 bool JpgYuvDecoderTest::ReadImageData(std::string jpgpath, uint8_t*& jpegBuffer, uint32_t& jpegBuff… in ReadImageData() argument
46 FILE* jpgFile = fopen(jpgpath.c_str(), "rb"); in ReadImageData()
80 std::string jpgpath = IMAGE_INPUT_JPG_PATH; in DecodeToYUV() local
81 jpgpath.append(srcjpg); in DecodeToYUV()
84 bool readret = ReadImageData(jpgpath, jpegBuffer, jpegBufferSize); in DecodeToYUV()