Searched refs:shutterTs (Results 1 – 2 of 2) sorted by relevance
169 nsecs_t shutterTs; member201 sp<V4L2Frame> dequeueV4l2FrameLocked(/*out*/nsecs_t* shutterTs); // Called with mLock hold241 void notifyShutter(uint32_t frameNumber, nsecs_t shutterTs);
738 nsecs_t shutterTs = 0; in processOneCaptureRequest() local739 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() argument778 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() argument2475 if (shutterTs == nullptr) { in dequeueV4l2FrameLocked()[all …]