Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc1026 uint32_t temp_timestamp = in GetAudioInternal() local
1029 if (static_cast<int32_t>(temp_timestamp - playout_timestamp_) > 0) { in GetAudioInternal()
1030 playout_timestamp_ = temp_timestamp; in GetAudioInternal()