Home
last modified time | relevance | path

Searched refs:remote_estimate_ (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/pc/
Dsession_description.h122 virtual bool remote_estimate() const { return remote_estimate_; } in remote_estimate()
124 remote_estimate_ = remote_estimate; in set_remote_estimate()
252 bool remote_estimate_ = false; variable