Home
last modified time | relevance | path

Searched defs:targetRotation (Results 1 – 13 of 13) sorted by relevance

/camera/camera-core/src/main/java/androidx/camera/core/internal/
DSupportedOutputSizesSorterLegacy.java210 int targetRotation = imageOutputConfig.getTargetRotation(Surface.ROTATION_0); in getTargetSize() local
245 private static @Nullable Size flipSizeByRotation(@Nullable Size size, int targetRotation, in flipSizeByRotation()
255 private static boolean isRotationNeeded(int targetRotation, int lensFacing, in isRotationNeeded()
DSupportedOutputSizesSorter.java141 int targetRotation = imageOutputConfig.getTargetRotation(Surface.ROTATION_0); in getSortedSupportedOutputSizes() local
208 int targetRotation, in sortSupportedOutputSizesByResolutionSelector()
483 @ImageOutputConfig.RotationValue int targetRotation, in applyResolutionFilter()
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/
DCamera2UseCaseConfigFactory.java89 int targetRotation = mDisplayInfoManager.getMaxSizeDisplay(true).getRotation(); in getConfig() local
/camera/integration-tests/uiwidgetstestapp/src/main/java/androidx/camera/integration/uiwidgets/rotations/
DCameraActivity.kt312 val targetRotation = mImageAnalysis.targetRotation in <lambda>() constant
318 val targetRotation = mImageCapture.targetRotation in <lambda>() constant
/camera/camera-core/src/main/java/androidx/camera/core/processing/
DSurfaceEdge.java152 @ImageOutputConfig.OptionalRotationValue int targetRotation, in SurfaceEdge()
504 @ImageOutputConfig.OptionalRotationValue int targetRotation) { in updateTransformation()
/camera/camera-extensions/src/androidTest/java/androidx/camera/extensions/
DImageCaptureTest.kt510 val targetRotation = Surface.ROTATION_0 in isRotationOptionSupportedDevice() constant
570 val targetRotation = Surface.ROTATION_0 in <lambda>() constant
/camera/integration-tests/coretestapp/src/androidTest/java/androidx/camera/integration/core/
DMLKitBarcodeTest.kt83 private var targetRotation: Int = Surface.ROTATION_0 in <lambda>() variable in androidx.camera.integration.core.MLKitBarcodeTest
DImageCaptureTest.kt2147 val targetRotation = in <lambda>() constant
/camera/camera-core/src/main/java/androidx/camera/core/
DSurfaceRequest.java1016 @ImageOutputConfig.OptionalRotationValue int targetRotation, in of()
DUseCase.java385 protected boolean setTargetRotationInternal( in setTargetRotationInternal()
DPreview.java379 public void setTargetRotation(@ImageOutputConfig.RotationValue int targetRotation) { in setTargetRotation()
DImageAnalysis.java291 int targetRotation = builder.getMutableConfig().retrieveOption( in onMergeConfig() local
/camera/camera-video/src/test/java/androidx/camera/video/
DVideoCaptureTest.kt354 .forEach { targetRotation -> in testSetRotationWillSendCorrectResolution() method