/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
D | test.cc | 27 _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()
|
D | benchmark.cc | 110 _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()
|
D | normal_test.cc | 74 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()
|
D | normal_async_test.cc | 148 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()
|
D | test.h | 61 std::string _inname; variable
|
D | packet_loss_test.cc | 131 const VideoSource source(_inname, _inst.width, _inst.height, _inst.maxFramerate); in Setup()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
D | quality_modes_test.cc | 59 _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()
|
D | normal_test.cc | 206 _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()
|
D | media_opt_test.cc | 98 _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()
|
D | codec_database_test.cc | 57 _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()
|
D | codec_database_test.h | 38 std::string _inname; variable
|
D | media_opt_test.h | 62 std::string _inname; variable
|
D | generic_codec_test.h | 56 std::string _inname; variable
|
D | generic_codec_test.cc | 67 _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()
|
D | normal_test.h | 117 std::string _inname; variable
|