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

  /external/chromium_org/chromecast/media/cma/base/
buffering_controller.h 96 typedef std::list<scoped_refptr<BufferingState> > StreamList;
97 StreamList stream_list_;
buffering_controller.cc 54 for (StreamList::iterator it = stream_list_.begin();
83 for (StreamList::iterator it = stream_list_.begin();
91 for (StreamList::const_iterator it = stream_list_.begin();
161 for (StreamList::iterator it = stream_list_.begin();
175 for (StreamList::iterator it = stream_list_.begin();
187 for (StreamList::const_iterator it = stream_list_.begin();
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
audiomonitor.h 43 typedef std::vector<std::pair<uint32, int> > StreamList;
44 StreamList active_streams; // ssrcs contributing to output_level
currentspeakermonitor.cc 91 cricket::AudioInfo::StreamList::const_iterator stream_list_it;
channel.h 458 void GetActiveStreams_w(AudioInfo::StreamList* actives);
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/base/
socketpool.h 135 typedef std::deque<LoggingAdapter*> StreamList;
136 StreamList recycle_bin_;
logging.cc 97 LogMessage::StreamList LogMessage::streams_;
187 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) {
235 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) {
248 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) {
264 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) {
370 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) {
logging.h 182 typedef std::list<std::pair<StreamInterface*, int> > StreamList;
220 static StreamList streams_;
socketpool.cc 243 for (StreamList::iterator it = recycle_bin_.begin();
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.h 80 camera3_stream_configuration *streamList);
182 typedef List<camera3_stream_t*> StreamList;
187 StreamList mStreams;
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 127 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) { return true; }
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 270 typedef List<sp<StreamAdapter> > StreamList;
271 StreamList mStreams;
Camera2Device.cpp 185 for (StreamList::iterator s = mStreams.begin(); s != mStreams.end(); s++) {
286 StreamList::iterator streamI;
322 StreamList::iterator streamI;
348 StreamList::iterator streamI;
369 for (StreamList::iterator streamI = mStreams.begin();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.h 211 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) { return true; }
fakemediaengine.h 339 virtual bool GetActiveStreams(AudioInfo::StreamList* streams) { return true; }
    [all...]
mediachannel.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 357 virtual bool GetActiveStreams(AudioInfo::StreamList* actives);
webrtcvoiceengine.cc     [all...]

Completed in 175 milliseconds