Home
last modified time | relevance | path

Searched refs:mLastTimeLapseFrameRealTimestampUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp79 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()
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSourceTimeLapse.h71 int64_t mLastTimeLapseFrameRealTimestampUs; variable