Lines Matching refs:shutterTimestamp
470 r.shutterTimestamp, r.haveResultMetadata ? "true" : "false", in dump()
2081 nsecs_t shutterTimestamp = request.shutterTimestamp; in removeInFlightRequestIfReadyLocked() local
2091 (request.haveResultMetadata && shutterTimestamp != 0))) { in removeInFlightRequestIfReadyLocked()
2096 sensorTimestamp != shutterTimestamp) { in removeInFlightRequestIfReadyLocked()
2099 sensorTimestamp, frameNumber, shutterTimestamp); in removeInFlightRequestIfReadyLocked()
2240 nsecs_t shutterTimestamp = 0; in processCaptureResult() local
2305 shutterTimestamp = request.shutterTimestamp; in processCaptureResult()
2350 if (shutterTimestamp == 0) { in processCaptureResult()
2355 result->num_output_buffers, shutterTimestamp); in processCaptureResult()
2359 if (shutterTimestamp == 0) { in processCaptureResult()
2525 r.shutterTimestamp = msg.timestamp; in notifyShutter()
2532 r.pendingOutputBuffers.size(), r.shutterTimestamp); in notifyShutter()