Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack_unittest.cc226 uint32_t timestamp_lost_packets[kNumAllLostPackets]; in TEST() local
229 timestamp_lost_packets[n] = in TEST()
236 uint32_t timestamp = timestamp_lost_packets[0] - 2 * kTimestampIncrement; in TEST()
250 timestamp_lost_packets[kNumAllLostPackets - 1] + kTimestampIncrement; in TEST()
264 EXPECT_EQ(timestamp_lost_packets[index], it->second.estimated_timestamp); in TEST()