Searched defs:bytesPerFrame (Results 1 – 10 of 10) sorted by relevance
45 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, in allocate()
290 int32_t bytesPerFrame = calculateBytesPerFrame(); in getDownDataDescription() local
32 FifoBuffer::FifoBuffer(int32_t bytesPerFrame, fifo_frames_t capacityInFrames) in FifoBuffer()50 FifoBuffer::FifoBuffer( int32_t bytesPerFrame, in FifoBuffer()
58 void RingBufferParcelable::setBytesPerFrame(int32_t bytesPerFrame) { in setBytesPerFrame()
68 int32_t bytesPerFrame; // index is in frames member
280 int32_t bytesPerFrame = getBytesPerFrame(); in read() local
348 int32_t bytesPerFrame = getBytesPerFrame(); in write() local
116 const size_t bytesPerFrame = 8; in TEST() local
171 int32_t bytesPerFrame = getSamplesPerFrame() in open() local
311 int32_t bytesPerFrame, in AAudioConvert_framesToBytes()