Home
last modified time | relevance | path

Searched refs:getBytesPerFrame (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DSourceFloatCaller.cpp26 int32_t numBytes = mStream->getBytesPerFrame() * numFrames; in onProcess()
28 int32_t framesRead = bytesRead / mStream->getBytesPerFrame(); in onProcess()
DSourceI16Caller.cpp30 int32_t numBytes = mStream->getBytesPerFrame() * numFrames; in onProcess()
32 int32_t framesRead = bytesRead / mStream->getBytesPerFrame(); in onProcess()
DAudioSourceCaller.cpp25 int32_t numFrames = numBytes / mStream->getBytesPerFrame(); in onProcessFixedBlock()
35 result = readResult.value() * mStream->getBytesPerFrame(); in onProcessFixedBlock()
DDataConversionFlowGraph.cpp143 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()
DFilterAudioStream.h48 const int size = childStream->getFramesPerBurst() * childStream->getBytesPerFrame(); in FilterAudioStream()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
DFullDuplexPass.h26 size_t bytesPerFrame = this->getOutputStream()->getBytesPerFrame(); in onBothStreamsReady()
DFullDuplexStream.cpp27 int32_t numBytes = numFrames * outputStream->getBytesPerFrame(); in onAudioReady()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DFullDuplexEcho.cpp38 memset(outputFloat, 0, numOutputFrames * getOutputStream()->getBytesPerFrame()); in onBothStreamsReady()
DFullDuplexStream.cpp28 int32_t numBytes = numFrames * outputStream->getBytesPerFrame(); in onAudioReady()
/third_party/skia/third_party/externals/oboe/src/fifo/
DFifoBuffer.h69 uint32_t getBytesPerFrame() const { in getBytesPerFrame() function
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamClosedMethods.cpp205 auto f = mStream->getBytesPerFrame(); in TEST_F()
207 ASSERT_EQ(mStream->getBytesPerFrame(), f); in TEST_F()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStream.h217 int32_t getBytesPerFrame() const { return mChannelCount * getBytesPerSample(); } in getBytesPerFrame() function
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamBuffered.cpp58 mFifoBuffer.reset(new FifoBuffer(getBytesPerFrame(), capacityFrames)); in allocateFifo()
DAudioStreamOpenSLES.cpp126 mBytesPerCallback = mFramesPerCallback * getBytesPerFrame(); in configureBufferSizes()
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md306 (numFrames - result) * stream.getBytesPerFrame());
412 (numFrames - result.value()) * oboeStream->getBytesPerFrame());