Home | History | Annotate | Download | only in video

Lines Matching refs:remote_bitrate_estimator_

84     remote_bitrate_estimator_.reset(
130 remote_bitrate_estimator_->IncomingPacket(
132 if (remote_bitrate_estimator_->TimeUntilNextProcess() <= 0) {
133 remote_bitrate_estimator_->Process();
194 scoped_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_;
243 remote_bitrate_estimator_.reset(
295 remote_bitrate_estimator_->IncomingPacket(
297 if (remote_bitrate_estimator_->TimeUntilNextProcess() <= 0) {
298 remote_bitrate_estimator_->Process();
408 scoped_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_;