Searched refs:totalCaptureResult (Results 1 – 4 of 4) sorted by relevance
48 public void update(@Nonnull TotalCaptureResultProxy totalCaptureResult) { in update() argument49 updateFocusMode(totalCaptureResult); in update()50 updateFocusState(totalCaptureResult); in update()51 updateOneCameraFocusState(totalCaptureResult); in update()54 private void updateFocusMode(TotalCaptureResultProxy totalCaptureResult) { in updateFocusMode() argument55 Integer focusMode = totalCaptureResult.get(CaptureResult.CONTROL_AF_MODE); in updateFocusMode()61 private void updateFocusState(TotalCaptureResultProxy totalCaptureResult) { in updateFocusState() argument62 Integer focusState = totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); in updateFocusState()68 private void updateOneCameraFocusState(TotalCaptureResultProxy totalCaptureResult) { in updateOneCameraFocusState() argument69 Float focusDistance = totalCaptureResult.get(CaptureResult.LENS_FOCUS_DISTANCE); in updateOneCameraFocusState()[all …]
52 public AndroidTotalCaptureResultProxy(TotalCaptureResult totalCaptureResult) { in AndroidTotalCaptureResultProxy() argument53 super(totalCaptureResult); in AndroidTotalCaptureResultProxy()54 mTotalCaptureResult = totalCaptureResult; in AndroidTotalCaptureResultProxy()
50 public void onCompleted(TotalCaptureResult totalCaptureResult) { in onCompleted() argument51 V newValue = totalCaptureResult.get(mKey); in onCompleted()
95 TotalCaptureResult totalCaptureResult; field in OneCameraImpl.InFlightCapture111 totalCaptureResult = result; in setCaptureResult()120 return image != null && totalCaptureResult != null; in isCaptureComplete()776 writeDngBytesAndClose(capture.image, capture.totalCaptureResult, in onCaptureCompleted()783 capture.totalCaptureResult); in onCaptureCompleted()