Home
last modified time | relevance | path

Searched refs:bytesPerFrame (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/fifo/
DFifoBuffer.cpp28 FifoBuffer::FifoBuffer(uint32_t bytesPerFrame, uint32_t capacityInFrames) in FifoBuffer() argument
29 : mBytesPerFrame(bytesPerFrame) in FifoBuffer()
36 int32_t bytesPerBuffer = bytesPerFrame * capacityInFrames; in FifoBuffer()
41 FifoBuffer::FifoBuffer( uint32_t bytesPerFrame, in FifoBuffer() argument
47 : mBytesPerFrame(bytesPerFrame) in FifoBuffer()
DFifoBuffer.h31 FifoBuffer(uint32_t bytesPerFrame, uint32_t capacityInFrames);
33 FifoBuffer(uint32_t bytesPerFrame,
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
DFullDuplexPass.h26 size_t bytesPerFrame = this->getOutputStream()->getBytesPerFrame(); in onBothStreamsReady() local
27 size_t bytesToWrite = numInputFrames * bytesPerFrame; in onBothStreamsReady()
28 size_t byteDiff = (numOutputFrames - numInputFrames) * bytesPerFrame; in onBothStreamsReady()