Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/stub/
DApeHeader.cpp28 void* findApeHeader(void* buffer, size_t bufferSizeBytes, ApeHeader** header) { in findApeHeader()
DStreamMmapStub.cpp256 const size_t bufferSizeBytes = static_cast<size_t>(bufferSizeFrames) * mContext.getFrameSize(); in createMmapBuffer() local
/hardware/interfaces/audio/aidl/default/alsa/
DUtils.cpp169 void applyGainToInt16Buffer(void* buffer, const size_t bufferSizeBytes, const float gain, in applyGainToInt16Buffer()
216 void applyGainToInt32Buffer(int32_t* typedBuffer, const size_t bufferSizeBytes, const float gain) { in applyGainToInt32Buffer()
239 void applyGainToFloatBuffer(float* floatBuffer, const size_t bufferSizeBytes, const float gain) { in applyGainToFloatBuffer()
435 void applyGain(void* buffer, float gain, size_t bufferSizeBytes, enum pcm_format pcmFormat, in applyGain()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamMmapStub.h33 const size_t bufferSizeBytes; member
/hardware/interfaces/audio/aidl/default/
DModulePrimary.cpp102 const size_t bufferSizeBytes = static_cast<size_t>(bufferSizeFrames) * frameSizeBytes; in createMmapBuffer() local