Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp1370 mLastCaptureTime = t; in syncTimestampToDisplayLocked()
1380 mLastCaptureTime = t; in syncTimestampToDisplayLocked()
1399 nsecs_t captureInterval = t - mLastCaptureTime; in syncTimestampToDisplayLocked()
1407 mLastCaptureTime = t; in syncTimestampToDisplayLocked()
1571 mLastCaptureTime = t; in syncTimestampToDisplayLocked()
DCamera3OutputStream.h441 nsecs_t mLastCaptureTime = 0; variable