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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 68 const int kAutoBandwidth = -1;
74 video_bandwidth(kAutoBandwidth) {
178 bandwidth_(kAutoBandwidth) {
mediasessionclient.cc 883 if (video->bandwidth() != kAutoBandwidth) {
    [all...]
channel.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 169 options.video_bandwidth = GetInt(words, 1, cricket::kAutoBandwidth);
214 int bandwidth = GetInt(words, 2, cricket::kAutoBandwidth);

Completed in 21 milliseconds