Home | History | Annotate | Download | only in media

Lines Matching defs:mFrameCount

156         size_t  mFrameCount;            // number of frames available in this buffer
167 const size_t mFrameCount; // not necessarily a power of 2
169 const size_t mFrameCountP2; // mFrameCount rounded to power of 2, streaming mode
194 // buffer->mFrameCount should be initialized to maximum number of desired frames,
205 // buffer->mFrameCount has the actual number of contiguous available frames,
209 // or NULL when buffer->mFrameCount == 0.
211 // NO_ERROR Success, buffer->mFrameCount > 0.
219 // Assertion failure on entry, if buffer == NULL or buffer->mFrameCount == 0.
224 // On entry, buffer->mFrameCount should have the number of frames to release,
229 // buffer->mFrameCount is zero.
359 // buffer->mFrameCount should be initialized to maximum number of desired frames,
365 // buffer->mFrameCount has the actual number of contiguous available frames,
369 // or NULL when buffer->mFrameCount == 0.
371 // NO_ERROR Success, buffer->mFrameCount > 0.
377 // On entry, buffer->mFrameCount should have the number of frames to release,
382 // buffer->mFrameCount is zero.