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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.cc 64 const int bitrate_difference = LatestEstimate() - incoming_bitrate;
82 uint32_t RemoteRateControl::LatestEstimate() const {
remote_bitrate_estimator_single_stream.cc 55 virtual bool LatestEstimate(std::vector<unsigned int>* ssrcs,
219 bool RemoteBitrateEstimatorSingleStream::LatestEstimate(
231 *bitrate_bps = remote_rate_.LatestEstimate();
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel_group.cc 86 virtual bool LatestEstimate(std::vector<unsigned int>* ssrcs,
89 return rbe_->LatestEstimate(ssrcs, bitrate_bps);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 96 if (LatestEstimate(&estimated_bps)) {
126 bool LatestEstimate(uint32_t* estimate_bps) {
130 if (!estimator_->LatestEstimate(&ssrcs, &bps)) {

Completed in 33 milliseconds