Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h99 int WebRtc_AllocateFarendBufferMemory(BinaryDelayEstimatorFarend* self,
Ddelay_estimator.c288 if (WebRtc_AllocateFarendBufferMemory(self, history_size) == 0) { in WebRtc_CreateBinaryDelayEstimatorFarend()
295 int WebRtc_AllocateFarendBufferMemory(BinaryDelayEstimatorFarend* self, in WebRtc_AllocateFarendBufferMemory() function
442 history_size = WebRtc_AllocateFarendBufferMemory(far, history_size); in WebRtc_AllocateHistoryBufferMemory()