Searched refs:mLastTimestamp (Results 1 – 12 of 12) sorted by relevance
49 mLastTimestamp(0) { in Camera3IOStreamBase()99 mFrameCount, mLastTimestamp); in dump()294 mLastTimestamp = timestamp; in returnAnyBufferLocked()
100 mLastTimestamp = bufferItem.mTimestamp; in getInputBufferLocked()242 mLastTimestamp = 0; in configureQueueLocked()
73 nsecs_t mLastTimestamp; variable
82 mLastTimestamp(0), in Camera3Stream()768 if (timestampIncreasing && timestamp != 0 && timestamp <= mLastTimestamp) { in returnBuffer()770 __FUNCTION__, mId, timestamp, mLastTimestamp); in returnBuffer()773 mLastTimestamp = timestamp; in returnBuffer()
636 nsecs_t mLastTimestamp; variable
317 mLastTimestamp = timestamp; in returnBufferLocked()723 mLastTimestamp = 0; in configureConsumerQueueLocked()
88 mLastTimestamp(0x7FFFFFFFFFFFFFFFLL), in SoftVPXEncoder()712 if (inputBufferHeader->nTimeStamp > mLastTimestamp) { in onQueueFilled()713 frameDuration = (uint32_t)(inputBufferHeader->nTimeStamp - mLastTimestamp); in onQueueFilled()719 mLastTimestamp = inputBufferHeader->nTimeStamp; in onQueueFilled()773 mLastTimestamp = 0x7FFFFFFFFFFFFFFFLL; in onReset()
236 OMX_TICKS mLastTimestamp; member
199 private long mLastTimestamp; field in ImsStats227 long duration = now - mLastTimestamp; in conclude()260 mLastTimestamp = now; in conclude()
316 mLastTimestamp(0x7FFFFFFFFFFFFFFFull), in C2SoftVpxEnc()351 mLastTimestamp = 0x7FFFFFFFFFFFFFFFLL; in onStop()839 if (inputTimeStamp > mLastTimestamp) { in process()840 frameDuration = (uint32_t)(inputTimeStamp - mLastTimestamp); in process()849 mLastTimestamp = inputTimeStamp; in process()
198 uint64_t mLastTimestamp; member
103 long mLastTimestamp; field in UnstyledTextExtractor113 mLastTimestamp = -1; in init()130 if (mLine.length() > 0 && timestampMs != mLastTimestamp) { in onTimeStamp()132 new TextTrackCueSpan(mLine.toString(), mLastTimestamp)); in onTimeStamp()135 mLastTimestamp = timestampMs; in onTimeStamp()143 new TextTrackCueSpan(mLine.toString(), mLastTimestamp)); in onLineEnd()