Home | History | Annotate | Download | only in test_framework

Lines Matching full:_filename

20 _fileName(webrtc::test::ProjectRootPath() + "resources/foreman_cif.yuv"),
31 _fileName(fileName),
46 _fileName(fileName),
174 size_t slashPos = _fileName.find_last_of("/\\");
180 return _fileName.substr(0, slashPos);
187 size_t slashPos = _fileName.find_last_of("/\\");
198 return _fileName.substr(slashPos, std::min(_fileName.find_last_of("_"),
199 _fileName.find_last_of(".")) - slashPos);
220 inFile = fopen(_fileName.c_str(), "rb");