Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc921 uint32_t temp_timestamp = sync_buffer_->end_timestamp() - in GetAudioInternal() local
923 if (static_cast<int32_t>(temp_timestamp - playout_timestamp_) > 0) { in GetAudioInternal()
924 playout_timestamp_ = temp_timestamp; in GetAudioInternal()