Searched refs:outname (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | jpg_yuv_test.cpp | 203 outpath.append(outname); in DecodeToYuv() 223 outpath.append(outname); in YuvWriteToFile() 1134 std::string outname; variable 1336 std::string outname; variable 1352 std::string outname; variable 1409 std::string outname; variable 1544 std::string outname; variable 1564 std::string outname; variable 1586 std::string outname; variable 1608 std::string outname; variable [all …]
|
H A D | heif_yuv_test.cpp | 45 …void DecodeToYuv(std::string srcHeif, PixelFormat outfmt, std::string outname, int& width, int& he… 58 std::string outname; in TestDecodeToSize() local 59 outname.append(outNamePart1[k]); in TestDecodeToSize() 60 outname.append(outNamePart2[j]); in TestDecodeToSize() 63 DecodeToYuv(heifPath, outfmt[j], outname, outWidth, outHeight); in TestDecodeToSize() 117 void HeifYuvTest::DecodeToYuv(std::string srcHeif, PixelFormat outfmt, std::string outname, int& wi… in DecodeToYuv() argument 150 outpath.append(outname); in DecodeToYuv() 212 std::string outname; variable 213 outname.append("testhw"); 214 outname.append(outNamePart2[j]); [all …]
|
H A D | image_format_convert_test.cpp | 200 …std::string outname = size.width % EVEN_ODD_DIVISOR == 0 ? "Tree_" + formatName : "Odd_" + formatN… in RgbConvertToYuv() local 202 WriteToFile(outpath, size, outname, data, buffersize); in RgbConvertToYuv() 234 …std::string outname = size.width % EVEN_ODD_DIVISOR == 0 ? "Tree_" + formatName : "Odd_" + formatN… in YuvConvertToRgb() local 236 WriteToFile(outpath, size, outname, data, destBuffersize); in YuvConvertToRgb() 301 WriteToFile(outpath, size, outname, data8, destBuffersize); in YuvP010ConvertToRgb() 341 WriteToFile(outpath, size, outname, data8, destBuffersize); in Rgba1010102ConvertToYuvP010() 402 WriteToFile(outpath, size, outname, data, buffersize); in RgbConvertToYuvByPixelMap() 444 WriteToFile(outpath, size, outname, data, buffersize); in RgbConvertToYuvP010ByPixelMap() 481 WriteToFile(outpath, size, outname, data, buffersize); in RgbConvertToYuvP010() 544 WriteToFile(outpath, size, outname, data8, destBuffersize); in PixelMapFormatConvert() [all …]
|