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 383 last_channel_(kViEChannelIdBase - 1),
398 int GetLastChannel() const { return last_channel_; }
659 if (kViEChannelIdMax == last_channel_) {
663 ++last_channel_;
666 ch->original_channel_id_ = last_channel_;
667 channels_[last_channel_] = ch;
668 channel = last_channel_;
1290 int last_channel_; member in class:cricket::FakeWebRtcVideoEngine
    [all...]
fakewebrtcvoiceengine.h 248 last_channel_(-1),
288 int GetLastChannel() const { return last_channel_; }
402 channels_[++last_channel_] = ch;
403 return last_channel_;
1294 int last_channel_; member in class:cricket::FakeWebRtcVoiceEngine
    [all...]

Completed in 338 milliseconds