Lines Matching refs:shutterTimestamp
402 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()
1398 states.inflightMap.keyAt(idx), request.shutterTimestamp, in flushInflightRequests()