Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h169 int WebRtc_AllocateHistoryBufferMemory(BinaryDelayEstimator* self,
Ddelay_estimator.c428 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
436 int WebRtc_AllocateHistoryBufferMemory(BinaryDelayEstimator* self, in WebRtc_AllocateHistoryBufferMemory() function
Ddelay_estimator_wrapper.c336 return WebRtc_AllocateHistoryBufferMemory(self->binary_handle, history_size); in WebRtc_set_history_size()