OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nBlocks10ms
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c
246
size_t
nBlocks10ms
;
290
nBlocks10ms
= nFrames / aecm->aecmCore->mult;
335
if (aecm->counter *
nBlocks10ms
>= 6)
346
if (aecm->checkBufSizeCtr *
nBlocks10ms
> 50)
/external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.c
581
size_t
nBlocks10ms
;
622
nBlocks10ms
= nrOfSamples / (FRAME_LEN * aecpc->rate_factor);
656
if (aecpc->counter *
nBlocks10ms
>= 6) {
668
if (aecpc->checkBufSizeCtr *
nBlocks10ms
> 50) {
Completed in 76 milliseconds