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

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp80 mLastTimeLapseFrameRealTimestampUs(0),
249 if (mLastTimeLapseFrameRealTimestampUs == 0) {
250 // First time lapse frame. Initialize mLastTimeLapseFrameRealTimestampUs
254 mLastTimeLapseFrameRealTimestampUs = *timestampUs;
282 (mLastTimeLapseFrameRealTimestampUs + mTimeBetweenFrameCaptureUs)) {
290 // - Reset mLastTimeLapseFrameRealTimestampUs to current time.
295 mLastTimeLapseFrameRealTimestampUs = *timestampUs;
/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h68 int64_t mLastTimeLapseFrameRealTimestampUs; member in class:android::CameraSourceTimeLapse

Completed in 228 milliseconds