Searched refs:time_to_play_ms (Results 1 – 3 of 3) sorted by relevance
143 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()
102 : time_to_play_ms(initial_time_to_play_ms), in NackElement()108 int64_t time_to_play_ms; member
265 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()