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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.h 99 int WebRtc_AllocateFarendBufferMemory(BinaryDelayEstimatorFarend* self,
delay_estimator.c 288 if (WebRtc_AllocateFarendBufferMemory(self, history_size) == 0) {
295 int WebRtc_AllocateFarendBufferMemory(BinaryDelayEstimatorFarend* self,
442 history_size = WebRtc_AllocateFarendBufferMemory(far, history_size);

Completed in 228 milliseconds