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

  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 115 int system_delay; // Current system delay buffered in AEC. member in struct:__anon30470
echo_cancellation.c 337 aecpc->aec->system_delay += newNrOfSamples;
522 int overhead_elements = aecpc->aec->system_delay / PART_LEN -
539 aecpc->aec->system_delay -= overhead_elements * PART_LEN;
594 int16_t far_buf_size_ms = (int16_t) (aecpc->aec->system_delay /
899 int current_delay = nSampSndCard - aecpc->aec->system_delay;
aec_core.c 428 aec->system_delay = 0;
552 aec->system_delay -= PART_LEN;
574 // 1) If the system_delay indicates on being too small for processing a
580 // 5) Update the |system_delay| with respect to a full frame of FRAME_LEN
605 // |system_delay| indicates others.
606 if (aec->system_delay < FRAME_LEN) {
609 aec->system_delay -= WebRtc_MoveReadPtr(aec->far_buf, -(aec->mult + 1)) *
631 aec->system_delay -= FRAME_LEN;
    [all...]

Completed in 765 milliseconds