Searched refs:jpgpath (Results 1 – 2 of 2) sorted by relevance
121 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 …]
40 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() argument46 FILE* jpgFile = fopen(jpgpath.c_str(), "rb"); in ReadImageData()80 std::string jpgpath = IMAGE_INPUT_JPG_PATH; in DecodeToYUV() local81 jpgpath.append(srcjpg); in DecodeToYUV()84 bool readret = ReadImageData(jpgpath, jpegBuffer, jpegBufferSize); in DecodeToYUV()