Searched refs:srcjpg (Results 1 – 2 of 2) sorted by relevance
89 void FlipYuv420(std::string &srcjpg, PixelFormat outfmt, std::string &outname,118 for (uint32_t k = 0; k < sizeof(srcjpg) / sizeof(char*); k++) { in TestDecodeToSize()121 jpgpath.append(srcjpg[k]); in TestDecodeToSize()1208 for (uint32_t k = 0; k < sizeof(srcjpg) / sizeof(char*); k++) {1211 jpgpath.append(srcjpg[k]);1310 const char *srcjpg[] = {"test-treeodd-444.jpg"}; variable1313 jpgpath.append(srcjpg[0]);1330 const char *srcjpg[] = {"test-treeodd-444.jpg"}; variable1333 jpgpath.append(srcjpg[0]);1345 const char *srcjpg[] = {"test-treeodd-444.jpg"}; variable[all …]
41 void DecodeToYUV(std::string srcjpg, int width, int height, JpegYuvFmt outfmt);78 void JpgYuvDecoderTest::DecodeToYUV(std::string srcjpg, int width, int height, JpegYuvFmt outfmt) in DecodeToYUV() argument81 jpgpath.append(srcjpg); in DecodeToYUV()