Searched refs:mBlockAdapterBytesPerFrame (Results 1 – 4 of 4) sorted by relevance
140 int32_t mBlockAdapterBytesPerFrame = 0; variable
224 mBlockAdapterBytesPerFrame = getBytesPerDeviceFrame(); in open()225 int callbackSizeBytes = mBlockAdapterBytesPerFrame * mCallbackBufferSize; in open()
207 mBlockAdapterBytesPerFrame = getBytesPerFrame(); in open()208 int callbackSizeBytes = mBlockAdapterBytesPerFrame * mCallbackBufferSize; in open()
76 int32_t numFrames = numBytes / mBlockAdapterBytesPerFrame; in onProcessFixedBlock()