Searched defs:bytesPerFrame (Results 1 – 10 of 10) sorted by relevance
40 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, in allocate()
352 int32_t bytesPerFrame = calculateBytesPerFrame(); in getDownDataDescription() local
34 FifoBuffer::FifoBuffer(int32_t bytesPerFrame, fifo_frames_t capacityInFrames) in FifoBuffer()52 FifoBuffer::FifoBuffer( int32_t bytesPerFrame, in FifoBuffer()
58 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
275 int32_t bytesPerFrame = getBytesPerFrame(); in read() local
357 int32_t bytesPerFrame = getBytesPerFrame(); in write() local
190 int32_t bytesPerFrame = getSamplesPerFrame() in open() local
319 int32_t bytesPerFrame, in AAudioConvert_framesToBytes()