HomeSort by relevance Sort by last modified time
    Searched refs:temp_ts (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 74 temp_ts = fread(fid, 1, 'uint32');
78 while (temp_ix >= 1) && (rtpts(temp_ix) ~= temp_ts)
95 rtpts(temp_ix) = temp_ts;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer_unittest.cc 387 uint32_t temp_ts; local
388 EXPECT_EQ(PacketBuffer::kBufferEmpty, buffer->NextTimestamp(&temp_ts));
390 buffer->NextHigherTimestamp(0, &temp_ts));

Completed in 174 milliseconds