Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dsync_buffer.cc71 void SyncBuffer::ReplaceAtIndex(const AudioMultiVector& insert_this, in ReplaceAtIndex() function in webrtc::SyncBuffer
79 void SyncBuffer::ReplaceAtIndex(const AudioMultiVector& insert_this, in ReplaceAtIndex() function in webrtc::SyncBuffer
81 ReplaceAtIndex(insert_this, insert_this.Size(), position); in ReplaceAtIndex()
Dsync_buffer.h67 virtual void ReplaceAtIndex(const AudioMultiVector& insert_this,
73 virtual void ReplaceAtIndex(const AudioMultiVector& insert_this,
Dmerge.cc152 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index()); in Process()
Dneteq_impl.cc1737 sync_buffer_->ReplaceAtIndex( in DoAccelerate()
1744 sync_buffer_->ReplaceAtIndex( in DoAccelerate()
1811 sync_buffer_->ReplaceAtIndex( in DoPreemptiveExpand()