OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:estimated_bps
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc
95
uint32_t
estimated_bps
= 0;
local
96
if (LatestEstimate(&
estimated_bps
)) {
97
feedback->
estimated_bps
=
estimated_bps
;
98
baseline_->Estimate(clock_.TimeInMilliseconds(),
estimated_bps
);
100
double estimated_kbps = static_cast<double>(
estimated_bps
) / 1000.0;
292
feedback.
estimated_bps
/= affected_senders.size();
bwe_test_framework.h
367
uint32_t
estimated_bps
;
member in struct:webrtc::testing::bwe::PacketSender::Feedback
Completed in 3945 milliseconds