Searched defs:bufferSizeBytes (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/audio/aidl/default/stub/ |
D | ApeHeader.cpp | 28 void* findApeHeader(void* buffer, size_t bufferSizeBytes, ApeHeader** header) { in findApeHeader()
|
D | StreamMmapStub.cpp | 256 const size_t bufferSizeBytes = static_cast<size_t>(bufferSizeFrames) * mContext.getFrameSize(); in createMmapBuffer() local
|
/hardware/interfaces/audio/aidl/default/alsa/ |
D | Utils.cpp | 169 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/ |
D | StreamMmapStub.h | 33 const size_t bufferSizeBytes; member
|
/hardware/interfaces/audio/aidl/default/ |
D | ModulePrimary.cpp | 102 const size_t bufferSizeBytes = static_cast<size_t>(bufferSizeFrames) * frameSizeBytes; in createMmapBuffer() local
|