Home
last modified time | relevance | path

Searched refs:mTimestamp (Results 1 – 9 of 9) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h260 mTimestamp(0), in CameraFrame()
280 mTimestamp(frame.mTimestamp), in CameraFrame()
298 nsecs_t mTimestamp; variable
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp554 frame.mTimestamp = systemTime(SYSTEM_TIME_MONOTONIC);; in previewThread()
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h400 mTimestamp(0), in CameraFrame()
422 nsecs_t mTimestamp; variable
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp643 frame.mTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); in takePicture()
1180 frame.mTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); in previewThread()
/hardware/ti/omap4-aah/camera/
DAppCallbackNotifier.cpp1172 mDataCbTimestamp(frame->mTimestamp, CAMERA_MSG_VIDEO_FRAME, in notifyFrame()
1186 … mDataCbTimestamp(frame->mTimestamp, CAMERA_MSG_VIDEO_FRAME, fakebuf, 0, mCallbackCookie); in notifyFrame()
DBufferSourceAdapter.cpp895 metaData->timestamp = frame->mTimestamp; in handleFrameCallback()
/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp1096 mDataCbTimestamp(frame->mTimestamp, CAMERA_MSG_VIDEO_FRAME, in notifyFrame()
1110 … mDataCbTimestamp(frame->mTimestamp, CAMERA_MSG_VIDEO_FRAME, fakebuf, 0, mCallbackCookie); in notifyFrame()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp3270 frame.mTimestamp = (pBuffHeader->nTimeStamp * 1000) - mTimeSourceDelta; in sendCallBacks()
3331 frame.mTimestamp = (pBuffHeader->nTimeStamp * 1000) - mTimeSourceDelta; in initCameraFrame()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp3867 frame.mTimestamp = (pBuffHeader->nTimeStamp * 1000) - mTimeSourceDelta; in sendCallBacks()