Searched refs:mLastTimeLapseFrameRealTimestampUs (Results 1 – 2 of 2) sorted by relevance
79 mLastTimeLapseFrameRealTimestampUs(0), in CameraSourceTimeLapse()238 if (mLastTimeLapseFrameRealTimestampUs == 0) { in skipFrameAndModifyTimeStamp()243 mLastTimeLapseFrameRealTimestampUs = *timestampUs; in skipFrameAndModifyTimeStamp()271 (mLastTimeLapseFrameRealTimestampUs + mTimeBetweenFrameCaptureUs)) { in skipFrameAndModifyTimeStamp()284 mLastTimeLapseFrameRealTimestampUs = *timestampUs; in skipFrameAndModifyTimeStamp()
71 int64_t mLastTimeLapseFrameRealTimestampUs; variable