Home
last modified time | relevance | path

Searched refs:getBytesPerFrame (Results 1 - 14 of 14) sorted by relevance

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

Completed in 6 milliseconds