Home
last modified time | relevance | path

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

/external/webrtc/call/
Dcall.cc404 absl::optional<int64_t> last_received_rtp_video_ms_; member in webrtc::internal::Call
718 (*last_received_rtp_video_ms_ - *first_received_rtp_video_ms_) / 1000); in UpdateReceiveHistograms()
1390 last_received_rtp_video_ms_.emplace(arrival_time_ms); in DeliverRtp()