Searched defs:start_seq_no (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dpacket_buffer_unittest.cc293 const uint16_t start_seq_no = 17; local
296 PacketGenerator gen(start_seq_no, start_ts, 0, ts_increment);
322 const uint16_t start_seq_no = 17; local
325 PacketGenerator gen(start_seq_no, start_ts, 0, ts_increment);
371 const uint16_t start_seq_no = 17; local
375 PacketGenerator gen(start_seq_no, start_ts, 0, ts_increment);
H A Dneteq_unittest.cc307 void WrapTest(uint16_t start_seq_no, uint32_t start_timestamp,
1405 void NetEqDecodingTest::WrapTest(uint16_t start_seq_no, argument
1410 uint16_t seq_no = start_seq_no;

Completed in 100 milliseconds