Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:MAX_NUM_CHANNELS

1003                 state->outputTemp = new int32_t[MAX_NUM_CHANNELS * state->frameCount];
1006 state->resampleTemp = new int32_t[MAX_NUM_CHANNELS * state->frameCount];
1096 memset(temp, 0, outFrameCount * MAX_NUM_CHANNELS * sizeof(int32_t));
1415 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32)));
1978 LOG_ALWAYS_FATAL_IF(channelCount > MAX_NUM_CHANNELS);
2045 LOG_ALWAYS_FATAL_IF(channelCount > MAX_NUM_CHANNELS);