Home
last modified time | relevance | path

Searched defs:dynamicRangeProfile (Results 1 – 9 of 9) sorted by relevance

/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/compat/
DDynamicRangeProfilesCompatApi33Impl.kt35 val dynamicRangeProfile = dynamicRangeToFirstSupportedProfile(dynamicRange) in getDynamicRangeCaptureRequestConstraints() constant
43 val dynamicRangeProfile = dynamicRangeToFirstSupportedProfile(dynamicRange) in isExtraLatencyPresent() constant
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/params/
DDynamicRangesCompatApi33Impl.java43 Long dynamicRangeProfile = dynamicRangeToFirstSupportedProfile(dynamicRange); in getDynamicRangeCaptureRequestConstraints() local
57 Long dynamicRangeProfile = dynamicRangeToFirstSupportedProfile(dynamicRange); in isExtraLatencyPresent() local
/camera/camera-extensions-stub/src/main/java/androidx/camera/extensions/impl/advanced/
DCamera2OutputConfigImplBuilder.java131 long dynamicRangeProfile) { in setDynamicRangeProfile()
205 public void setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
/camera/camera-testlib-extensions/src/main/java/androidx/camera/extensions/impl/advanced/
DCamera2OutputConfigImplBuilder.java131 long dynamicRangeProfile) { in setDynamicRangeProfile()
205 public void setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
/camera/camera-camera2-pipe/src/main/java/androidx/camera/camera2/pipe/
DStreams.kt166 public val dynamicRangeProfile: DynamicRangeProfile? in toString() constant
183 public val dynamicRangeProfile: DynamicRangeProfile?, in toString() constant in androidx.camera.camera2.pipe.Config
/camera/camera-camera2-pipe-integration/src/test/java/androidx/camera/camera2/pipe/integration/impl/
DUseCaseManagerTest.kt633 val dynamicRangeProfile = streamConfig.outputs[0].dynamicRangeProfile in <lambda>() constant
671 val dynamicRangeProfile = streamConfig.outputs[0].dynamicRangeProfile in <lambda>() constant
726 val dynamicRangeProfile = streamConfig.outputs[0].dynamicRangeProfile in <lambda>() constant
/camera/camera-camera2-pipe/src/main/java/androidx/camera/camera2/pipe/graph/
DStreamGraphImpl.kt218 val dynamicRangeProfile: OutputStream.DynamicRangeProfile?, in <lambda>() constant in androidx.camera.camera2.pipe.graph.StreamGraphImpl.OutputConfig
243 override val dynamicRangeProfile: OutputStream.DynamicRangeProfile?, in <lambda>() constant in androidx.camera.camera2.pipe.graph.StreamGraphImpl.OutputStreamImpl
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/
DCaptureSession.java459 long dynamicRangeProfile = DynamicRangeProfiles.STANDARD; in getOutputConfigurationCompat() local
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/impl/
DUseCaseManager.kt1374 var dynamicRangeProfile: DynamicRangeProfile? = null in <lambda>() variable