Home
last modified time | relevance | path

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

/external/adhd/scripts/mic_testing/frontend/
Drecorder.js25 var tmpRight = new Float32Array(length);
27 tmpRight.set(e.inputBuffer.getChannelData(1), 0);
30 recBuffersR.push(tmpRight);
40 var tmpRight = recBuffersR[recBuffersR.length - 1].subarray(
42 recordCallback(tmpLeft, tmpRight, sampleRate, stop);
Dsource.js162 var tmpRight = e.inputBuffer.getChannelData(1).subarray(
164 playCallback(tmpLeft, tmpRight, sampleRate);
/external/aac/libSBRdec/src/
Dpsdec.cpp521 FIXP_DBL tmpRight = in applySlotBasedRotation() local
525 mHybridRealRight[subband] = tmpRight; in applySlotBasedRotation()
530 tmpRight = in applySlotBasedRotation()
534 mHybridImagRight[subband] = tmpRight; in applySlotBasedRotation()