OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estimated_bps
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.cc
44
feedback_observer_->OnReceivedEstimatedBitrate(remb_feedback.
estimated_bps
());
108
uint32_t
estimated_bps
= 0;
local
110
if (LatestEstimate(&
estimated_bps
)) {
118
estimated_bps
, report_block);
121
double estimated_kbps = static_cast<double>(
estimated_bps
) / 1000.0;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h
119
uint32_t
estimated_bps
,
123
uint32_t
estimated_bps
() const { return estimated_bps_; }
function in class:webrtc::testing::bwe::RembFeedback
bwe_test_framework.cc
160
uint32_t
estimated_bps
,
163
estimated_bps_(
estimated_bps
),
Completed in 221 milliseconds