Searched refs:recv_channels_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc1395 while (!recv_channels_.empty()) {
1396 RemoveRecvStream(recv_channels_.begin()->first);
1422 for (RecvChannelMap::iterator it = recv_channels_.begin();
1423 it != recv_channels_.end(); ++it) {
1466 for (RecvChannelMap::iterator it = recv_channels_.begin();
1467 it != recv_channels_.end(); ++it) {
1545 for (RecvChannelMap::iterator it = recv_channels_.begin();
1546 it != recv_channels_.end(); ++it) {
1645 for (RecvChannelMap::const_iterator it = recv_channels_.begin();
1646 it != recv_channels_
[all...]
H A Dwebrtcvideoengine.h414 // work properly), resides in both recv_channels_ and send_channels_ with the
416 RecvChannelMap recv_channels_; // Contains all receive channels. member in class:cricket::WebRtcVideoMediaChannel

Completed in 64 milliseconds