Home
last modified time | relevance | path

Searched defs:capacityInFrames (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/av/services/oboeservice/
H A DSharedMemoryWrapper.cpp69 android::fifo_frames_t capacityInFrames) { in setupFifoBuffer()
106 int32_t bytesPerFrame, int32_t framesPerBurst, int32_t capacityInFrames, in fillParcelable()
H A DSharedRingBuffer.cpp43 fifo_frames_t capacityInFrames) { in allocate()
H A DAAudioServiceStreamShared.cpp111 int32_t capacityInFrames = numBursts * framesPerBurst; in calculateBufferCapacity() local
/aosp_15_r20/external/oboe/src/fifo/
H A DFifoBuffer.cpp28 FifoBuffer::FifoBuffer(uint32_t bytesPerFrame, uint32_t capacityInFrames) in FifoBuffer()
42 uint32_t capacityInFrames, in FifoBuffer()
H A DFifoControllerBase.cpp25 FifoControllerBase::FifoControllerBase(uint32_t capacityInFrames) in FifoControllerBase()
/aosp_15_r20/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.cpp41 FifoBufferAllocated::FifoBufferAllocated(int32_t bytesPerFrame, fifo_frames_t capacityInFrames) in FifoBufferAllocated()
53 fifo_frames_t capacityInFrames, in FifoBufferIndirect()
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaaudio/src/aaudio-aidl-cpp-source/gen/include/aaudio/
DRingBuffer.h30 int32_t capacityInFrames = 0; variable
/aosp_15_r20/frameworks/av/media/libaaudio/src/binding/
H A DRingBufferParcelable.cpp105 void RingBufferParcelable::setCapacityInFrames(int32_t capacityInFrames) { in setCapacityInFrames()
H A DAAudioServiceDefinitions.h75 int32_t capacityInFrames; // zero if unused member
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.h683 int32_t capacityInFrames = outputStream->getBufferCapacityInFrames(); in configureAfterOpen() local