Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dpacket_arrival_history.cc27 if (!newest_rtp_timestamp_ || in Insert()
28 unwrapped_rtp_timestamp > *newest_rtp_timestamp_) { in Insert()
29 newest_rtp_timestamp_ = unwrapped_rtp_timestamp; in Insert()
66 newest_rtp_timestamp_ = absl::nullopt; in Reset()
87 if (!newest_rtp_timestamp_) { in IsNewestRtpTimestamp()
92 return unwrapped_rtp_timestamp == *newest_rtp_timestamp_; in IsNewestRtpTimestamp()
Dpacket_arrival_history.h76 absl::optional<int64_t> newest_rtp_timestamp_; variable