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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
nack.h 102 : time_to_play_ms(initial_time_to_play_ms),
108 int64_t time_to_play_ms; member in struct:webrtc::Nack::NackElement
111 // estimation of |time_to_play_ms|. The estimate might be slightly wrong if
nack.cc 143 nack_list_.begin()->second.time_to_play_ms <= 10)
147 it->second.time_to_play_ms -= 10;
165 it->second.time_to_play_ms = TimeToPlay(it->second.estimated_timestamp);
225 it->second.time_to_play_ms > round_trip_time_ms)
nack_unittest.cc 265 EXPECT_EQ((index + 2) * kPacketSizeMs, it->second.time_to_play_ms);
278 EXPECT_EQ((index + 2) * kPacketSizeMs - 10, it->second.time_to_play_ms);

Completed in 50 milliseconds