Home
last modified time | relevance | path

Searched refs:shutterTimestamp (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DInFlightRequest.h48 nsecs_t shutterTimestamp; member
126 shutterTimestamp(0), in InFlightRequest()
146 shutterTimestamp(0),
DCamera3OutputUtils.cpp402 nsecs_t shutterTimestamp = request.shutterTimestamp; in removeInFlightRequestIfReadyLocked() local
412 (request.haveResultMetadata && shutterTimestamp != 0))) { in removeInFlightRequestIfReadyLocked()
422 sensorTimestamp != shutterTimestamp) { in removeInFlightRequestIfReadyLocked()
425 sensorTimestamp, frameNumber, shutterTimestamp); in removeInFlightRequestIfReadyLocked()
488 nsecs_t shutterTimestamp = 0; in processCaptureResult() local
538 shutterTimestamp = request.shutterTimestamp; in processCaptureResult()
602 if (shutterTimestamp != 0) { in processCaptureResult()
615 if (shutterTimestamp == 0) { in processCaptureResult()
886 request.shutterTimestamp, timestampIncreasing, in returnAndRemovePendingOutputBuffers()
946 r.shutterTimestamp = msg.timestamp; in notifyShutter()
[all …]
DCamera3Device.cpp761 r.shutterTimestamp, r.haveResultMetadata ? "true" : "false", in dump()