Searched refs:mLastTimeLapseFrameRealTimestampUs (Results 1 – 2 of 2) sorted by relevance
83 mLastTimeLapseFrameRealTimestampUs(0), in CameraSourceTimeLapse()268 if (mLastTimeLapseFrameRealTimestampUs == 0) { in skipFrameAndModifyTimeStamp()273 mLastTimeLapseFrameRealTimestampUs = *timestampUs; in skipFrameAndModifyTimeStamp()301 (mLastTimeLapseFrameRealTimestampUs + mTimeBetweenFrameCaptureUs)) { in skipFrameAndModifyTimeStamp()314 mLastTimeLapseFrameRealTimestampUs = *timestampUs; in skipFrameAndModifyTimeStamp()
72 int64_t mLastTimeLapseFrameRealTimestampUs; variable