Searched defs:dynamicRangesCompat (Results 1 – 6 of 6) sorted by relevance
56 val dynamicRangesCompat = DynamicRangesCompat.toDynamicRangesCompat(HLG10_UNCONSTRAINED) in canWrapAndUnwrapDynamicRangeProfiles() constant65 val dynamicRangesCompat = DynamicRangesCompat.toDynamicRangesCompat(HLG10_UNCONSTRAINED) in canSupportDynamicRangeFromHlg10Profile() constant72 val dynamicRangesCompat = DynamicRangesCompat.toDynamicRangesCompat(HDR10_UNCONSTRAINED) in canSupportDynamicRangeFromHdr10Profile() constant79 val dynamicRangesCompat = in canSupportDynamicRangeFromHdr10PlusProfile() constant87 val dynamicRangesCompat = in canSupportDynamicRangeFromDolbyVision10bProfile() constant95 val dynamicRangesCompat = in canSupportDynamicRangeFromDolbyVision8bProfile() constant133 val dynamicRangesCompat = in producesDynamicRangeWithCorrectLatency() constant142 val dynamicRangesCompat = DynamicRangesCompat.toDynamicRangesCompat(HLG10_UNCONSTRAINED) in canProduceDynamicRangeWithoutConstraints() constant152 val dynamicRangesCompat = DynamicRangesCompat.fromCameraCharacteristics(characteristics) in producesNullDynamicRangeProfilesFromNullCharacteristics() constant164 val dynamicRangesCompat = DynamicRangesCompat.fromCameraCharacteristics(characteristics) in canProduceDynamicRangesCompatFromCharacteristics() constant[all …]
139 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()
498 DynamicRangesCompat dynamicRangesCompat = DynamicRangesCompat.fromCameraCharacteristics( in getSupportedDynamicRanges() local
124 @NonNull DynamicRangesCompat dynamicRangesCompat, @NonNull Executor executor, in ProcessingCaptureSession()
190 val dynamicRangesCompat = in createProcessingCaptureSession() constant
83 private lateinit var dynamicRangesCompat: DynamicRangesCompat variable in androidx.camera.camera2.internal.Camera2RequestProcessorTest