Home
last modified time | relevance | path

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

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