OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThroughput
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.cc
87
plot_information_[
kThroughput
].plot_interval_ms = 100;
95
for (int i =
kThroughput
; i < kNumMetrics; ++i) {
116
for (int i =
kThroughput
; i < kNumMetrics; ++i) {
159
plot_information_[
kThroughput
].Update(now_ms_, bitrate_kbps);
230
(arrival_time_ms - plot_information_[
kThroughput
].time_ms)) /
238
(arrival_time_ms - plot_information_[
kThroughput
].time_ms)) /
355
for (int i =
kThroughput
; i <= kLoss; ++i) {
metric_recorder.h
152
kThroughput
= 0,
Completed in 170 milliseconds