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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 70 return new FileVideoChannel(video_input_filename_, video_output_filename_);
230 // Implementation of FileVideoChannel.
232 FileVideoChannel::FileVideoChannel(const std::string& in_file,
237 FileVideoChannel::~FileVideoChannel() {}
239 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) {
244 bool FileVideoChannel::SetSend(bool send) {
248 void FileVideoChannel::OnPacketReceived(talk_base::Buffer* packet) {
filemediaengine.h 160 class FileVideoChannel : public VideoMediaChannel {
162 FileVideoChannel(const std::string& in_file, const std::string& out_file);
163 virtual ~FileVideoChannel();
192 DISALLOW_COPY_AND_ASSIGN(FileVideoChannel);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.cc 116 return new FileVideoChannel(input_file_stream, output_file_stream);
299 // Implementation of FileVideoChannel.
301 FileVideoChannel::FileVideoChannel(
308 FileVideoChannel::~FileVideoChannel() {}
310 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) {
315 bool FileVideoChannel::SetSend(bool send) {
319 bool FileVideoChannel::AddSendStream(const StreamParams& sp) {
321 LOG(LS_ERROR) << "FileVideoChannel only support one send stream."
    [all...]
filemediaengine.h 251 class FileVideoChannel : public VideoMediaChannel {
253 FileVideoChannel(talk_base::StreamInterface* input_file_stream,
255 virtual ~FileVideoChannel();
314 DISALLOW_COPY_AND_ASSIGN(FileVideoChannel);

Completed in 493 milliseconds