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

  /external/chromium_org/media/cast/congestion_control/
congestion_control_unittest.cc 27 congestion_control_.reset(new CongestionControl(
32 congestion_control_->AckFrame(frame_id, testing_clock_.NowTicks());
41 congestion_control_->UpdateRtt(rtt);
42 congestion_control_->SendFrameToTransport(
54 scoped_ptr<CongestionControl> congestion_control_; member in class:media::cast::CongestionControlTest
73 uint32 bitrate = congestion_control_->GetBitrate(
79 bitrate = congestion_control_->GetBitrate(
86 bitrate = congestion_control_->GetBitrate(
94 congestion_control_->SendFrameToTransport(
98 bitrate = congestion_control_->GetBitrate
    [all...]
  /external/chromium_org/media/cast/video_sender/
video_sender.cc 58 congestion_control_(cast_environment->Clock(),
124 uint32 bitrate = congestion_control_.GetBitrate(
198 congestion_control_.SendFrameToTransport(
280 congestion_control_.UpdateRtt(rtt);
328 congestion_control_.AckFrame(cast_feedback.ack_frame_id_, now);
video_sender.h 163 CongestionControl congestion_control_; member in class:media::cast::VideoSender

Completed in 452 milliseconds