Home
last modified time | relevance | path

Searched defs:supportedDynamicRanges (Results 1 – 8 of 8) sorted by relevance

/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/compat/
DDynamicRangeProfilesCompat.kt31 public val supportedDynamicRanges: Set<DynamicRange> constant in androidx.camera.camera2.pipe.integration.compat.DynamicRangeProfilesCompat
95 val supportedDynamicRanges: Set<DynamicRange> constant
DDynamicRangeProfilesCompatBaseImpl.kt25 override val supportedDynamicRanges: Set<DynamicRange> constant in androidx.camera.camera2.pipe.integration.compat.DynamicRangeProfilesCompatBaseImpl
DDynamicRangeProfilesCompatApi33Impl.kt29 override val supportedDynamicRanges: Set<DynamicRange> constant in androidx.camera.camera2.pipe.integration.compat.DynamicRangeProfilesCompatApi33Impl
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/
DDynamicRangeResolver.java107 Set<DynamicRange> supportedDynamicRanges = mDynamicRangesInfo.getSupportedDynamicRanges(); in resolveAndValidateDynamicRanges() local
167 private DynamicRange resolveDynamicRangeAndUpdateConstraints( in resolveDynamicRangeAndUpdateConstraints()
/camera/camera-camera2/src/test/java/androidx/camera/camera2/internal/
DCamera2CameraInfoImplTest.java860 Set<DynamicRange> supportedDynamicRanges = cameraInfo.querySupportedDynamicRanges( in apiVersionMet_canReturnOnlySupportedHdrDynamicRanges() local
877 Set<DynamicRange> supportedDynamicRanges = cameraInfo.querySupportedDynamicRanges( in apiVersionMet_canReturnSupportedDynamicRanges() local
965 Set<DynamicRange> supportedDynamicRanges = cameraInfo.querySupportedDynamicRanges( in apiVersionMet_canReturnSupportedDynamicRanges_fromFullySpecified() local
978 Set<DynamicRange> supportedDynamicRanges = cameraInfo.querySupportedDynamicRanges( in apiVersionNotMet_canReturnSupportedDynamicRanges() local
1003 Set<DynamicRange> supportedDynamicRanges = cameraInfo.querySupportedDynamicRanges( in apiVersionNotMet_queryHdrDynamicRangeNotSupported() local
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/internal/
DDynamicRangeResolver.kt51 val supportedDynamicRanges = dynamicRangesInfo.supportedDynamicRanges in is10BitDynamicRangeSupported() constant
/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/
DCamera2CameraImplTest.java1425 Set<DynamicRange> supportedDynamicRanges = in lowLightBoostDisabled_whenHdr10BitEnabled() local
/camera/integration-tests/coretestapp/src/main/java/androidx/camera/integration/core/
DCameraXActivity.java2122 Set<DynamicRange> supportedDynamicRanges = Collections.singleton(DynamicRange.SDR); in updateDynamicRangeConfiguration() local