Home
last modified time | relevance | path

Searched refs:firstVal (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.c48 short firstVal; member
171 aecm->firstVal = 0; in WebRtcAecm_Init()
321 aecm->firstVal = aecm->msInSndCardBuf; in WebRtcAecm_Process()
325 if (abs(aecm->firstVal - aecm->msInSndCardBuf) in WebRtcAecm_Process()
/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation_internal.h33 short firstVal; member
Decho_cancellation.c231 aecpc->firstVal = 0; in WebRtcAec_Init()
644 aecpc->firstVal = aecpc->msInSndCardBuf; in ProcessNormal()
648 if (abs(aecpc->firstVal - aecpc->msInSndCardBuf) < in ProcessNormal()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp446 SVal firstVal = state->getSVal(First, LCtx); in CheckOverlap() local
449 Optional<Loc> firstLoc = firstVal.getAs<Loc>(); in CheckOverlap()