Searched refs:BLOCKSIZE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1074 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32)));
1120 size_t outFrames = BLOCKSIZE;
1128 t.hook(&t, outTemp + (BLOCKSIZE-outFrames)*MAX_NUM_CHANNELS, inFrames, state->resampleTemp, aux);
1137 t.buffer.frameCount = (state->frameCount - numFrames) - (BLOCKSIZE - outFrames);
1139 t, pts, numFrames + (BLOCKSIZE - outFrames));
1151 ditherAndClamp(out, outTemp, BLOCKSIZE);
1152 out += BLOCKSIZE;
1153 numFrames += BLOCKSIZE;
H A DAudioMixer.h143 static const int BLOCKSIZE = 16; // 4 cache lines member in class:android::AudioMixer

Completed in 237 milliseconds