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

  /external/webrtc/test/testsupport/
frame_reader.cc 22 : input_filename_(input_filename),
37 input_file_ = fopen(input_filename_.c_str(), "rb");
40 input_filename_.c_str());
44 size_t source_file_size = GetFileSize(input_filename_);
46 fprintf(stderr, "Found empty file: %s\n", input_filename_.c_str());
71 input_filename_.c_str());
frame_reader.h 64 std::string input_filename_; member in class:webrtc::test::FrameReaderImpl

Completed in 191 milliseconds