Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack.cc143 nack_list_.begin()->second.time_to_play_ms <= 10) in UpdateEstimatedPlayoutTimeBy10ms()
147 it->second.time_to_play_ms -= 10; in UpdateEstimatedPlayoutTimeBy10ms()
165 it->second.time_to_play_ms = TimeToPlay(it->second.estimated_timestamp); in UpdateLastDecodedPacket()
225 it->second.time_to_play_ms > round_trip_time_ms) in GetNackList()
Dnack.h102 : time_to_play_ms(initial_time_to_play_ms), in NackElement()
108 int64_t time_to_play_ms; member
Dnack_unittest.cc265 EXPECT_EQ((index + 2) * kPacketSizeMs, it->second.time_to_play_ms); in TEST()
278 EXPECT_EQ((index + 2) * kPacketSizeMs - 10, it->second.time_to_play_ms); in TEST()