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

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

Completed in 179 milliseconds