Home
last modified time | relevance | path

Searched refs:mBlockAdapterBytesPerFrame (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.h136 int32_t mBlockAdapterBytesPerFrame = 0; variable
H A DAudioStreamRecord.cpp239 mBlockAdapterBytesPerFrame = getBytesPerDeviceFrame(); in open()
240 int callbackSizeBytes = mBlockAdapterBytesPerFrame * mCallbackBufferSize; in open()
H A DAudioStreamTrack.cpp212 mBlockAdapterBytesPerFrame = getBytesPerFrame(); in open()
213 int callbackSizeBytes = mBlockAdapterBytesPerFrame * mCallbackBufferSize; in open()
H A DAudioStreamLegacy.cpp75 int32_t numFrames = numBytes / mBlockAdapterBytesPerFrame; in onProcessFixedBlock()