Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h72 void IncreaseEndTimestamp(uint32_t increment);
Dneteq_impl.cc523 sync_buffer_->IncreaseEndTimestamp(main_header.timestamp - timestamp_); in InsertPacketInternal()
826 sync_buffer_->IncreaseEndTimestamp( in GetAudioInternal()
1050 sync_buffer_->IncreaseEndTimestamp(timestamp_ - end_timestamp); in GetDecision()
1082 sync_buffer_->IncreaseEndTimestamp(timestamp_jump); in GetDecision()
1155 sync_buffer_->IncreaseEndTimestamp(header->timestamp - end_timestamp); in GetDecision()
1285 sync_buffer_->IncreaseEndTimestamp( in Decode()
1308 sync_buffer_->IncreaseEndTimestamp( in Decode()
1782 sync_buffer_->IncreaseEndTimestamp( in DoDtmf()
1810 sync_buffer_->IncreaseEndTimestamp(static_cast<uint32_t>(length)); in DoAlternativePlc()
Dsync_buffer.cc86 void SyncBuffer::IncreaseEndTimestamp(uint32_t increment) { in IncreaseEndTimestamp() function in webrtc::SyncBuffer