Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h83 void IncreaseEndTimestamp(uint32_t increment);
Dsync_buffer.cc97 void SyncBuffer::IncreaseEndTimestamp(uint32_t increment) { in IncreaseEndTimestamp() function in webrtc::SyncBuffer
Dneteq_impl.cc597 sync_buffer_->IncreaseEndTimestamp(main_timestamp - timestamp_); in InsertPacketInternal()
1208 sync_buffer_->IncreaseEndTimestamp(timestamp_ - end_timestamp); in GetDecision()
1243 sync_buffer_->IncreaseEndTimestamp(timestamp_jump); in GetDecision()
1311 sync_buffer_->IncreaseEndTimestamp(packet->timestamp - end_timestamp); in GetDecision()
1432 sync_buffer_->IncreaseEndTimestamp( in Decode()
1454 sync_buffer_->IncreaseEndTimestamp( in Decode()
1940 sync_buffer_->IncreaseEndTimestamp( in DoDtmf()