Home
last modified time | relevance | path

Searched defs:typedBuffer (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/aidl/default/alsa/
DUtils.cpp216 void applyGainToInt32Buffer(int32_t* typedBuffer, const size_t bufferSizeBytes, const float gain) { in applyGainToInt32Buffer()
461 int32_t* typedBuffer = (int32_t*)buffer; in applyGain() local
469 std::unique_ptr<int32_t[]> typedBuffer(new int32_t[numSamples]); in applyGain() local