Home
last modified time | relevance | path

Searched refs:profileSetToDynamicRangeSet (Results 1 – 3 of 3) sorted by relevance

/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/compat/
DDynamicRangeProfilesCompatApi33Impl.kt30 get() = profileSetToDynamicRangeSet(dynamicRangeProfiles.supportedProfiles)
37 return profileSetToDynamicRangeSet( in getDynamicRangeCaptureRequestConstraints()
64 private fun profileSetToDynamicRangeSet(profileSet: Set<Long>): Set<DynamicRange> { in profileSetToDynamicRangeSet() method in androidx.camera.camera2.pipe.integration.compat.DynamicRangeProfilesCompatApi33Impl
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/params/
DDynamicRangesCompatApi33Impl.java46 return profileSetToDynamicRangeSet( in getDynamicRangeCaptureRequestConstraints()
52 return profileSetToDynamicRangeSet(mDynamicRangeProfiles.getSupportedProfiles()); in getSupportedDynamicRanges()
78 private static @NonNull Set<DynamicRange> profileSetToDynamicRangeSet( in profileSetToDynamicRangeSet() method in DynamicRangesCompatApi33Impl
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/adapter/
DCameraInfoAdapter.kt346 private fun profileSetToDynamicRangeSet(profileSet: Set<Long>): Set<DynamicRange> { in <lambda>() method