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/chromium_org/third_party/webrtc/modules/audio_processing/aec/
echo_cancellation.c
613
short
nBlocks10ms
;
656
nBlocks10ms
= nFrames / aecpc->rate_factor;
691
if (aecpc->counter *
nBlocks10ms
>= 6) {
703
if (aecpc->checkBufSizeCtr *
nBlocks10ms
> 50) {
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c
271
short
nBlocks10ms
;
321
nBlocks10ms
= nFrames / aecm->aecmCore->mult;
366
if (aecm->counter *
nBlocks10ms
>= 6)
377
if (aecm->checkBufSizeCtr *
nBlocks10ms
> 50)
Completed in 1435 milliseconds