Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h999 nsecs_t shutterTimestamp; member
1061 shutterTimestamp(0), in InFlightRequest()
1079 shutterTimestamp(0),
DCamera3Device.cpp743 r.shutterTimestamp, r.haveResultMetadata ? "true" : "false", in dump()
3238 nsecs_t shutterTimestamp = request.shutterTimestamp; in removeInFlightRequestIfReadyLocked() local
3248 (request.haveResultMetadata && shutterTimestamp != 0))) { in removeInFlightRequestIfReadyLocked()
3258 sensorTimestamp != shutterTimestamp) { in removeInFlightRequestIfReadyLocked()
3261 sensorTimestamp, frameNumber, shutterTimestamp); in removeInFlightRequestIfReadyLocked()
3631 nsecs_t shutterTimestamp = 0; in processCaptureResult() local
3679 shutterTimestamp = request.shutterTimestamp; in processCaptureResult()
3741 if (shutterTimestamp == 0) { in processCaptureResult()
3747 result->num_output_buffers, shutterTimestamp, timestampIncreasing, in processCaptureResult()
3758 if (shutterTimestamp == 0) { in processCaptureResult()
[all …]