Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp151 int32_t *raw32 = nullptr; in ProcessOneFrame() local
170 raw32 = reinterpret_cast<int32_t *>(ptr); in ProcessOneFrame()
172 temp = (*raw32 * static_cast<int64_t>(vol)) >> VOLUME_SHIFT; in ProcessOneFrame()
173 *raw32 = temp > INT32_MAX ? INT32_MAX : (temp < INT32_MIN ? INT32_MIN : temp); in ProcessOneFrame()
372 int32_t *raw32 = reinterpret_cast<int32_t *>(buffer.buffer); in CountS32Volume() local
375 volSums[channelIdx] += (*raw32 >= 0 ? *raw32: (-*raw32)); in CountS32Volume()
376 raw32++; in CountS32Volume()
406 float *raw32 in CountF32Volume() local
[all...]

Completed in 2 milliseconds