Searched refs:msInSndCardBuf (Results 1 – 5 of 5) sorted by relevance
52 short msInSndCardBuf; member76 static int WebRtcAecm_EstBufDelay(AecMobile* aecmInst, short msInSndCardBuf);240 size_t nrOfSamples, int16_t msInSndCardBuf) in WebRtcAecm_Process() argument277 if (msInSndCardBuf < 0) in WebRtcAecm_Process()279 msInSndCardBuf = 0; in WebRtcAecm_Process()281 } else if (msInSndCardBuf > 500) in WebRtcAecm_Process()283 msInSndCardBuf = 500; in WebRtcAecm_Process()286 msInSndCardBuf += 10; in WebRtcAecm_Process()287 aecm->msInSndCardBuf = msInSndCardBuf; in WebRtcAecm_Process()321 aecm->firstVal = aecm->msInSndCardBuf; in WebRtcAecm_Process()[all …]
141 int16_t msInSndCardBuf);
239 aecpc->msInSndCardBuf = 0; in WebRtcAec_Init()343 int16_t msInSndCardBuf, in WebRtcAec_Process() argument361 if (msInSndCardBuf < 0) { in WebRtcAec_Process()362 msInSndCardBuf = 0; in WebRtcAec_Process()364 } else if (msInSndCardBuf > kMaxTrustedDelayMs) { in WebRtcAec_Process()376 msInSndCardBuf, in WebRtcAec_Process()384 msInSndCardBuf, in WebRtcAec_Process()577 int16_t msInSndCardBuf, in ProcessNormal() argument586 msInSndCardBuf = in ProcessNormal()587 msInSndCardBuf > kMaxTrustedDelayMs ? kMaxTrustedDelayMs : msInSndCardBuf; in ProcessNormal()[all …]
37 short msInSndCardBuf; member
165 int16_t msInSndCardBuf,