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

  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.h 30 void UpdateEstimate(uint32_t now_ms);
send_side_bandwidth_estimation.cc 123 UpdateEstimate(now_ms);
126 void SendSideBandwidthEstimation::UpdateEstimate(uint32_t now_ms) {
bitrate_controller_impl.cc 239 bandwidth_estimation_.UpdateEstimate(clock_->TimeInMilliseconds());
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc 82 void UpdateEstimate(int64_t now_ms);
142 UpdateEstimate(now_ms);
152 UpdateEstimate(now_ms);
164 void RemoteBitrateEstimatorSingleStream::UpdateEstimate(int64_t now_ms) {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_estimator.h 38 void UpdateEstimate(int64_t frameDelayMS,
jitter_estimator.cc 107 VCMJitterEstimator::UpdateEstimate(int64_t frameDelayMS, uint32_t frameSizeBytes,
jitter_buffer.cc     [all...]

Completed in 86 milliseconds