Home | History | Annotate | Download | only in neteq

Lines Matching defs:timestamp

55   packet->header.timestamp = ts_;
71 uint32_t timestamp;
151 EXPECT_EQ(packet->header.timestamp, next_ts);
267 packet_facts[i].timestamp,
360 EXPECT_EQ(current_ts, packet->header.timestamp);
446 // Testing wrap-around case; 'a' is earlier but has a larger timestamp value.
447 a->header.timestamp = 0xFFFFFFFF - 10;
464 a->header.timestamp = b->header.timestamp;
519 // half the timestamp range.
522 // Timestamp on the limit is not old.
545 // Timestamp on the limit is not old.