Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack.h103 estimated_timestamp(initial_timestamp), in NackElement()
116 uint32_t estimated_timestamp; member
Dnack.cc165 it->second.time_to_play_ms = TimeToPlay(it->second.estimated_timestamp); in UpdateLastDecodedPacket()
Dnack_unittest.cc264 EXPECT_EQ(timestamp_lost_packets[index], it->second.estimated_timestamp); in TEST()