Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DSharedMemoryWrapper.cpp68 aaudio_result_t SharedMemoryWrapper::setupFifoBuffer(android::fifo_frames_t bytesPerFrame, in setupFifoBuffer()
106 int32_t bytesPerFrame, int32_t framesPerBurst, int32_t capacityInFrames, in fillParcelable()
DSharedRingBuffer.cpp42 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, in allocate()
/frameworks/av/media/libaaudio/src/fifo/
DFifoBuffer.cpp38 FifoBuffer::FifoBuffer(int32_t bytesPerFrame) in FifoBuffer()
41 FifoBufferAllocated::FifoBufferAllocated(int32_t bytesPerFrame, fifo_frames_t capacityInFrames) in FifoBufferAllocated()
52 FifoBufferIndirect::FifoBufferIndirect( int32_t bytesPerFrame, in FifoBufferIndirect()
/frameworks/av/media/libaaudio/src/binding/
DRingBufferParcelable.cpp89 void RingBufferParcelable::setBytesPerFrame(int32_t bytesPerFrame) { in setBytesPerFrame()
DAAudioServiceDefinitions.h73 int32_t bytesPerFrame; // index is in frames member
/frameworks/av/media/module/extractors/wav/
DWAVExtractor.cpp451 int64_t bytesPerFrame; in read() local
517 const size_t bytesPerFrame = (mBitsPerSample >> 3) * mNumChannels; in read() local
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp138 const size_t bytesPerFrame = 8; in TEST() local
Dtest_pcm_offload.cpp100 int bytesPerFrame = mChannelCount; in writeAllStreamData() local
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.cpp599 int32_t bytesPerFrame, in AAudioConvert_framesToBytes()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp493 int32_t bytesPerFrame = getBytesPerFrame(); in write() local