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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_estimator_proxy.cc 60 bool RemoteEstimatorProxy::LatestEstimate(std::vector<unsigned int>* ssrcs,
aimd_rate_control.cc 79 const int bitrate_difference = LatestEstimate() - incoming_bitrate_bps;
85 uint32_t AimdRateControl::LatestEstimate() const {
remote_bitrate_estimator_single_stream.cc 202 bool RemoteBitrateEstimatorSingleStream::LatestEstimate(
214 *bitrate_bps = remote_rate_->LatestEstimate();
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.cc 110 if (LatestEstimate(&estimated_bps)) {
149 bool RembReceiver::LatestEstimate(uint32_t* estimate_bps) {
153 if (!estimator_->LatestEstimate(&ssrcs, &bps)) {

Completed in 440 milliseconds