Home
last modified time | relevance | path

Searched refs:profileToDynamicRange (Results 1 – 7 of 7) sorted by relevance

/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/compat/
DDynamicRangeProfilesCompatApi33Impl.kt56 private fun profileToDynamicRange(profile: Long): DynamicRange { in unwrap() method
57 val result = DynamicRangeConversions.profileToDynamicRange(profile) in unwrap()
70 dynamicRangeSet.add(profileToDynamicRange(profile)) in profileSetToDynamicRangeSet()
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/params/
DDynamicRangesCompatApi33Impl.java68 private static @NonNull DynamicRange profileToDynamicRange(long profile) { in profileToDynamicRange() method in DynamicRangesCompatApi33Impl
69 return Preconditions.checkNotNull(DynamicRangeConversions.profileToDynamicRange(profile), in profileToDynamicRange()
85 dynamicRangeSet.add(profileToDynamicRange(profile)); in profileSetToDynamicRangeSet()
DDynamicRangeConversions.java98 public static @Nullable DynamicRange profileToDynamicRange(long profile) { in profileToDynamicRange() method in DynamicRangeConversions
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/internal/
DDynamicRangeConversions.kt79 fun profileToDynamicRange(profile: Long): DynamicRange? { in profileToDynamicRange() method
DDynamicRangeResolver.kt461 DynamicRangeConversions.profileToDynamicRange(recommendedProfile) in getRecommended10BitDynamicRange()
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/adapter/
DCameraInfoAdapter.kt347 return profileSet.map { profileToDynamicRange(it) }.toSet() in <lambda>()
350 private fun profileToDynamicRange(profile: Long): DynamicRange { in <lambda>() method
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/
DDynamicRangeResolver.java415 return DynamicRangeConversions.profileToDynamicRange(recommendedProfile); in getRecommended10BitDynamicRange()