Searched refs:_outname (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dcodec_database_test.h39 std::string _outname; member in class:CodecDataBaseTest
H A Dnormal_test.h70 _outname(outname),
83 std::string _outname; member in class:VCMNTDecodeCompleCallback
120 std::string _outname; member in class:NormalTest
H A Dnormal_test.cc162 _decodedFile = fopen(_outname.c_str(), "wb");
217 _outname = filename.str();
221 _outname = args.outputFile;
260 VCMNTDecodeCompleCallback _decodeCallback(_outname);
361 (_log) << "Output file: " << _outname << std::endl;
369 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _width, _height,
371 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _width, _height,
H A Dmedia_opt_test.h63 std::string _outname; member in class:MediaOptTest
H A Dmedia_opt_test.cc100 _outname = test::OutputPath() + "MOTest_out.vp8";
102 _outname = args.outputFile;
181 if ((_decodedFile = fopen(_outname.c_str(), "wb")) == NULL)
183 printf("Cannot read file %s.\n", _outname.c_str());
394 _outname = test::OutputPath() + "RTMOTest_out.yuv";
441 _outname = filename;
478 I420PSNRFromFiles(_actualSourcename.c_str(), _outname.c_str(), _width,
483 (_log) << "Output file:" << _outname << std::endl;
H A Dcodec_database_test.cc63 _outname = test::OutputPath() + "CDBtest_decoded.yuv";
65 _outname = args.outputFile;
66 _outname = args.outputFile;
81 if ((_decodedFile = fopen(_outname.c_str(), "wb")) == NULL)
83 printf("Cannot write file %s.\n", _outname.c_str());
371 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _width,
H A Dquality_modes_test.cc60 _outname = args.outputFile;
94 if ((_decodedFile = fopen(_outname.c_str(), "wb")) == NULL)
96 printf("Cannot write file %s.\n", _outname.c_str());
126 (_log) << "Output file: " << _outname << std::endl;
134 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _nativeWidth,
150 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _nativeWidth,
H A Dgeneric_codec_test.h57 std::string _outname; member in class:webrtc::GenericCodecTest
H A Dgeneric_codec_test.cc69 _outname = test::OutputPath() + "GCTest_decoded.yuv";
71 _outname = args.outputFile;
90 if ((_decodedFile = fopen(_outname.c_str(), "wb")) == NULL)
92 printf("Cannot write file %s.\n", _outname.c_str());
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dtest.cc28 _outname(""),
43 _outname(""),
60 (*_log) << "Output file: " << _outname << std::endl;
63 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _inst.width,
65 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _inst.width,
H A Dpacket_loss_test.cc138 _outname = "out-" + source.GetName() + "-" + lossRateStr;
143 _outname += "-nack";
146 _outname += ".yuv";
H A Dnormal_test.cc62 if (_outname == "")
64 _outname = webrtc::test::OutputPath() + "out_normaltest" + strTestNo +
92 if ((_decodedFile = fopen(_outname.c_str(), mode)) == NULL)
94 printf("Cannot write file %s.\n", _outname.c_str());
H A Dtest.h62 std::string _outname; member in class:CodecTest
H A Dnormal_async_test.cc136 if (_outname == "")
138 _outname = webrtc::test::OutputPath() + "out_normaltest" + strTestNo +
166 if ((_decodedFile = fopen(_outname.c_str(), mode)) == NULL)
168 printf("Cannot write file %s.\n", _outname.c_str());
H A Dbenchmark.cc156 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(),
161 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(),

Completed in 80 milliseconds