Searched refs:video_output_filename_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.cc53 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_);
H A Dfilemediaengine.h67 video_output_filename_ = filename;
116 std::string video_output_filename_; member in class:cricket::FileMediaEngine
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.cc55 if (!video_output_filename_.empty()) {
94 if (video_input_filename_.empty() && video_output_filename_.empty())
106 if (!video_output_filename_.empty()) {
108 talk_base::Pathname(video_output_filename_), "wb");
H A Dfilemediaengine_unittest.cc100 setup_ok_ &= GetTempFilename(&video_output_filename_);
110 DeleteTempFile(video_output_filename_);
207 std::string video_output_filename_; member in class:cricket::FileMediaEngineTest
294 video_output_filename_,
458 video_output_filename_, 1));
H A Dfilemediaengine.h68 video_output_filename_ = filename;
162 std::string video_output_filename_; member in class:cricket::FileMediaEngine
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h107 std::string video_output_filename_; member in class:cricket::LinphoneMediaEngine

Completed in 103 milliseconds