Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DSharedRingBuffer.cpp40 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, in allocate()
DAAudioServiceEndpointMMAP.cpp374 int32_t bytesPerFrame = calculateBytesPerFrame(); in getDownDataDescription() local
/frameworks/av/media/libaaudio/src/fifo/
DFifoBuffer.cpp36 FifoBuffer::FifoBuffer(int32_t bytesPerFrame, fifo_frames_t capacityInFrames) in FifoBuffer()
48 FifoBuffer::FifoBuffer( int32_t bytesPerFrame, in FifoBuffer()
/frameworks/av/media/libaaudio/src/binding/
DRingBufferParcelable.cpp59 void RingBufferParcelable::setBytesPerFrame(int32_t bytesPerFrame) { in setBytesPerFrame()
DAAudioServiceDefinitions.h73 int32_t bytesPerFrame; // index is in frames member
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp118 const size_t bytesPerFrame = 8; in TEST() local
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.cpp237 int32_t bytesPerFrame, in AAudioConvert_framesToBytes()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp388 int32_t bytesPerFrame = getBytesPerFrame(); in write() local
/frameworks/av/media/extractors/wav/
DWAVExtractor.cpp508 const size_t bytesPerFrame = (mBitsPerSample >> 3) * mNumChannels; in read() local