Searched refs:timestamp_leap (Results 1 – 2 of 2) sorted by relevance
160 uint32_t timestamp_leap = available_timestamp - target_timestamp; in FuturePacketAvailable() local162 !ReinitAfterExpands(timestamp_leap) && in FuturePacketAvailable()164 PacketTooEarly(timestamp_leap) && in FuturePacketAvailable()224 bool DecisionLogicNormal::ReinitAfterExpands(uint32_t timestamp_leap) const { in ReinitAfterExpands()225 return timestamp_leap >= in ReinitAfterExpands()229 bool DecisionLogicNormal::PacketTooEarly(uint32_t timestamp_leap) const { in PacketTooEarly()230 return timestamp_leap > in PacketTooEarly()
92 bool ReinitAfterExpands(uint32_t timestamp_leap) const;97 bool PacketTooEarly(uint32_t timestamp_leap) const;