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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
media_opt_test.h 64 std::string _actualSourcename;
media_opt_test.cc 104 _actualSourcename = test::OutputPath() + "MOTestSource.yuv";
187 if ((_actualSourceFile = fopen(_actualSourcename.c_str(), "wb")) == NULL)
189 printf("Cannot read file %s.\n", _actualSourcename.c_str());
396 _actualSourcename = test::OutputPath() + "RTMOTestSource.yuv";
478 I420PSNRFromFiles(_actualSourcename.c_str(), _outname.c_str(), _width,

Completed in 147 milliseconds