Searched defs:targetRotation (Results 1 – 13 of 13) sorted by relevance
210 int targetRotation = imageOutputConfig.getTargetRotation(Surface.ROTATION_0); in getTargetSize() local245 private static @Nullable Size flipSizeByRotation(@Nullable Size size, int targetRotation, in flipSizeByRotation()255 private static boolean isRotationNeeded(int targetRotation, int lensFacing, in isRotationNeeded()
141 int targetRotation = imageOutputConfig.getTargetRotation(Surface.ROTATION_0); in getSortedSupportedOutputSizes() local208 int targetRotation, in sortSupportedOutputSizesByResolutionSelector()483 @ImageOutputConfig.RotationValue int targetRotation, in applyResolutionFilter()
89 int targetRotation = mDisplayInfoManager.getMaxSizeDisplay(true).getRotation(); in getConfig() local
312 val targetRotation = mImageAnalysis.targetRotation in <lambda>() constant318 val targetRotation = mImageCapture.targetRotation in <lambda>() constant
152 @ImageOutputConfig.OptionalRotationValue int targetRotation, in SurfaceEdge()504 @ImageOutputConfig.OptionalRotationValue int targetRotation) { in updateTransformation()
510 val targetRotation = Surface.ROTATION_0 in isRotationOptionSupportedDevice() constant570 val targetRotation = Surface.ROTATION_0 in <lambda>() constant
83 private var targetRotation: Int = Surface.ROTATION_0 in <lambda>() variable in androidx.camera.integration.core.MLKitBarcodeTest
2147 val targetRotation = in <lambda>() constant
1016 @ImageOutputConfig.OptionalRotationValue int targetRotation, in of()
385 protected boolean setTargetRotationInternal( in setTargetRotationInternal()
379 public void setTargetRotation(@ImageOutputConfig.RotationValue int targetRotation) { in setTargetRotation()
291 int targetRotation = builder.getMutableConfig().retrieveOption( in onMergeConfig() local
354 .forEach { targetRotation -> in testSetRotationWillSendCorrectResolution() method