Home
last modified time | relevance | path

Searched defs:remote_estimate (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.cc210 std::unique_ptr<rtcp::RemoteEstimate> remote_estimate; in SendPeriodicFeedbacks() local
/external/webrtc/pc/
Dsession_description.h118 bool remote_estimate() const { return remote_estimate_; } in remote_estimate() function
119 void set_remote_estimate(bool remote_estimate) { in set_remote_estimate()
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_transceiver_unittest.cc318 auto remote_estimate = std::make_unique<RemoteEstimate>(); in TEST() local
Drtcp_sender_unittest.cc834 auto remote_estimate = std::make_unique<rtcp::RemoteEstimate>(); in TEST_F() local
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_legacy.cc601 auto* remote_estimate = rtclog_event.mutable_remote_estimate(); in EncodeRemoteEstimate() local
/external/webrtc/logging/rtc_event_log/
Drtc_event_log.proto99 RemoteEstimate remote_estimate = 22; field
/external/webrtc/media/base/
Dmedia_channel.h746 bool remote_estimate = false; member