Home
last modified time | relevance | path

Searched defs:unwrapped_rtp_timestamp (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dpacket_arrival_history.cc26 int64_t unwrapped_rtp_timestamp = timestamp_unwrapper_.Unwrap(rtp_timestamp); in Insert() local
90 int64_t unwrapped_rtp_timestamp = in IsNewestRtpTimestamp() local
/aosp_15_r20/external/webrtc/system_wrappers/include/
H A Drtp_to_ntp_estimator.h60 int64_t unwrapped_rtp_timestamp; member
/aosp_15_r20/external/webrtc/system_wrappers/source/
H A Drtp_to_ntp_estimator.cc78 int64_t unwrapped_rtp_timestamp = unwrapper_.Unwrap(rtp_timestamp); in UpdateMeasurements() local