Searched refs:mLastFrameTimestampUs (Results 1 – 7 of 7) sorted by relevance
124 mLastFrameTimestampUs(0), in CameraSource()778 mLastFrameTimestampUs - mFirstFrameTimeUs); in reset()895 mLastFrameTimestampUs); in read()963 if (timestampUs <= mLastFrameTimestampUs) { in shouldSkipFrameLocked()965 (long long)timestampUs, (long long)mLastFrameTimestampUs); in shouldSkipFrameLocked()968 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) { in shouldSkipFrameLocked()973 mLastFrameTimestampUs = timestampUs; in shouldSkipFrameLocked()
256 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()285 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
85 mLastFrameTimestampUs = 0; in set()407 mLastFrameTimestampUs = timeUs; in onMoreData()
120 int64_t mLastFrameTimestampUs; member
173 int64_t mLastFrameTimestampUs; variable
380 int64_t mLastFrameTimestampUs; variable
332 mLastFrameTimestampUs(-1), in GraphicBufferSource()740 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()1380 mLastFrameTimestampUs == -1 ? 0 : mStopTimeUs - mLastFrameTimestampUs; in getStopTimeOffsetUs()