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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
codec_database_test.h 38 std::string _inname; member in class:CodecDataBaseTest
quality_modes_test.cc 59 _inname = args.inputFile;
64 _inname.substr(_inname.find_last_of("\\/") + 1,_inname.length());
84 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL)
86 printf("Cannot read file %s.\n", _inname.c_str());
125 (_log) << "Input file: " << _inname << std::endl;
134 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _nativeWidth,
150 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _nativeWidth,
media_opt_test.h 62 std::string _inname; member in class:MediaOptTest
media_opt_test.cc 98 _inname = args.inputFile;
175 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL)
177 printf("Cannot read file %s.\n", _inname.c_str());
386 sources.push_back(new const VideoSource(_inname, _width, _height));
415 _inname = (*it)->GetFileName();
482 (_log) << "Input file: " << _inname << std::endl;
normal_test.cc 206 _inname = args.inputFile;
226 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL)
228 printf("Cannot read file %s.\n", _inname.c_str());
360 (_log) << "Input file: " << _inname << std::endl;
369 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _width, _height,
371 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _width, _height,
generic_codec_test.h 56 std::string _inname; member in class:webrtc::GenericCodecTest
codec_database_test.cc 57 _inname= args.inputFile;
69 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL)
71 printf("Cannot read file %s.\n", _inname.c_str());
371 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _width,
normal_test.h 119 std::string _inname; member in class:NormalTest
generic_codec_test.cc 67 _inname= args.inputFile;
80 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL)
82 printf("Cannot read file %s.\n", _inname.c_str());
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.cc 27 _inname(""),
42 _inname(""),
59 (*_log) << "Input file: " << _inname << std::endl;
63 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _inst.width,
65 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _inst.width,
benchmark.cc 110 _inname = outFileName;
114 _inname = (*it)->GetFileName();
156 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(),
161 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(),
test.h 61 std::string _inname; member in class:CodecTest
normal_test.cc 74 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL)
76 printf("Cannot read file %s.\n", _inname.c_str());
118 _inname = webrtc::test::ProjectRootPath() + "resources/foreman_cif.yuv";
normal_async_test.cc 148 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL)
150 printf("Cannot read file %s.\n", _inname.c_str());
308 _inname = webrtc::test::ProjectRootPath() + "resources/foreman_cif.yuv";
packet_loss_test.cc 131 const VideoSource source(_inname, _inst.width, _inst.height, _inst.maxFramerate);

Completed in 155 milliseconds