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

  /external/chromium_org/remoting/client/
chromoting_stats.h 21 RateCounter* video_bandwidth() { return &video_bandwidth_; } function in class:remoting::ChromotingStats
  /external/chromium_org/media/cast/test/
cast_benchmarks.cc 405 VLOG(1) << "Video bandwidth used: " << video_bandwidth() << " mbit/s ("
406 << (video_bandwidth() * 100 / desired_video_bitrate()) << "%)";
434 double video_bandwidth() const { function in class:media::cast::RunOneBenchmark
454 video_bandwidth() > desired_video_bitrate() * 0.8 &&
455 video_bandwidth() < desired_video_bitrate() * 1.2;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 103 video_bandwidth(kAutoBandwidth),
135 int video_bandwidth; member in struct:cricket::MediaSessionOptions

Completed in 339 milliseconds