Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c522 int overhead_elements = aecpc->aec->system_delay / PART_LEN - in WebRtcAec_Process() local
524 if (overhead_elements == 0) { in WebRtcAec_Process()
527 } else if (overhead_elements > 0) { in WebRtcAec_Process()
529 overhead_elements); in WebRtcAec_Process()
530 WebRtc_MoveReadPtr(aecpc->aec->far_buf, overhead_elements); in WebRtcAec_Process()
532 WebRtc_MoveReadPtr(aecpc->aec->far_time_buf, overhead_elements); in WebRtcAec_Process()
539 aecpc->aec->system_delay -= overhead_elements * PART_LEN; in WebRtcAec_Process()