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

  /frameworks/av/cmds/stagefright/
stream.cpp 146 ssize_t mCurrentBufferIndex;
160 : mCurrentBufferIndex(-1),
211 if (mCurrentBufferIndex < 0) {
216 mCurrentBufferIndex = *mBufferQueue.begin();
222 sp<IMemory> mem = mBuffers.itemAt(mCurrentBufferIndex);
233 mListener->queueBuffer(mCurrentBufferIndex, mCurrentBufferOffset);
234 mCurrentBufferIndex = -1;
253 if (mCurrentBufferIndex >= 0) {
254 mListener->queueBuffer(mCurrentBufferIndex, mCurrentBufferOffset);
255 mCurrentBufferIndex = -1
    [all...]
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 89 int32_t mCurrentBufferIndex;
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 216 const int index = mCurrentBufferIndex;
254 self->mCurrentBufferIndex = index;
285 const int index = self->mCurrentBufferIndex;

Completed in 30 milliseconds