Home
last modified time | relevance | path

Searched refs:WebRtc_AllocateHistoryBufferMemory (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h173 int WebRtc_AllocateHistoryBufferMemory(BinaryDelayEstimator* self,
Ddelay_estimator.cc441 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
449 int WebRtc_AllocateHistoryBufferMemory(BinaryDelayEstimator* self, in WebRtc_AllocateHistoryBufferMemory() function
Ddelay_estimator_wrapper.cc339 return WebRtc_AllocateHistoryBufferMemory(self->binary_handle, history_size); in WebRtc_set_history_size()