Searched refs:CHANNEL_MAX (Results 1 – 2 of 2) sorted by relevance
22 static const size_t CHANNEL_MAX = 16; // same with CHANNEL_16 variable29 int32_t volStart[CHANNEL_MAX];30 int32_t volEnd[CHANNEL_MAX];
207 float volStep[CHANNEL_MAX] = {}; in Process()408 int64_t volSums[CHANNEL_MAX] = {0}; in CountS32Volume()409 for (size_t index = 0; index < CHANNEL_MAX; index++) { in CountS32Volume()456 double volSums[CHANNEL_MAX] = {0}; in CountF32Volume()457 for (size_t index = 0; index < CHANNEL_MAX; index++) { in CountF32Volume()