Lines Matching refs:shutterTs
738 nsecs_t shutterTs = 0; in processOneCaptureRequest() local
739 sp<V4L2Frame> frameIn = dequeueV4l2FrameLocked(&shutterTs); in processOneCaptureRequest()
749 halReq->shutterTs = shutterTs; in processOneCaptureRequest()
774 void ExternalCameraDeviceSession::notifyShutter(uint32_t frameNumber, nsecs_t shutterTs) { in notifyShutter() argument
778 msg.msg.shutter.timestamp = shutterTs; in notifyShutter()
800 notifyShutter(req->frameNumber, req->shutterTs); in processCaptureRequestError()
841 notifyShutter(req->frameNumber, req->shutterTs); in processCaptureResult()
874 fillCaptureResult(req->setting, req->shutterTs); in processCaptureResult()
2471 sp<V4L2Frame> ExternalCameraDeviceSession::dequeueV4l2FrameLocked(/*out*/nsecs_t* shutterTs) { in dequeueV4l2FrameLocked() argument
2475 if (shutterTs == nullptr) { in dequeueV4l2FrameLocked()
2519 *shutterTs = static_cast<nsecs_t>(buffer.timestamp.tv_sec)*1000000000LL + in dequeueV4l2FrameLocked()
2522 *shutterTs = systemTime(SYSTEM_TIME_MONOTONIC); in dequeueV4l2FrameLocked()