OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LatestEstimate
(Results
1 - 16
of
16
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/
mock_remote_bitrate_estimator.h
27
MOCK_CONST_METHOD2(
LatestEstimate
,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h
88
virtual bool
LatestEstimate
(std::vector<unsigned int>* ssrcs,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.cc
110
if (
LatestEstimate
(&estimated_bps)) {
149
bool RembReceiver::
LatestEstimate
(uint32_t* estimate_bps) {
153
if (!estimator_->
LatestEstimate
(&ssrcs, &bps)) {
remb.h
66
bool
LatestEstimate
(uint32_t* estimate_bps);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.h
40
uint32_t
LatestEstimate
() const;
remote_bitrate_estimator_single_stream.h
38
bool
LatestEstimate
(std::vector<unsigned int>* ssrcs,
remote_estimator_proxy.h
45
bool
LatestEstimate
(std::vector<unsigned int>* ssrcs,
remote_bitrate_estimator_unittest_helper.cc
316
EXPECT_FALSE(bitrate_estimator_->
LatestEstimate
(&ssrcs, &bitrate_bps));
320
EXPECT_FALSE(bitrate_estimator_->
LatestEstimate
(&ssrcs, &bitrate_bps));
328
EXPECT_FALSE(bitrate_estimator_->
LatestEstimate
(&ssrcs, &bitrate_bps));
342
EXPECT_TRUE(bitrate_estimator_->
LatestEstimate
(&ssrcs, &bitrate_bps));
350
EXPECT_TRUE(bitrate_estimator_->
LatestEstimate
(&ssrcs, &bitrate_bps));
504
EXPECT_TRUE(bitrate_estimator_->
LatestEstimate
(&ssrcs, &latest_bps));
512
EXPECT_TRUE(bitrate_estimator_->
LatestEstimate
(&ssrcs, &latest_bps));
651
bitrate_estimator_->
LatestEstimate
(&ssrcs, &bitrate_before);
667
bitrate_estimator_->
LatestEstimate
(&ssrcs, &bitrate_after);
remote_estimator_proxy.cc
60
bool RemoteEstimatorProxy::
LatestEstimate
(std::vector<unsigned int>* ssrcs,
aimd_rate_control.cc
79
const int bitrate_difference =
LatestEstimate
() - incoming_bitrate_bps;
85
uint32_t AimdRateControl::
LatestEstimate
() const {
remote_bitrate_estimator_single_stream.cc
202
bool RemoteBitrateEstimatorSingleStream::
LatestEstimate
(
214
*bitrate_bps = remote_rate_->
LatestEstimate
();
remote_bitrate_estimator_abs_send_time.cc
226
new_bitrate_bps > static_cast<int>(remote_rate_.
LatestEstimate
());
392
bool RemoteBitrateEstimatorAbsSendTime::
LatestEstimate
(
405
*bitrate_bps = remote_rate_.
LatestEstimate
();
remote_bitrate_estimator_abs_send_time.h
87
bool
LatestEstimate
(std::vector<unsigned int>* ssrcs,
/external/webrtc/webrtc/call/
congestion_controller.cc
81
bool
LatestEstimate
(std::vector<unsigned int>* ssrcs,
84
return rbe_->
LatestEstimate
(ssrcs, bitrate_bps);
call.cc
505
congestion_controller_->GetRemoteBitrateEstimator(false)->
LatestEstimate
(
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc
162
if (remote_bitrate_->
LatestEstimate
(&ssrcs, &target_bitrate)) {
Completed in 534 milliseconds