Searched refs:mTimestamp (Results 1 – 9 of 9) sorted by relevance
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 260 mTimestamp(0), in CameraFrame() 280 mTimestamp(frame.mTimestamp), in CameraFrame() 298 nsecs_t mTimestamp; variable
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 554 frame.mTimestamp = systemTime(SYSTEM_TIME_MONOTONIC);; in previewThread()
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 400 mTimestamp(0), in CameraFrame() 422 nsecs_t mTimestamp; variable
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 643 frame.mTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); in takePicture() 1180 frame.mTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); in previewThread()
|
/hardware/ti/omap4-aah/camera/ |
D | AppCallbackNotifier.cpp | 1172 mDataCbTimestamp(frame->mTimestamp, CAMERA_MSG_VIDEO_FRAME, in notifyFrame() 1186 … mDataCbTimestamp(frame->mTimestamp, CAMERA_MSG_VIDEO_FRAME, fakebuf, 0, mCallbackCookie); in notifyFrame()
|
D | BufferSourceAdapter.cpp | 895 metaData->timestamp = frame->mTimestamp; in handleFrameCallback()
|
/hardware/ti/omap4xxx/camera/ |
D | AppCallbackNotifier.cpp | 1096 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/ |
D | OMXCameraAdapter.cpp | 3270 frame.mTimestamp = (pBuffHeader->nTimeStamp * 1000) - mTimeSourceDelta; in sendCallBacks() 3331 frame.mTimestamp = (pBuffHeader->nTimeStamp * 1000) - mTimeSourceDelta; in initCameraFrame()
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 3867 frame.mTimestamp = (pBuffHeader->nTimeStamp * 1000) - mTimeSourceDelta; in sendCallBacks()
|