HomeSort by relevance Sort by last modified time
    Searched refs:old_timestamp (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp.cc 42 // Detects if there has been a wraparound between |old_timestamp| and
45 uint32_t old_timestamp,
48 int64_t wraps = CheckForWrapArounds(new_timestamp, old_timestamp);
133 int CheckForWrapArounds(uint32_t new_timestamp, uint32_t old_timestamp) {
134 if (new_timestamp < old_timestamp) {
138 if (static_cast<int32_t>(new_timestamp - old_timestamp) > 0) {
142 } else if (static_cast<int32_t>(old_timestamp - new_timestamp) > 0) {
  /external/chromium-trace/catapult/dashboard/dashboard/
auto_bisect.py 198 old_timestamp = (datetime.datetime.now() - datetime.timedelta(
200 return bisect_job.last_ran_timestamp <= old_timestamp
auto_triage.py 170 old_timestamp = datetime.datetime.now() - _OLDEST_BUG_DELTA
171 query = bug_data.Bug.query(bug_data.Bug.timestamp > old_timestamp)
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 3063 int old_level, old_timestamp, old_show_keys; local
    [all...]

Completed in 56 milliseconds