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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 247 video_leaky_bucket.SetFrom(change.video_leaky_bucket);
269 video_leaky_bucket == o.video_leaky_bucket &&
295 ost << ToStringIfSet("leaky bucket", video_leaky_bucket);
328 Settable<bool> video_leaky_bucket; member in struct:cricket::VideoOptions
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localvideosource_unittest.cc 351 EXPECT_TRUE(local_source_->options()->video_leaky_bucket.Get(&value));
374 EXPECT_FALSE(local_source_->options()->video_leaky_bucket.Get(&value));
420 EXPECT_FALSE(local_source_->options()->video_leaky_bucket.Get(&value));
463 EXPECT_FALSE(local_source_->options()->video_leaky_bucket.Get(&value));
localvideosource.cc 315 &(options->video_leaky_bucket));
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]
webrtcvideoengine_unittest.cc 738 options.video_leaky_bucket.Set(true);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc     [all...]

Completed in 238 milliseconds