Searched refs:firstVal (Results 1 – 3 of 3) sorted by relevance
54 short firstVal; member201 aecm->firstVal = 0; in WebRtcAecm_Init()364 aecm->firstVal = aecm->msInSndCardBuf; in WebRtcAecm_Process()368 if (abs(aecm->firstVal - aecm->msInSndCardBuf) in WebRtcAecm_Process()
65 short firstVal; member254 aecpc->firstVal = 0; in WebRtcAec_Init()483 aecpc->firstVal = aecpc->msInSndCardBuf; in WebRtcAec_Process()487 if (abs(aecpc->firstVal - aecpc->msInSndCardBuf) < in WebRtcAec_Process()
433 SVal firstVal = state->getSVal(First, LCtx); in CheckOverlap() local436 Optional<Loc> firstLoc = firstVal.getAs<Loc>(); in CheckOverlap()