Searched refs:mLastFrameTimestampUs (Results 1 – 3 of 3) sorted by relevance
195 mLastFrameTimestampUs(0), in CameraSource()886 mLastFrameTimestampUs - mFirstFrameTimeUs); in reset()1032 mLastFrameTimestampUs); in read()1065 if (timestampUs <= mLastFrameTimestampUs) { in shouldSkipFrameLocked()1067 (long long)timestampUs, (long long)mLastFrameTimestampUs); in shouldSkipFrameLocked()1070 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) { in shouldSkipFrameLocked()1075 mLastFrameTimestampUs = timestampUs; in shouldSkipFrameLocked()
269 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()298 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
200 int64_t mLastFrameTimestampUs; variable