Searched defs:remote_estimate (Results 1 – 7 of 7) sorted by relevance
210 std::unique_ptr<rtcp::RemoteEstimate> remote_estimate; in SendPeriodicFeedbacks() local
118 bool remote_estimate() const { return remote_estimate_; } in remote_estimate() function119 void set_remote_estimate(bool remote_estimate) { in set_remote_estimate()
318 auto remote_estimate = std::make_unique<RemoteEstimate>(); in TEST() local
834 auto remote_estimate = std::make_unique<rtcp::RemoteEstimate>(); in TEST_F() local
601 auto* remote_estimate = rtclog_event.mutable_remote_estimate(); in EncodeRemoteEstimate() local
99 RemoteEstimate remote_estimate = 22; field
746 bool remote_estimate = false; member