Searched defs:bytesPerFrame (Results 1 – 9 of 9) sorted by relevance
38 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()
42 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, in allocate()
412 int32_t bytesPerFrame = calculateBytesPerFrame(); in getDownDataDescription() local
80 void RingBufferParcelable::setBytesPerFrame(int32_t bytesPerFrame) { in setBytesPerFrame()
73 int32_t bytesPerFrame; // index is in frames member
451 int64_t bytesPerFrame; in read() local513 const size_t bytesPerFrame = (mBitsPerSample >> 3) * mNumChannels; in read() local
138 const size_t bytesPerFrame = 8; in TEST() local
260 int32_t bytesPerFrame, in AAudioConvert_framesToBytes()
434 int32_t bytesPerFrame = getBytesPerFrame(); in write() local