HomeSort by relevance Sort by last modified time
    Searched full:overhead_elements (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 522 int overhead_elements = aecpc->aec->system_delay / PART_LEN - local
524 if (overhead_elements == 0) {
527 } else if (overhead_elements > 0) {
529 overhead_elements);
530 WebRtc_MoveReadPtr(aecpc->aec->far_buf, overhead_elements);
532 WebRtc_MoveReadPtr(aecpc->aec->far_time_buf, overhead_elements);
536 // the pointer |overhead_elements| since we have only added data
539 aecpc->aec->system_delay -= overhead_elements * PART_LEN;

Completed in 46 milliseconds