Home
last modified time | relevance | path

Searched refs:_inname (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dtest.cc27 _inname(""), in CodecTest()
42 _inname(""), in CodecTest()
59 (*_log) << "Input file: " << _inname << std::endl; in Print()
63 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _inst.width, in Print()
65 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _inst.width, in Print()
Dbenchmark.cc110 _inname = outFileName; in Perform()
114 _inname = (*it)->GetFileName(); in Perform()
156 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), in Perform()
161 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), in Perform()
Dnormal_test.cc74 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL) in Setup()
76 printf("Cannot read file %s.\n", _inname.c_str()); in Setup()
118 _inname = webrtc::test::ProjectRootPath() + "resources/foreman_cif.yuv"; in Perform()
Dnormal_async_test.cc148 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL) in Setup()
150 printf("Cannot read file %s.\n", _inname.c_str()); in Setup()
308 _inname = webrtc::test::ProjectRootPath() + "resources/foreman_cif.yuv"; in Perform()
Dtest.h61 std::string _inname; variable
Dpacket_loss_test.cc131 const VideoSource source(_inname, _inst.width, _inst.height, _inst.maxFramerate); in Setup()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dquality_modes_test.cc59 _inname = args.inputFile; in Setup()
64 _inname.substr(_inname.find_last_of("\\/") + 1,_inname.length()); in Setup()
84 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL) in Setup()
86 printf("Cannot read file %s.\n", _inname.c_str()); in Setup()
125 (_log) << "Input file: " << _inname << std::endl; in Print()
134 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _nativeWidth, in Print()
150 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _nativeWidth, in Print()
Dnormal_test.cc206 _inname = args.inputFile; in Setup()
226 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL) in Setup()
228 printf("Cannot read file %s.\n", _inname.c_str()); in Setup()
360 (_log) << "Input file: " << _inname << std::endl; in Print()
369 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _width, _height, in Print()
371 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _width, _height, in Print()
Dmedia_opt_test.cc98 _inname = args.inputFile; in Setup()
175 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL) in GeneralSetup()
177 printf("Cannot read file %s.\n", _inname.c_str()); in GeneralSetup()
386 sources.push_back(new const VideoSource(_inname, _width, _height)); in RTTest()
415 _inname = (*it)->GetFileName(); in RTTest()
482 (_log) << "Input file: " << _inname << std::endl; in Print()
Dcodec_database_test.cc57 _inname= args.inputFile; in Setup()
69 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL) in Setup()
71 printf("Cannot read file %s.\n", _inname.c_str()); in Setup()
372 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _width, in Perform()
Dcodec_database_test.h38 std::string _inname; variable
Dmedia_opt_test.h62 std::string _inname; variable
Dgeneric_codec_test.h56 std::string _inname; variable
Dgeneric_codec_test.cc67 _inname= args.inputFile; in Setup()
80 if ((_sourceFile = fopen(_inname.c_str(), "rb")) == NULL) in Setup()
82 printf("Cannot read file %s.\n", _inname.c_str()); in Setup()
Dnormal_test.h117 std::string _inname; variable