Lines Matching refs:frameCount
52 // ignore the event by setting frameCount to zero.
79 size_t frameCount; // number of sample frames corresponding to size;
84 size_t size; // input/output in bytes == frameCount * frameSize
86 // FIXME this is redundant with respect to frameCount,
128 static status_t getMinFrameCount(size_t* frameCount,
162 * frameCount: Minimum size of track PCM buffer in frames. This defines the
183 int frameCount = 0,
233 * If sharedBuffer is non-0, the frameCount parameter is ignored and
244 int frameCount = 0,
282 uint32_t frameCount() const { return mFrameCount; }
353 * loopCount != 0 implies 0 <= loopStart < loopEnd <= frameCount().
405 * 0 <= position <= frameCount(). Note that end of buffer is permitted,
481 /* Obtains a buffer of up to "audioBuffer->frameCount" empty slots for frames.
505 * frameCount number of frames requested
507 * frameCount 0
511 * frameCount actual number of frames available, <= number requested
540 /* Release a filled buffer of "audioBuffer->frameCount" frames for AudioFlinger to process. */
638 size_t frameCount,