Searched defs:bytesPerFrame (Results 1 – 9 of 9) sorted by relevance
40 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, in allocate()
374 int32_t bytesPerFrame = calculateBytesPerFrame(); in getDownDataDescription() local
36 FifoBuffer::FifoBuffer(int32_t bytesPerFrame, fifo_frames_t capacityInFrames) in FifoBuffer()48 FifoBuffer::FifoBuffer( int32_t bytesPerFrame, in FifoBuffer()
59 void RingBufferParcelable::setBytesPerFrame(int32_t bytesPerFrame) { in setBytesPerFrame()
73 int32_t bytesPerFrame; // index is in frames member
118 const size_t bytesPerFrame = 8; in TEST() local
237 int32_t bytesPerFrame, in AAudioConvert_framesToBytes()
388 int32_t bytesPerFrame = getBytesPerFrame(); in write() local
508 const size_t bytesPerFrame = (mBitsPerSample >> 3) * mNumChannels; in read() local