HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceAtIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
sync_buffer.h 59 virtual void ReplaceAtIndex(const AudioMultiVector& insert_this,
65 virtual void ReplaceAtIndex(const AudioMultiVector& insert_this,
sync_buffer.cc 61 void SyncBuffer::ReplaceAtIndex(const AudioMultiVector& insert_this,
69 void SyncBuffer::ReplaceAtIndex(const AudioMultiVector& insert_this,
71 ReplaceAtIndex(insert_this, insert_this.Size(), position);
merge.cc 135 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index());
neteq_impl.cc     [all...]

Completed in 1339 milliseconds