HomeSort by relevance Sort by last modified time
    Searched refs:_outname (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
codec_database_test.h 39 std::string _outname; member in class:CodecDataBaseTest
normal_test.h 70 _outname(outname),
83 std::string _outname; member in class:VCMNTDecodeCompleCallback
120 std::string _outname; member in class:NormalTest
media_opt_test.h 63 std::string _outname; member in class:MediaOptTest
media_opt_test.cc 100 _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;
normal_test.cc 162 _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,
codec_database_test.cc 63 _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,
quality_modes_test.cc 60 _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,
generic_codec_test.h 57 std::string _outname; member in class:webrtc::GenericCodecTest
generic_codec_test.cc 69 _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/
test.cc 28 _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,
packet_loss_test.cc 138 _outname = "out-" + source.GetName() + "-" + lossRateStr;
143 _outname += "-nack";
146 _outname += ".yuv";
normal_test.cc 62 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());
test.h 62 std::string _outname; member in class:CodecTest
normal_async_test.cc 136 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());
benchmark.cc 156 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(),
161 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(),

Completed in 116 milliseconds