Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dparse_delay_file.m84 temp_ts = fread(fid, 1, 'uint32'); variable
88 while (temp_ix >= 1) && (rtpts(temp_ix) ~= temp_ts)
105 rtpts(temp_ix) = temp_ts;
/external/webrtc/modules/audio_coding/neteq/
Dpacket_buffer_unittest.cc536 uint32_t temp_ts; in TEST() local
537 EXPECT_EQ(PacketBuffer::kBufferEmpty, buffer->NextTimestamp(&temp_ts)); in TEST()
539 buffer->NextHigherTimestamp(0, &temp_ts)); in TEST()