HomeSort by relevance Sort by last modified time
    Searched full:bitratecontroller (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/call/
congestion_controller.h 23 class BitrateController;
56 virtual BitrateController* GetBitrateController() const;
86 rtc::scoped_ptr<BitrateController> bitrate_controller_;
congestion_controller.cc 154 BitrateController::kDefaultStartBitrateKbps,
156 BitrateController::kDefaultStartBitrateKbps,
169 BitrateController::CreateBitrateController(Clock::GetRealTimeClock(),
224 BitrateController* CongestionController::GetBitrateController() const {
call.cc 162 // TODO(holmer): Remove this lock once BitrateController no longer calls
  /external/webrtc/webrtc/modules/bitrate_controller/include/
bitrate_controller.h 43 class BitrateController : public Module {
51 static BitrateController* CreateBitrateController(Clock* clock,
53 virtual ~BitrateController() {}
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.h 22 class BitrateController;
41 rtc::scoped_ptr<BitrateController> bitrate_controller_;
send_side.h 37 rtc::scoped_ptr<BitrateController> bitrate_controller_;
remb.cc 28 BitrateController::CreateBitrateController(clock, observer)),
send_side.cc 25 BitrateController::CreateBitrateController(clock, observer)),
  /external/webrtc/webrtc/call/mock/
mock_congestion_controller.h 35 MOCK_CONST_METHOD0(GetBitrateController, BitrateController*());
  /external/webrtc/webrtc/video/
encoder_state_feedback_unittest.cc 53 BitrateController::kDefaultStartBitrateKbps,
55 BitrateController::kDefaultStartBitrateKbps,
  /external/webrtc/webrtc/modules/bitrate_controller/
bitrate_controller_impl.h 29 class BitrateControllerImpl : public BitrateController {
bitrate_controller_impl.cc 79 BitrateController* BitrateController::CreateBitrateController(
bitrate_controller_unittest.cc 21 using webrtc::BitrateController;
65 BitrateController::CreateBitrateController(&clock_, &bitrate_observer_);
87 BitrateController* controller_;

Completed in 431 milliseconds