Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dnack_tracker.h105 estimated_timestamp(initial_timestamp), in NackElement()
118 uint32_t estimated_timestamp; member
Dnack_tracker.cc165 it->second.time_to_play_ms = TimeToPlay(it->second.estimated_timestamp); in UpdateLastDecodedPacket()
Dnack_tracker_unittest.cc263 EXPECT_EQ(timestamp_lost_packets[index], it->second.estimated_timestamp); in TEST()