Home
last modified time | relevance | path

Searched refs:ProbeClusterConfig (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc78 const ProbeClusterConfig& probe) { in MaybeLogProbeClusterCreated()
146 std::vector<ProbeClusterConfig> ProbeController::SetBitrates( in SetBitrates()
193 return std::vector<ProbeClusterConfig>(); in SetBitrates()
196 std::vector<ProbeClusterConfig> ProbeController::OnMaxTotalAllocatedBitrate( in OnMaxTotalAllocatedBitrate()
211 return std::vector<ProbeClusterConfig>(); in OnMaxTotalAllocatedBitrate()
231 return std::vector<ProbeClusterConfig>(); in OnMaxTotalAllocatedBitrate()
234 std::vector<ProbeClusterConfig> ProbeController::OnNetworkAvailability( in OnNetworkAvailability()
245 return std::vector<ProbeClusterConfig>(); in OnNetworkAvailability()
248 std::vector<ProbeClusterConfig> ProbeController::InitiateExponentialProbing( in InitiateExponentialProbing()
265 std::vector<ProbeClusterConfig> ProbeController::SetEstimatedBitrate( in SetEstimatedBitrate()
[all …]
Dprobe_controller.h66 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> SetBitrates(
74 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig>
78 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> OnNetworkAvailability(
81 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> SetEstimatedBitrate(
90 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> RequestProbe(
100 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> Process(
113 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig>
115 RTC_WARN_UNUSED_RESULT std::vector<ProbeClusterConfig> InitiateProbing(
Dgoog_cc_network_control.h74 std::vector<ProbeClusterConfig> ResetConstraints(
Dprobe_controller_unittest.cc56 std::vector<ProbeClusterConfig> SetNetworkAvailable(bool available) { in SetNetworkAvailable()
Dgoog_cc_network_control.cc354 std::vector<ProbeClusterConfig> GoogCcNetworkController::ResetConstraints( in ResetConstraints()
/external/webrtc/api/transport/
Dnetwork_types.h211 struct ProbeClusterConfig { struct
237 std::vector<ProbeClusterConfig> probe_cluster_configs; argument