Searched refs:mBlockAdapterBytesPerFrame (Results 1 – 4 of 4) sorted by relevance
136 int32_t mBlockAdapterBytesPerFrame = 0; variable
239 mBlockAdapterBytesPerFrame = getBytesPerDeviceFrame(); in open()240 int callbackSizeBytes = mBlockAdapterBytesPerFrame * mCallbackBufferSize; in open()
212 mBlockAdapterBytesPerFrame = getBytesPerFrame(); in open()213 int callbackSizeBytes = mBlockAdapterBytesPerFrame * mCallbackBufferSize; in open()
75 int32_t numFrames = numBytes / mBlockAdapterBytesPerFrame; in onProcessFixedBlock()