Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.c38 short bufSizeStart; member
201 aecm->bufSizeStart = 0; in WebRtcAecm_Init()
370 aecm->bufSizeStart in WebRtcAecm_Process()
380 aecm->bufSizeStart = WEBRTC_SPL_MIN((3 * aecm->msInSndCardBuf in WebRtcAecm_Process()
394 if (nmbrOfFilledBuffers == aecm->bufSizeStart) in WebRtcAecm_Process()
397 } else if (nmbrOfFilledBuffers > aecm->bufSizeStart) in WebRtcAecm_Process()
401 - (int) aecm->bufSizeStart * FRAME_LEN); in WebRtcAecm_Process()
/external/webrtc/src/modules/audio_processing/aecm/
Decho_control_mobile.c44 short bufSizeStart; member
204 aecm->bufSizeStart = 0; in WebRtcAecm_Init()
382 aecm->bufSizeStart in WebRtcAecm_Process()
392 aecm->bufSizeStart = WEBRTC_SPL_MIN((3 * aecm->msInSndCardBuf in WebRtcAecm_Process()
406 if (nmbrOfFilledBuffers == aecm->bufSizeStart) in WebRtcAecm_Process()
409 } else if (nmbrOfFilledBuffers > aecm->bufSizeStart) in WebRtcAecm_Process()
413 - (int) aecm->bufSizeStart * FRAME_LEN); in WebRtcAecm_Process()
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Decho_cancellation_internal.h24 int bufSizeStart; member
Decho_cancellation.c250 aecpc->bufSizeStart = 0; in WebRtcAec_Init()
695 aecpc->bufSizeStart = in ProcessNormal()
706 aecpc->bufSizeStart = WEBRTC_SPL_MIN( in ProcessNormal()
720 WebRtcAec_system_delay(aecpc->aec) / PART_LEN - aecpc->bufSizeStart; in ProcessNormal()
/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c56 int bufSizeStart; member
257 aecpc->bufSizeStart = 0; in WebRtcAec_Init()
500 aecpc->bufSizeStart = WEBRTC_SPL_MIN((3 * aecpc->sum * in WebRtcAec_Process()
510 aecpc->bufSizeStart = WEBRTC_SPL_MIN((aecpc->msInSndCardBuf * in WebRtcAec_Process()
523 aecpc->bufSizeStart; in WebRtcAec_Process()