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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.cc 63 talk_base::FileStream* output_file_stream = NULL; local
77 output_file_stream = talk_base::Filesystem::OpenFile(
79 if (!output_file_stream) {
86 return new FileVoiceChannel(input_file_stream, output_file_stream,
93 talk_base::FileStream* output_file_stream = NULL; local
108 output_file_stream = talk_base::Filesystem::OpenFile(
110 if (!output_file_stream) {
117 return new FileVideoChannel(input_file_stream, output_file_stream,
128 talk_base::StreamInterface* output_file_stream,
172 talk_base::StreamInterface* output_file_stream,
    [all...]
filemediaengine.h 187 talk_base::StreamInterface* output_file_stream,
266 talk_base::StreamInterface* output_file_stream,

Completed in 55 milliseconds