Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.cpp1415 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32))); in process__genericNoResampling() local
1451 memset(outTemp, 0, sizeof(outTemp)); in process__genericNoResampling()
1472 t.hook(&t, outTemp + (BLOCKSIZE - outFrames) * t.mMixerChannelCount, in process__genericNoResampling()
1496 convertMixerFormat(out, t1.mMixerFormat, outTemp, t1.mMixerInFormat, in process__genericNoResampling()
1522 int32_t* const outTemp = state->outputTemp; in process__genericResampling() local
1543 memset(outTemp, 0, sizeof(*outTemp) * t1.mMixerChannelCount * state->frameCount); in process__genericResampling()
1557 t.hook(&t, outTemp, numFrames, state->resampleTemp, aux); in process__genericResampling()
1573 t.hook(&t, outTemp + outFrames * t.mMixerChannelCount, t.buffer.frameCount, in process__genericResampling()
1581 outTemp, t1.mMixerInFormat, numFrames * t1.mMixerChannelCount); in process__genericResampling()