Home | History | Annotate | Download | only in media

Lines Matching defs:mFrameCount

211         size_t  mFrameCount;            // number of frames available in this buffer
216 size_t frameCount() const { return mFrameCount; }
224 const size_t mFrameCount; // not necessarily a power of 2
226 const size_t mFrameCountP2; // mFrameCount rounded to power of 2, streaming mode
250 // buffer->mFrameCount should be initialized to maximum number of desired frames,
261 // buffer->mFrameCount has the actual number of contiguous available frames,
265 // or NULL when buffer->mFrameCount == 0.
267 // NO_ERROR Success, buffer->mFrameCount > 0.
277 // Assertion failure on entry, if buffer == NULL or buffer->mFrameCount == 0.
282 // On entry, buffer->mFrameCount should have the number of frames to release,
287 // buffer->mFrameCount is zero.
490 // buffer->mFrameCount should be initialized to maximum number of desired frames,
496 // buffer->mFrameCount has the actual number of contiguous available frames,
500 // or NULL when buffer->mFrameCount == 0.
502 // NO_ERROR Success, buffer->mFrameCount > 0.
508 // On entry, buffer->mFrameCount should have the number of frames to release,
513 // buffer->mFrameCount is zero.