Searched refs:mCurFrameTimestamp (Results 1 – 6 of 6) sorted by relevance
240 mCurFrameTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); in inWorkerThread()241 mCameraHAL->onNextFrameAvailable(mCurrentFrame, mCurFrameTimestamp, this); in inWorkerThread()
160 mCurFrameTimestamp = 0; in startDevice()223 mCurFrameTimestamp += (1000000000 / (mTargetFps / 1000)); in inWorkerThread()227 mCameraHAL->onNextFrameAvailable(mCurrentFrame, mCurFrameTimestamp, this); in inWorkerThread()
494 nsecs_t mCurFrameTimestamp; variable
40 mCurFrameTimestamp(0), in EmulatedCameraDevice()
456 mCurFrameTimestamp(0), in CameraThread()515 mCurFrameTimestamp + 1000000000.0 / mCameraDevice->mFramesPerSecond; in inWorkerThread()531 mCurFrameTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); in inWorkerThread()532 mCameraHAL->onNextFrameAvailable(mCurFrameTimestamp, mCameraDevice); in inWorkerThread()
542 nsecs_t mCurFrameTimestamp; variable