Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
Drtp_to_ntp.cc45 uint32_t old_timestamp, in CompensateForWrapAround() argument
48 int64_t wraps = CheckForWrapArounds(new_timestamp, old_timestamp); in CompensateForWrapAround()
133 int CheckForWrapArounds(uint32_t new_timestamp, uint32_t old_timestamp) { in CheckForWrapArounds() argument
134 if (new_timestamp < old_timestamp) { in CheckForWrapArounds()
138 if (static_cast<int32_t>(new_timestamp - old_timestamp) > 0) { in CheckForWrapArounds()
142 } else if (static_cast<int32_t>(old_timestamp - new_timestamp) > 0) { in CheckForWrapArounds()
/external/chromium_org/sync/tools/testserver/
Dchromiumsync.py468 for data_type, old_timestamp in self._state.iteritems():
473 final_stamp = max(old_timestamp, new_timestamp)
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c2452 int old_level, old_timestamp, old_show_keys; in wpa_supplicant_set_debug_params() local
2464 old_timestamp = wpa_debug_timestamp; in wpa_supplicant_set_debug_params()
2473 if (wpa_debug_timestamp != old_timestamp) in wpa_supplicant_set_debug_params()