Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp89 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"}; variable
1313 jpgpath.append(srcjpg[0]);
1330 const char *srcjpg[] = {"test-treeodd-444.jpg"}; variable
1333 jpgpath.append(srcjpg[0]);
1345 const char *srcjpg[] = {"test-treeodd-444.jpg"}; variable
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_yuv_decoder/
H A Djpeg_yuv_decoder_test.cpp41 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() argument
81 jpgpath.append(srcjpg); in DecodeToYUV()