OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateSendingEstimateKbps
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.h
87
void
UpdateSendingEstimateKbps
(int64_t bitrate_kbps);
metric_recorder.cc
162
void MetricRecorder::
UpdateSendingEstimateKbps
(int64_t bitrate_kbps) {
packet_sender.cc
49
metric_recorder_->
UpdateSendingEstimateKbps
(TargetBitrateKbps());
Completed in 58 milliseconds