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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 85 virtual bool LatestEstimate(std::vector<unsigned int>* ssrcs,
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.h 37 uint32_t 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();
remote_bitrate_estimator_unittest_helper.cc 314 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps));
318 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps));
326 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps));
340 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps));
348 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps));
502 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &latest_bps));
510 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &latest_bps));
remote_rate_control.cc 64 const int bitrate_difference = LatestEstimate() - incoming_bitrate;
82 uint32_t RemoteRateControl::LatestEstimate() const {
  /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)) {
  /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);
vie_channel_manager.cc 418 if (!group->GetRemoteBitrateEstimator()->LatestEstimate(
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 202 if (remote_bitrate_->LatestEstimate(&ssrcs, &target_bitrate)) {
    [all...]

Completed in 127 milliseconds