Searched refs:bytesPerFrame (Results 1 – 3 of 3) sorted by relevance
28 FifoBuffer::FifoBuffer(uint32_t bytesPerFrame, uint32_t capacityInFrames) in FifoBuffer() argument29 : mBytesPerFrame(bytesPerFrame) in FifoBuffer()36 int32_t bytesPerBuffer = bytesPerFrame * capacityInFrames; in FifoBuffer()41 FifoBuffer::FifoBuffer( uint32_t bytesPerFrame, in FifoBuffer() argument47 : mBytesPerFrame(bytesPerFrame) in FifoBuffer()
31 FifoBuffer(uint32_t bytesPerFrame, uint32_t capacityInFrames);33 FifoBuffer(uint32_t bytesPerFrame,
26 size_t bytesPerFrame = this->getOutputStream()->getBytesPerFrame(); in onBothStreamsReady() local27 size_t bytesToWrite = numInputFrames * bytesPerFrame; in onBothStreamsReady()28 size_t byteDiff = (numOutputFrames - numInputFrames) * bytesPerFrame; in onBothStreamsReady()