Searched refs:StreamList (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_controller.h96 typedef std::list<scoped_refptr<BufferingState> > StreamList; typedef in class:chromecast::media::BufferingController
97 StreamList stream_list_;
H A Dbuffering_controller.cc54 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/
H A Daudiomonitor.h43 typedef std::vector<std::pair<uint32, int> > StreamList; typedef in struct:cricket::AudioInfo
44 StreamList active_streams; // ssrcs contributing to output_level
H A Dcurrentspeakermonitor.cc91 cricket::AudioInfo::StreamList::const_iterator stream_list_it;
H A Dchannel.h458 void GetActiveStreams_w(AudioInfo::StreamList* actives);
H A Dchannel.cc1413 void VoiceChannel::GetActiveStreams_w(AudioInfo::StreamList* actives) {
/external/chromium_org/third_party/webrtc/base/
H A Dsocketpool.h135 typedef std::deque<LoggingAdapter*> StreamList; typedef in class:rtc::LoggingPoolAdapter
136 StreamList recycle_bin_;
H A Dlogging.cc97 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) {
H A Dlogging.h182 typedef std::list<std::pair<StreamInterface*, int> > StreamList; typedef in class:rtc::LogMessage
220 static StreamList streams_;
H A Dsocketpool.cc243 for (StreamList::iterator it = recycle_bin_.begin();
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h127 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) { return true; }
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.h211 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) { return true; }
H A Dfakemediaengine.h339 virtual bool GetActiveStreams(AudioInfo::StreamList* streams) { return true; }
H A Dmediachannel.h1087 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.h357 virtual bool GetActiveStreams(AudioInfo::StreamList* actives);
H A Dwebrtcvoiceengine.cc2863 AudioInfo::StreamList* actives) {

Completed in 2024 milliseconds