OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nSampSndCard
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c
577
short delayNew,
nSampSndCard
;
581
nSampSndCard
= msInSndCardBuf * kSampMsNb * aecm->aecmCore->mult;
583
delayNew =
nSampSndCard
- nSampFar;
627
int
nSampSndCard
, delayNew, nSampAdd;
630
nSampSndCard
= aecm->msInSndCardBuf * kSampMsNb * aecm->aecmCore->mult;
631
delayNew =
nSampSndCard
- nSampFar;
637
nSampAdd = (int)(WEBRTC_SPL_MAX(((
nSampSndCard
>> 1) - nSampFar),
/external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.c
798
int
nSampSndCard
= aecpc->msInSndCardBuf * sampMsNb * aecpc->rate_factor;
799
int current_delay =
nSampSndCard
- WebRtcAec_system_delay(aecpc->aec);
Completed in 176 milliseconds