Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DCamUtils.java238 final float r = linearized(Color.red(argb)); in yFromInt()
239 final float g = linearized(Color.green(argb)); in yFromInt()
240 final float b = linearized(Color.blue(argb)); in yFromInt()
248 final float r = linearized(Color.red(argb)); in xyzFromInt()
249 final float g = linearized(Color.green(argb)); in xyzFromInt()
250 final float b = linearized(Color.blue(argb)); in xyzFromInt()
279 static float linearized(int rgbComponent) { in linearized() method in CamUtils
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt21659 HSPLcom/android/internal/graphics/cam/CamUtils;->linearized(I)F
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt21723 HSPLcom/android/internal/graphics/cam/CamUtils;->linearized(I)F