Home
last modified time | relevance | path

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

/external/webrtc/call/
Dcall.cc403 absl::optional<int64_t> first_received_rtp_video_ms_; member in webrtc::internal::Call
715 if (first_received_rtp_video_ms_) { in UpdateReceiveHistograms()
718 (*last_received_rtp_video_ms_ - *first_received_rtp_video_ms_) / 1000); in UpdateReceiveHistograms()
1387 if (!first_received_rtp_video_ms_) { in DeliverRtp()
1388 first_received_rtp_video_ms_.emplace(arrival_time_ms); in DeliverRtp()