Searched refs:channelIdx (Results 1 – 1 of 1) sorted by relevance
208 for (size_t channelIdx = 0; channelIdx < vols.channel; channelIdx++) { in Process() local209 if (vols.volEnd[channelIdx] == vols.volStart[channelIdx] || frameSize == MIN_FRAME_SIZE) { in Process()210 volStep[channelIdx] = 0.0; in Process()212 … volStep[channelIdx] = (static_cast<float>(vols.volEnd[channelIdx] - vols.volStart[channelIdx])) / in Process()217 for (size_t channelIdx = 0; channelIdx < vols.channel; channelIdx++) { in Process() local218 int32_t vol = volStep[channelIdx] * frameIndex + vols.volStart[channelIdx]; in Process()279 for (size_t channelIdx = 0; channelIdx < channel; channelIdx++) { in CountU8Volume() local323 for (size_t channelIdx = 0; channelIdx < channel; channelIdx++) { in CountS16Volume() local367 for (size_t channelIdx = 0; channelIdx < channel; channelIdx++) { in CountS24Volume() local414 for (size_t channelIdx = 0; channelIdx < channel; channelIdx++) { in CountS32Volume() local[all …]