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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 368 last_channel_(kViEChannelIdBase - 1),
383 int GetLastChannel() const { return last_channel_; }
573 if (kViEChannelIdMax == last_channel_) {
577 channels_[++last_channel_] = ch;
578 channel = last_channel_;
1091 int last_channel_; member in class:cricket::FakeWebRtcVideoEngine
    [all...]
fakewebrtcvoiceengine.h 126 last_channel_(-1),
163 int GetLastChannel() const { return last_channel_; }
282 channels_[++last_channel_] = ch;
283 return last_channel_;
991 int last_channel_; member in class:cricket::FakeWebRtcVoiceEngine
    [all...]

Completed in 135 milliseconds