Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c201 if (WebRtc_CreateBuffer(&aec->far_time_buf, kBufSizePartitions, in WebRtcAec_CreateAec()
235 WebRtc_FreeBuffer(aec->far_time_buf); in WebRtcAec_FreeAec()
424 if (WebRtc_InitBuffer(aec->far_time_buf) == -1) { in WebRtcAec_InitAec()
554 WebRtc_MoveReadPtr(aec->far_time_buf, 1); in WebRtcAec_BufferFarendPartition()
612 WebRtc_MoveReadPtr(aec->far_time_buf, -(aec->mult + 1)); in WebRtcAec_ProcessFrame()
622 WebRtc_MoveReadPtr(aec->far_time_buf, move_elements); in WebRtcAec_ProcessFrame()
687 WebRtc_ReadBuffer(aec->far_time_buf, (void**) &farend_ptr, farend, 1); in ProcessBlock()
Daec_core.h148 void* far_time_buf; member
Decho_cancellation.c363 WebRtc_WriteBuffer(aecpc->aec->far_time_buf, &farend_ptr[PART_LEN], 1); in WebRtcAec_BufferFarend()
532 WebRtc_MoveReadPtr(aecpc->aec->far_time_buf, overhead_elements); in WebRtcAec_Process()