Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Drtp_to_ntp.cc46 int64_t* compensated_timestamp) { in CompensateForWrapAround() argument
47 assert(compensated_timestamp); in CompensateForWrapAround()
53 *compensated_timestamp = new_timestamp + (wraps << 32); in CompensateForWrapAround()