HomeSort by relevance Sort by last modified time
    Searched refs:mGetCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libnbaio/
SourceAudioBufferProvider.cpp 28 mAllocated(NULL), mSize(0), mOffset(0), mRemaining(0), mGetCount(0), mFramesReleased(0)
50 ALOG_ASSERT(buffer != NULL && buffer->frameCount > 0 && mGetCount == 0);
58 mGetCount = buffer->frameCount;
75 mGetCount = actual;
80 mGetCount = 0;
88 (buffer->frameCount <= mGetCount) &&
89 (mGetCount <= mRemaining) &&
96 mGetCount = 0;
  /frameworks/av/include/media/nbaio/
SourceAudioBufferProvider.h 49 size_t mGetCount; // buffer.frameCount of the most recent getNextBuffer

Completed in 906 milliseconds