Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Dvolume_tools.h22 static const size_t CHANNEL_MAX = 16; // same with CHANNEL_16 member
29 int32_t volStart[CHANNEL_MAX];
30 int32_t volEnd[CHANNEL_MAX];
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp207 float volStep[CHANNEL_MAX] = {}; in Process()
368 int64_t volSums[CHANNEL_MAX] = {0}; in CountS32Volume()
369 for (size_t index = 0; index < CHANNEL_MAX; index++) { in CountS32Volume()
402 double volSums[CHANNEL_MAX] = {0}; in CountF32Volume()
403 for (size_t index = 0; index < CHANNEL_MAX; index++) { in CountF32Volume()

Completed in 2 milliseconds