Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:BLOCKSIZE

1112     int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32)));
1158 size_t outFrames = BLOCKSIZE;
1166 t.hook(&t, outTemp + (BLOCKSIZE-outFrames)*MAX_NUM_CHANNELS, inFrames,
1177 (BLOCKSIZE - outFrames);
1179 t, pts, numFrames + (BLOCKSIZE - outFrames));
1191 ditherAndClamp(out, outTemp, BLOCKSIZE);
1192 out += BLOCKSIZE;
1193 numFrames += BLOCKSIZE;