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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 53 if (!video_output_filename_.empty()) {
69 if (!video_input_filename_.empty() || !video_output_filename_.empty()) {
70 return new FileVideoChannel(video_input_filename_, video_output_filename_);
filemediaengine.h 67 video_output_filename_ = filename;
116 std::string video_output_filename_; member in class:cricket::FileMediaEngine

Completed in 52 milliseconds