Searched refs:getBytesPerFrame (Results 1 – 15 of 15) sorted by relevance
26 int32_t numBytes = mStream->getBytesPerFrame() * numFrames; in onProcess()28 int32_t framesRead = bytesRead / mStream->getBytesPerFrame(); in onProcess()
30 int32_t numBytes = mStream->getBytesPerFrame() * numFrames; in onProcess()32 int32_t framesRead = bytesRead / mStream->getBytesPerFrame(); in onProcess()
25 int32_t numFrames = numBytes / mStream->getBytesPerFrame(); in onProcessFixedBlock()35 result = readResult.value() * mStream->getBytesPerFrame(); in onProcessFixedBlock()
143 mBlockWriter.open(actualSinkFramesPerCallback * sinkStream->getBytesPerFrame()); in configure()145 kDefaultBufferSize * sinkStream->getBytesPerFrame()); in configure()231 framesRead * mFilterStream->getBytesPerFrame()); in write()238 int32_t numFrames = numBytes / mFilterStream->getBytesPerFrame(); in onProcessFixedBlock()
48 const int size = childStream->getFramesPerBurst() * childStream->getBytesPerFrame(); in FilterAudioStream()
26 size_t bytesPerFrame = this->getOutputStream()->getBytesPerFrame(); in onBothStreamsReady()
27 int32_t numBytes = numFrames * outputStream->getBytesPerFrame(); in onAudioReady()
38 memset(outputFloat, 0, numOutputFrames * getOutputStream()->getBytesPerFrame()); in onBothStreamsReady()
28 int32_t numBytes = numFrames * outputStream->getBytesPerFrame(); in onAudioReady()
69 uint32_t getBytesPerFrame() const { in getBytesPerFrame() function
205 auto f = mStream->getBytesPerFrame(); in TEST_F()207 ASSERT_EQ(mStream->getBytesPerFrame(), f); in TEST_F()
217 int32_t getBytesPerFrame() const { return mChannelCount * getBytesPerSample(); } in getBytesPerFrame() function
58 mFifoBuffer.reset(new FifoBuffer(getBytesPerFrame(), capacityFrames)); in allocateFifo()
126 mBytesPerCallback = mFramesPerCallback * getBytesPerFrame(); in configureBufferSizes()
306 (numFrames - result) * stream.getBytesPerFrame());412 (numFrames - result.value()) * oboeStream->getBytesPerFrame());