Searched refs:mCurFrameTimestamp (Results 1 – 4 of 4) sorted by relevance
254 mCurFrameTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); in inWorkerThread()255 mCameraHAL->onNextFrameAvailable(mCurrentFrame, mCurFrameTimestamp, this); in inWorkerThread()
231 mCurFrameTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); in inWorkerThread()232 mCameraHAL->onNextFrameAvailable(mCurrentFrame, mCurFrameTimestamp, this); in inWorkerThread()
490 nsecs_t mCurFrameTimestamp; variable
38 mCurFrameTimestamp(0), in EmulatedCameraDevice()