Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/src/fifo/
H A 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()
/aosp12/frameworks/av/services/oboeservice/
H A DSharedRingBuffer.cpp42 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, in allocate()
H A DAAudioServiceEndpointMMAP.cpp407 int32_t bytesPerFrame = calculateBytesPerFrame(); in getDownDataDescription() local
/aosp12/frameworks/av/media/libaaudio/src/binding/
H A DRingBufferParcelable.cpp80 void RingBufferParcelable::setBytesPerFrame(int32_t bytesPerFrame) { in setBytesPerFrame()
H A DAAudioServiceDefinitions.h73 int32_t bytesPerFrame; // index is in frames member
/aosp12/system/media/audio_utils/
H A Dtinysndfile.c34 size_t bytesPerFrame; member
208 unsigned bytesPerFrame = (bitsPerSample >> 3) * channels; in sf_open_read() local
/aosp12/frameworks/av/media/extractors/wav/
H A DWAVExtractor.cpp451 int64_t bytesPerFrame; in read() local
513 const size_t bytesPerFrame = (mBitsPerSample >> 3) * mNumChannels; in read() local
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_marshalling.cpp138 const size_t bytesPerFrame = 8; in TEST() local
/aosp12/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamTrack.cpp433 int32_t bytesPerFrame = getBytesPerFrame(); in write() local
/aosp12/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.cpp528 int32_t bytesPerFrame, in AAudioConvert_framesToBytes()