Home
last modified time | relevance | path

Searched defs:resolution (Results 1 – 25 of 42) sorted by relevance

12

/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/workaround/
DPreviewPixelHDRnet.java48 public static void setHDRnet( in setHDRnet()
66 private static boolean isAspectRatioMatch( in isAspectRatioMatch()
/camera/camera-core/src/main/java/androidx/camera/core/impl/
DStreamSpec.java98 public static @NonNull Builder builder(@NonNull Size resolution) { in builder()
119 public abstract @NonNull Builder setResolution(@NonNull Size resolution); in setResolution()
138 public abstract @NonNull Builder setOriginalConfiguredResolution(@NonNull Size resolution); in setOriginalConfiguredResolution()
DImageOutputConfig.java422 @NonNull B setTargetResolution(@NonNull Size resolution); in setTargetResolution()
430 @NonNull B setDefaultResolution(@NonNull Size resolution); in setDefaultResolution()
439 @NonNull B setMaxResolution(@NonNull Size resolution); in setMaxResolution()
/camera/camera-core/src/main/java/androidx/camera/core/
DResolutionInfo.java57 public ResolutionInfo(@NonNull Size resolution, @NonNull Rect cropRect, in ResolutionInfo()
135 abstract @NonNull Builder setResolution(@NonNull Size resolution); in setResolution()
DSurfaceOrientedMeteringPointFactory.java102 Size resolution = useCase.getAttachedSurfaceResolution(); in getUseCaseAspectRatio() local
DSettableImageProxy.java60 public SettableImageProxy(@NonNull ImageProxy imageProxy, @Nullable Size resolution, in SettableImageProxy()
DSurfaceRequest.java142 public SurfaceRequest( in SurfaceRequest()
154 public SurfaceRequest( in SurfaceRequest()
169 public SurfaceRequest( in SurfaceRequest()
DImageAnalysis.java358 Size resolution = streamSpec.getResolution(); in createPipeline() local
1503 public @NonNull Builder setTargetResolution(@NonNull Size resolution) { in setTargetResolution()
1517 public @NonNull Builder setDefaultResolution(@NonNull Size resolution) { in setDefaultResolution()
1525 public @NonNull Builder setMaxResolution(@NonNull Size resolution) { in setMaxResolution()
DPreview.java1092 public @NonNull Builder setTargetResolution(@NonNull Size resolution) { in setTargetResolution()
1106 public @NonNull Builder setDefaultResolution(@NonNull Size resolution) { in setDefaultResolution()
1113 public @NonNull Builder setMaxResolution(@NonNull Size resolution) { in setMaxResolution()
DImageCapture.java837 Size resolution = getAttachedSurfaceResolution(); in getResolutionInfoInternal() local
1363 Size resolution = streamSpec.getResolution(); in createPipeline() local
1572 Size resolution = requireNonNull(getAttachedSurfaceResolution()); in getTakePictureCropRect() local
2772 public @NonNull Builder setTargetResolution(@NonNull Size resolution) { in setTargetResolution()
2785 public @NonNull Builder setDefaultResolution(@NonNull Size resolution) { in setDefaultResolution()
2793 public @NonNull Builder setMaxResolution(@NonNull Size resolution) { in setMaxResolution()
/camera/camera-core/src/main/java/androidx/camera/core/impl/utils/
DAspectRatioUtil.java56 public static boolean hasMatchingAspectRatio(@NonNull Size resolution, in hasMatchingAspectRatio()
67 public static boolean hasMatchingAspectRatio(@NonNull Size resolution, in hasMatchingAspectRatio()
91 private static boolean isPossibleMod16FromAspectRatio(@NonNull Size resolution, in isPossibleMod16FromAspectRatio()
/camera/camera-video/src/main/java/androidx/camera/video/internal/workaround/
DQualityResolutionModifiedEncoderProfilesProvider.java103 @NonNull EncoderProfilesProxy baseProfiles, @NonNull Size resolution) { in createNewEncoderProfiles()
120 @NonNull VideoProfileProxy baseProfile, @NonNull Size resolution) { in generateVideoProfile()
/camera/camera-core/src/main/java/androidx/camera/core/imagecapture/
DPostviewSettings.java43 public static @NonNull PostviewSettings create(@NonNull Size resolution, int inputFormat) { in create()
/camera/camera-testing/src/main/java/androidx/camera/testing/impl/fakes/
DFakeUseCaseConfig.java196 public @NonNull Builder setTargetResolution(@NonNull Size resolution) { in setTargetResolution()
202 public @NonNull Builder setDefaultResolution(@NonNull Size resolution) { in setDefaultResolution()
208 public @NonNull Builder setMaxResolution(@NonNull Size resolution) { in setMaxResolution()
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/
DCamera2SessionOptionUnpacker.java45 public void unpack( in unpack()
/camera/camera-video/src/main/java/androidx/camera/video/
DVideoCapture.java387 Size resolution = getAttachedSurfaceResolution(); in getResolutionInfoInternal() local
641 private @NonNull Size adjustResolutionWithInProgressTransformation(@NonNull Size resolution, in adjustResolutionWithInProgressTransformation()
690 Size resolution = streamSpec.getResolution(); in createPipeline() local
1067 @NonNull Size resolution, in isCreateNodeNeeded()
1082 @NonNull Size resolution, in createNodeIfNeeded()
1127 @NonNull Size resolution, @NonNull VideoEncoderInfo videoEncoderInfo) { in adjustCropRectToValidSize()
1230 @NonNull Size resolution, @NonNull VideoEncoderInfo videoEncoderInfo) { in addBySupportedSize()
1273 private static boolean shouldCrop(@NonNull Rect cropRect, @NonNull Size resolution) { in shouldCrop()
1557 Size resolution = sizeIterator.next(); in filterOutEncoderUnsupportedResolutions() local
1924 public @NonNull Builder<T> setTargetResolution(@NonNull Size resolution) { in setTargetResolution()
[all …]
DQualityRatioToResolutionsTable.java161 private static @Nullable Quality findMappedQuality(@NonNull Size resolution) { in findMappedQuality()
170 private static @Nullable Integer findMappedAspectRatio(@NonNull Size resolution) { in findMappedAspectRatio()
/camera/camera-video/src/test/java/androidx/camera/video/
DVideoCaptureTest.kt351 val resolution = CAMERA_0_QUALITY_SIZE[quality]!! in testSetRotationWillSendCorrectResolution() constant
473 val resolution = CAMERA_0_QUALITY_SIZE[quality]!! in setQualitySelector_sameResolutionAsQualitySelector() constant
1707 val resolution = Size(1920, 1080) in verifyResolutionInfo_contentMatch() constant
1720 val resolution = Size(1920, 1080) in verifyResolutionInfo_setTargetRotationOnBackCamera_rotationMatched() constant
1734 val resolution = Size(1920, 1080) in verifyResolutionInfo_setTargetRotationOnFrontCamera_rotationMatched() constant
1748 val resolution = Size(1920, 1080) in verifyResolutionInfo_hasViewPortCropRect_cropRectMatched() constant
1763 val resolution = Size(1920, 1080) in verifyResolutionInfo_hasViewPortCropRectAndEncoderAlignment_cropRectAligned() constant
1781 val resolution = Size(123, 456) // An arbitrary resolution from StreamSharing. in verifyResolutionInfo_simulateStreamSharing_contentMatched() constant
1794 val resolution = Size(123, 456) // An arbitrary resolution from StreamSharing. in verifyResolutionInfo_simulateStreamSharing_setTargetRotationAndMirroringOnBackCamera() constant
1810 val resolution = Size(123, 456) // An arbitrary resolution from StreamSharing. in verifyResolutionInfo_simulateStreamSharing_setTargetRotationAndMirroringOnFrontCamera() constant
[all …]
/camera/camera-core/src/androidTest/java/androidx/camera/core/
DSurfaceRequestTest.kt66 val resolution = Size(640, 480) in <lambda>() constant
73 val resolution = Size(640, 480) in <lambda>() constant
81 val resolution = Size(640, 480) in <lambda>() constant
/camera/camera-testing/src/main/java/androidx/camera/testing/impl/
DEncoderProfilesUtil.kt169 { resolution, frameRate, bitDepth, hdrFormat -> in <lambda>() method
197 videoProfileProvider = { resolution, frameRate, bitDepth, hdrFormat -> in <lambda>() method
/camera/viewfinder/viewfinder-view/src/main/java/androidx/camera/viewfinder/view/
DViewfinderTransformation.java102 void setResolution(@NonNull Size resolution) { in setResolution()
DViewfinderView.java300 Size resolution = new Size(surfaceRequest.getWidth(), surfaceRequest.getHeight()); in requestSurfaceSessionAsync() local
/camera/viewfinder/viewfinder-compose/src/androidTest/kotlin/androidx/camera/viewfinder/compose/
DGoldenCommon.kt147 val resolution = testParams.sourceResolution in drawFaceToSurface() constant
/camera/camera-video/src/main/java/androidx/camera/video/internal/encoder/
DVideoEncoderConfig.java133 public abstract @NonNull Builder setResolution(@NonNull Size resolution); in setResolution()
/camera/camera-extensions/src/main/java/androidx/camera/extensions/
DExtensionsInfo.java167 @ExtensionMode.Mode int mode, @Nullable Size resolution) { in getEstimatedCaptureLatencyRange()

12