Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Drtp_to_ntp.cc119 int64_t rtp_timestamp_unwrapped; in RtpToNtpMs() local
121 &rtp_timestamp_unwrapped)) { in RtpToNtpMs()
124 double rtp_timestamp_ntp_ms = (static_cast<double>(rtp_timestamp_unwrapped) - in RtpToNtpMs()