Searched defs:dynamicRangeProfile (Results 1 – 9 of 9) sorted by relevance
35 val dynamicRangeProfile = dynamicRangeToFirstSupportedProfile(dynamicRange) in getDynamicRangeCaptureRequestConstraints() constant43 val dynamicRangeProfile = dynamicRangeToFirstSupportedProfile(dynamicRange) in isExtraLatencyPresent() constant
43 Long dynamicRangeProfile = dynamicRangeToFirstSupportedProfile(dynamicRange); in getDynamicRangeCaptureRequestConstraints() local57 Long dynamicRangeProfile = dynamicRangeToFirstSupportedProfile(dynamicRange); in isExtraLatencyPresent() local
131 long dynamicRangeProfile) { in setDynamicRangeProfile()205 public void setDynamicRangeProfile(long dynamicRangeProfile) { in setDynamicRangeProfile()
166 public val dynamicRangeProfile: DynamicRangeProfile? in toString() constant183 public val dynamicRangeProfile: DynamicRangeProfile?, in toString() constant in androidx.camera.camera2.pipe.Config
633 val dynamicRangeProfile = streamConfig.outputs[0].dynamicRangeProfile in <lambda>() constant671 val dynamicRangeProfile = streamConfig.outputs[0].dynamicRangeProfile in <lambda>() constant726 val dynamicRangeProfile = streamConfig.outputs[0].dynamicRangeProfile in <lambda>() constant
218 val dynamicRangeProfile: OutputStream.DynamicRangeProfile?, in <lambda>() constant in androidx.camera.camera2.pipe.graph.StreamGraphImpl.OutputConfig243 override val dynamicRangeProfile: OutputStream.DynamicRangeProfile?, in <lambda>() constant in androidx.camera.camera2.pipe.graph.StreamGraphImpl.OutputStreamImpl
459 long dynamicRangeProfile = DynamicRangeProfiles.STANDARD; in getOutputConfigurationCompat() local
1374 var dynamicRangeProfile: DynamicRangeProfile? = null in <lambda>() variable