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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 74 video_bandwidth(kAutoBandwidth) {
80 int video_bandwidth; member in struct:cricket::CallOptions
mediasessionclient.cc 184 video->set_bandwidth(options.video_bandwidth);
315 video_accept->set_bandwidth(options.video_bandwidth);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 169 options.video_bandwidth = GetInt(words, 1, cricket::kAutoBandwidth);
217 options.video_bandwidth = bandwidth;

Completed in 39 milliseconds