Searched refs:profileToDynamicRange (Results 1 – 7 of 7) sorted by relevance
56 private fun profileToDynamicRange(profile: Long): DynamicRange { in unwrap() method57 val result = DynamicRangeConversions.profileToDynamicRange(profile) in unwrap()70 dynamicRangeSet.add(profileToDynamicRange(profile)) in profileSetToDynamicRangeSet()
68 private static @NonNull DynamicRange profileToDynamicRange(long profile) { in profileToDynamicRange() method in DynamicRangesCompatApi33Impl69 return Preconditions.checkNotNull(DynamicRangeConversions.profileToDynamicRange(profile), in profileToDynamicRange()85 dynamicRangeSet.add(profileToDynamicRange(profile)); in profileSetToDynamicRangeSet()
98 public static @Nullable DynamicRange profileToDynamicRange(long profile) { in profileToDynamicRange() method in DynamicRangeConversions
79 fun profileToDynamicRange(profile: Long): DynamicRange? { in profileToDynamicRange() method
461 DynamicRangeConversions.profileToDynamicRange(recommendedProfile) in getRecommended10BitDynamicRange()
347 return profileSet.map { profileToDynamicRange(it) }.toSet() in <lambda>()350 private fun profileToDynamicRange(profile: Long): DynamicRange { in <lambda>() method
415 return DynamicRangeConversions.profileToDynamicRange(recommendedProfile); in getRecommended10BitDynamicRange()