Searched refs:mLastDecodedIndex (Results 1 – 2 of 2) sorted by relevance
47 mLastDecodedIndex(-1) { in StagefrightMetadataRetriever()147 if (mDecoder != NULL && index == mLastDecodedIndex) { in getImageRectAtIndex()158 mLastDecodedIndex = -1; in getImageInternal()245 mLastDecodedIndex = index; in getImageInternal()269 if (mDecoder != NULL && frameIndex == mLastDecodedIndex + 1) { in getFrameAtIndex()272 mLastDecodedIndex = frameIndex; in getFrameAtIndex()284 mLastDecodedIndex = -1; in getFrameInternal()367 mLastDecodedIndex = timeUs; in getFrameInternal()
65 int mLastDecodedIndex; member