Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dsync_buffer.cc61 void SyncBuffer::ReplaceAtIndex(const AudioMultiVector& insert_this, in ReplaceAtIndex() function in webrtc::SyncBuffer
69 void SyncBuffer::ReplaceAtIndex(const AudioMultiVector& insert_this, in ReplaceAtIndex() function in webrtc::SyncBuffer
71 ReplaceAtIndex(insert_this, insert_this.Size(), position); in ReplaceAtIndex()
Dsync_buffer.h57 virtual void ReplaceAtIndex(const AudioMultiVector& insert_this,
63 virtual void ReplaceAtIndex(const AudioMultiVector& insert_this,
Dmerge.cc151 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index()); in Process()
Dneteq_impl.cc1555 sync_buffer_->ReplaceAtIndex(*algorithm_buffer_, in DoAccelerate()
1562 sync_buffer_->ReplaceAtIndex(*algorithm_buffer_, in DoAccelerate()
1631 sync_buffer_->ReplaceAtIndex( in DoPreemptiveExpand()