Home
last modified time | relevance | path

Searched refs:InsertZerosByPushFront (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Daudio_vector.h155 void InsertZerosByPushFront(size_t length, size_t position);
Daudio_vector.cc190 InsertZerosByPushFront(length, position); in InsertZerosAt()
359 void AudioVector::InsertZerosByPushFront(size_t length, size_t position) { in InsertZerosByPushFront() function in webrtc::AudioVector