Home
last modified time | relevance | path

Searched defs:dynamicRangesCompat (Results 1 – 6 of 6) sorted by relevance

/camera/camera-camera2/src/test/java/androidx/camera/camera2/internal/compat/params/
DDynamicRangesCompatTest.kt56 val dynamicRangesCompat = DynamicRangesCompat.toDynamicRangesCompat(HLG10_UNCONSTRAINED) in canWrapAndUnwrapDynamicRangeProfiles() constant
65 val dynamicRangesCompat = DynamicRangesCompat.toDynamicRangesCompat(HLG10_UNCONSTRAINED) in canSupportDynamicRangeFromHlg10Profile() constant
72 val dynamicRangesCompat = DynamicRangesCompat.toDynamicRangesCompat(HDR10_UNCONSTRAINED) in canSupportDynamicRangeFromHdr10Profile() constant
79 val dynamicRangesCompat = in canSupportDynamicRangeFromHdr10PlusProfile() constant
87 val dynamicRangesCompat = in canSupportDynamicRangeFromDolbyVision10bProfile() constant
95 val dynamicRangesCompat = in canSupportDynamicRangeFromDolbyVision8bProfile() constant
133 val dynamicRangesCompat = in producesDynamicRangeWithCorrectLatency() constant
142 val dynamicRangesCompat = DynamicRangesCompat.toDynamicRangesCompat(HLG10_UNCONSTRAINED) in canProduceDynamicRangeWithoutConstraints() constant
152 val dynamicRangesCompat = DynamicRangesCompat.fromCameraCharacteristics(characteristics) in producesNullDynamicRangeProfilesFromNullCharacteristics() constant
164 val dynamicRangesCompat = DynamicRangesCompat.fromCameraCharacteristics(characteristics) in canProduceDynamicRangesCompatFromCharacteristics() constant
[all …]
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/
DCaptureSession.java139 CaptureSession(@NonNull DynamicRangesCompat dynamicRangesCompat) { in CaptureSession()
146 CaptureSession(@NonNull DynamicRangesCompat dynamicRangesCompat, in CaptureSession()
155 CaptureSession(@NonNull DynamicRangesCompat dynamicRangesCompat, in CaptureSession()
163 CaptureSession(@NonNull DynamicRangesCompat dynamicRangesCompat, in CaptureSession()
DCamera2CameraInfoImpl.java498 DynamicRangesCompat dynamicRangesCompat = DynamicRangesCompat.fromCameraCharacteristics( in getSupportedDynamicRanges() local
DProcessingCaptureSession.java124 @NonNull DynamicRangesCompat dynamicRangesCompat, @NonNull Executor executor, in ProcessingCaptureSession()
/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/
DProcessingCaptureSessionTest.kt190 val dynamicRangesCompat = in createProcessingCaptureSession() constant
DCamera2RequestProcessorTest.kt83 private lateinit var dynamicRangesCompat: DynamicRangesCompat variable in androidx.camera.camera2.internal.Camera2RequestProcessorTest