Searched refs:IncreaseEndTimestamp (Results 1 – 3 of 3) sorted by relevance
523 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()
72 void IncreaseEndTimestamp(uint32_t increment);
86 void SyncBuffer::IncreaseEndTimestamp(uint32_t increment) { in IncreaseEndTimestamp() function in webrtc::SyncBuffer