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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
nack.h 172 int64_t TimeToPlay(uint32_t timestamp) const;
nack.cc 136 NackElement nack_element(TimeToPlay(timestamp), timestamp, is_missing);
165 it->second.time_to_play_ms = TimeToPlay(it->second.estimated_timestamp);
213 int64_t Nack::TimeToPlay(uint32_t timestamp) const {

Completed in 140 milliseconds