Home
last modified time | relevance | path

Searched refs:tmpLeft (Results 1 – 3 of 3) sorted by relevance

/external/adhd/scripts/mic_testing/frontend/
Drecorder.js24 var tmpLeft = new Float32Array(length);
26 tmpLeft.set(e.inputBuffer.getChannelData(0), 0);
29 recBuffersL.push(tmpLeft);
34 if (autoStop && detectTone(getFreqList(tmpLeft)))
38 var tmpLeft = recBuffersL[recBuffersL.length - 1].subarray(
42 recordCallback(tmpLeft, tmpRight, sampleRate, stop);
Dsource.js160 var tmpLeft = e.inputBuffer.getChannelData(0).subarray(
164 playCallback(tmpLeft, tmpRight, sampleRate);
/external/aac/libSBRdec/src/
Dpsdec.cpp518 FIXP_DBL tmpLeft = in applySlotBasedRotation() local
524 mHybridRealLeft[subband] = tmpLeft; in applySlotBasedRotation()
527 tmpLeft = in applySlotBasedRotation()
533 mHybridImagLeft[subband] = tmpLeft; in applySlotBasedRotation()