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

  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 41 mCurrentSlot(BufferQueue::INVALID_BUFFER_SLOT),
288 // TODO: mCurrentSlot can be made a bufferstate since there
344 mCurrentSlot = item.mBuf;
348 mBufferSlot[mCurrentSlot] = item.mGraphicBuffer;
351 mCurrentBuffers.push_back(mBufferSlot[mCurrentSlot]);
358 passMetadataBuffer(buffer, mBufferSlot[mCurrentSlot]->handle);
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 157 // mCurrentSlot is the buffer slot index of the buffer that is currently
166 int mCurrentSlot;
  /frameworks/base/services/input/
InputReader.cpp     [all...]
InputReader.h 890 int32_t mCurrentSlot;
    [all...]

Completed in 58 milliseconds