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

  /frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp 44 mCurrentSlot(INVALID_BUFFER_SLOT),
145 mCurrentSlot = INVALID_BUFFER_SLOT;
238 mCurrentSlot = INVALID_BUFFER_SLOT;
254 // In case of Encoding, we do not deque the mCurrentSlot buffer
279 bool bufferHasBeenQueued = mCurrentSlot != INVALID_BUFFER_SLOT;
673 prefix, (i==mCurrentSlot)?">":" ", i, stateName(slot.mBufferState),
772 // TODO: mCurrentSlot can be made a bufferstate since there
775 mCurrentSlot = *front;
777 mCurrentBuf = mSlots[mCurrentSlot].mGraphicBuffer;
779 mCurrentTimestamp = mSlots[mCurrentSlot].mTimestamp
    [all...]
  /frameworks/base/include/media/stagefright/
SurfaceMediaSource.h 283 // mCurrentSlot is the buffer slot index of the buffer that is currently
292 int mCurrentSlot;
  /frameworks/base/services/input/
InputReader.cpp     [all...]
InputReader.h 792 int32_t mCurrentSlot;
    [all...]

Completed in 214 milliseconds