Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack_unittest.cc28 const uint32_t kTimestampIncrement = 480; // 30 ms. variable
69 timestamp += kTimestampIncrement; in TEST()
92 timestamp + num_late_packets * kTimestampIncrement); in TEST()
124 timestamp += kTimestampIncrement * (kNumAllLostPackets + 1); in TEST()
133 timestamp += kTimestampIncrement; in TEST()
143 timestamp += kTimestampIncrement; in TEST()
171 uint32_t timestamp_retransmitted_rtp = timestamp + kTimestampIncrement; in TEST()
174 timestamp += kTimestampIncrement * (kNumAllLostPackets + 1); in TEST()
189 timestamp += kTimestampIncrement; in TEST()
196 timestamp_retransmitted_rtp += kTimestampIncrement; in TEST()
[all …]