Searched defs:typedBuffer (Results 1 – 1 of 1) sorted by relevance
216 void applyGainToInt32Buffer(int32_t* typedBuffer, const size_t bufferSizeBytes, const float gain) { in applyGainToInt32Buffer()461 int32_t* typedBuffer = (int32_t*)buffer; in applyGain() local469 std::unique_ptr<int32_t[]> typedBuffer(new int32_t[numSamples]); in applyGain() local