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

  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 548 int out_elements = 0; local
568 out_elements = (int) WebRtc_available_read(aecpc->aec->outFrBuf);
569 if (out_elements < FRAME_LEN) {
571 out_elements - FRAME_LEN);
574 out_elements - FRAME_LEN);

Completed in 3569 milliseconds