HomeSort by relevance Sort by last modified time
    Searched refs:RemoteBitrateEstimator (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.h 18 class RemoteBitrateEstimator;
33 webrtc::RemoteBitrateEstimator** estimator,
bwe_rtp_play.cc 42 webrtc::RemoteBitrateEstimator* estimator;
53 rtc::scoped_ptr<webrtc::RemoteBitrateEstimator> rbe(estimator);
bwe_rtp.cc 75 webrtc::RemoteBitrateEstimator** estimator,
127 *estimator_used = "RemoteBitrateEstimator";
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter.h 44 void SetBitrateEstimator(RemoteBitrateEstimator* rbe);
46 RemoteBitrateEstimator* GetBitrateEstimator() const {
58 rtc::scoped_ptr<RemoteBitrateEstimator> bitrate_estimator_;
remote_bitrate_estimator_single_stream.h 24 class RemoteBitrateEstimatorSingleStream : public RemoteBitrateEstimator {
remote_estimator_proxy.h 33 class RemoteEstimatorProxy : public RemoteBitrateEstimator {
remote_bitrate_estimator_unittest_helper.h 212 rtc::scoped_ptr<RemoteBitrateEstimator> bitrate_estimator_;
transport_feedback_adapter.cc 46 RemoteBitrateEstimator* rbe) {
remote_bitrate_estimator_abs_send_time.h 66 class RemoteBitrateEstimatorAbsSendTime : public RemoteBitrateEstimator {
aimd_rate_control.cc 32 RemoteBitrateEstimator::kDefaultMinBitrateBps),
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 62 class RemoteBitrateEstimator : public CallStatsObserver, public Module {
65 virtual ~RemoteBitrateEstimator() {}
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/
mock_remote_bitrate_estimator.h 21 class MockRemoteBitrateEstimator : public RemoteBitrateEstimator {
  /external/webrtc/webrtc/call/
congestion_controller.h 30 class RemoteBitrateEstimator;
57 virtual RemoteBitrateEstimator* GetRemoteBitrateEstimator(
74 rtc::scoped_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_;
congestion_controller.cc 39 class WrappingBitrateEstimator : public RemoteBitrateEstimator {
48 min_bitrate_bps_(RemoteBitrateEstimator::kDefaultMinBitrateBps) {}
137 rtc::scoped_ptr<RemoteBitrateEstimator> rbe_;
171 min_bitrate_bps_(RemoteBitrateEstimator::kDefaultMinBitrateBps) {
228 RemoteBitrateEstimator* CongestionController::GetRemoteBitrateEstimator(
  /external/webrtc/webrtc/audio/
audio_receive_stream.h 21 class RemoteBitrateEstimator;
56 RemoteBitrateEstimator* remote_bitrate_estimator_ = nullptr;
  /external/webrtc/webrtc/video/
vie_receiver.h 29 class RemoteBitrateEstimator;
40 RemoteBitrateEstimator* remote_bitrate_estimator,
117 RemoteBitrateEstimator* remote_bitrate_estimator_;
vie_channel.h 75 RemoteBitrateEstimator* remote_bitrate_estimator,
298 RemoteBitrateEstimator* remote_bitrate_estimator,
video_receive_stream.cc 159 RemoteBitrateEstimator* bitrate_estimator =
vie_receiver.cc 37 RemoteBitrateEstimator* remote_bitrate_estimator,
  /external/webrtc/webrtc/call/mock/
mock_congestion_controller.h 37 RemoteBitrateEstimator*(bool send_side_bwe));
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.h 74 rtc::scoped_ptr<RemoteBitrateEstimator> estimator_;
send_side.h 38 rtc::scoped_ptr<RemoteBitrateEstimator> rbe_;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_format_remb_unittest.cc 83 rtc::scoped_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_;
rtp_rtcp_impl.h 376 RemoteBitrateEstimator* remote_bitrate_;
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 24 class RemoteBitrateEstimator;
70 RemoteBitrateEstimator* remote_bitrate_estimator;

Completed in 652 milliseconds

1 2