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

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp68 mLastTimeLapseFrameRealTimestampUs(0),
236 if (mLastTimeLapseFrameRealTimestampUs == 0) {
237 // First time lapse frame. Initialize mLastTimeLapseFrameRealTimestampUs
241 mLastTimeLapseFrameRealTimestampUs = *timestampUs;
269 (mLastTimeLapseFrameRealTimestampUs + mTimeBetweenFrameCaptureUs)) {
277 // - Reset mLastTimeLapseFrameRealTimestampUs to current time.
282 mLastTimeLapseFrameRealTimestampUs = *timestampUs;
/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h64 int64_t mLastTimeLapseFrameRealTimestampUs; member in class:android::CameraSourceTimeLapse

Completed in 22 milliseconds