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.cpp737 r.shutterTimestamp, r.haveResultMetadata ? "true" : "false", in dump()
3232 nsecs_t shutterTimestamp = request.shutterTimestamp; in removeInFlightRequestIfReadyLocked() local
3242 (request.haveResultMetadata && shutterTimestamp != 0))) { in removeInFlightRequestIfReadyLocked()
3252 sensorTimestamp != shutterTimestamp) { in removeInFlightRequestIfReadyLocked()
3255 sensorTimestamp, frameNumber, shutterTimestamp); in removeInFlightRequestIfReadyLocked()
3620 nsecs_t shutterTimestamp = 0; in processCaptureResult() local
3668 shutterTimestamp = request.shutterTimestamp; in processCaptureResult()
3730 if (shutterTimestamp == 0) { in processCaptureResult()
3736 result->num_output_buffers, shutterTimestamp, timestampIncreasing, in processCaptureResult()
3747 if (shutterTimestamp == 0) { in processCaptureResult()
[all …]