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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.cc 62 rtc::FileStream* input_file_stream = NULL; local
68 input_file_stream = rtc::Filesystem::OpenFile(
70 if (!input_file_stream) {
80 delete input_file_stream;
86 return new FileVoiceChannel(input_file_stream, output_file_stream,
92 rtc::FileStream* input_file_stream = NULL; local
99 input_file_stream = rtc::Filesystem::OpenFile(
101 if (!input_file_stream) {
111 delete input_file_stream;
117 return new FileVideoChannel(input_file_stream, output_file_stream
    [all...]
filemediaengine.h 185 FileVoiceChannel(rtc::StreamInterface* input_file_stream,
265 FileVideoChannel(rtc::StreamInterface* input_file_stream,

Completed in 151 milliseconds