Lines Matching refs:shutterTimestamp
737 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()
3959 r.shutterTimestamp = msg.timestamp; in notifyShutter()
3976 r.pendingOutputBuffers.size(), r.shutterTimestamp, timestampIncreasing, in notifyShutter()