Searched refs:lowTimestamp (Results 1 – 1 of 1) sorted by relevance
78 int lowTimestamp = b & TIMESTAMP_MASK_LOW; in decodePacket() local79 if (lowTimestamp < previousLowTimestamp) { in decodePacket()82 previousLowTimestamp = lowTimestamp; in decodePacket()84 int newTimestamp = highTimestamp | lowTimestamp; in decodePacket()