HomeSort by relevance Sort by last modified time
    Searched refs:whitePoint (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/native/libs/gui/
HdrMetadata.cpp 79 smpte2086.whitePoint.x != rhs.smpte2086.whitePoint.x ||
80 smpte2086.whitePoint.y != rhs.smpte2086.whitePoint.y ||
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 72 egl_smpte2086_metadata.whitePoint = { EGL_DONT_CARE, EGL_DONT_CARE };
127 egl_smpte2086_metadata.whitePoint.x = value;
131 egl_smpte2086_metadata.whitePoint.y = value;
168 egl_smpte2086_metadata.whitePoint.x == EGL_DONT_CARE ||
169 egl_smpte2086_metadata.whitePoint.y == EGL_DONT_CARE ||
182 metadata.whitePoint.x = static_cast<float>(egl_smpte2086_metadata.whitePoint.x) / EGL_METADATA_SCALING_EXT;
183 metadata.whitePoint.y = static_cast<float>(egl_smpte2086_metadata.whitePoint.y) / EGL_METADATA_SCALING_EXT;
241 *value = egl_smpte2086_metadata.whitePoint.x
    [all...]
egl_object.h 172 struct egl_xy_color whitePoint;
  /cts/apps/CtsVerifier/include/colorchecker/
whitebalancetest.h 48 int findCorrelatedColorTemp(const Vec3f &whitePoint);
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java     [all...]
  /frameworks/native/libs/ui/
ColorSpace.cpp 151 const float2& whitePoint,
156 , mRGBtoXYZ(computeXYZMatrix(primaries, whitePoint))
162 , mWhitePoint(whitePoint) {
168 const float2& whitePoint,
172 , mRGBtoXYZ(computeXYZMatrix(primaries, whitePoint))
179 , mWhitePoint(whitePoint) {
185 const float2& whitePoint,
189 , mRGBtoXYZ(computeXYZMatrix(primaries, whitePoint))
196 , mWhitePoint(whitePoint) {
200 const std::array<float2, 3>& primaries, const float2& whitePoint) {
    [all...]
  /frameworks/native/libs/ui/include/ui/
ColorSpace.h 108 const float2& whitePoint,
126 const float2& whitePoint,
142 const float2& whitePoint,
258 const std::array<float2, 3>& primaries, const float2& whitePoint);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java 240 float[] whitePoint = cs.getWhitePoint();
242 assertNotNull(whitePoint);
243 assertEquals(2, whitePoint.length);
245 assertEquals(SRGB_WHITE_POINT_xyY[0], whitePoint[0], 1e-5f);
246 assertEquals(SRGB_WHITE_POINT_xyY[1], whitePoint[1], 1e-5f);
283 float[] whitePoint = cs.getWhitePoint();
285 assertNotNull(whitePoint);
286 assertEquals(2, whitePoint.length);
289 assertEquals(SRGB_WHITE_POINT_xyY[0], whitePoint[0], 1e-3f);
290 assertEquals(SRGB_WHITE_POINT_xyY[1], whitePoint[1], 1e-3f)
    [all...]
  /hardware/qcom/display/msm8909/include/
color_metadata.h 100 uint32_t whitePoint[2]; // unit 1/50000;
  /hardware/qcom/display/msm8909w_3100/include/
color_metadata.h 100 uint32_t whitePoint[2]; // unit 1/50000;
  /hardware/qcom/display/msm8998/include/
color_metadata.h 100 uint32_t whitePoint[2]; // unit 1/50000;
  /system/core/libsystem/include/system/
graphics.h 254 struct android_xy_color whitePoint;
  /external/pdfium/third_party/lcms/src/
cmscam02.c 371 lpMod ->adoptedWhite.XYZ[0] = pVC ->whitePoint.X;
372 lpMod ->adoptedWhite.XYZ[1] = pVC ->whitePoint.Y;
373 lpMod ->adoptedWhite.XYZ[2] = pVC ->whitePoint.Z;
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 145 .whitePoint = {
  /external/pdfium/third_party/libtiff/
tif_getimage.c     [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.cpp 1028 hdr_stream.white_point_x = primaries.whitePoint[0];
1029 hdr_stream.white_point_y = primaries.whitePoint[1];
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp 1016 hdr_stream.white_point_x = primaries.whitePoint[0];
1017 hdr_stream.white_point_y = primaries.whitePoint[1];
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 354 Vector_3by1 whitePoint(Xw, Yw, Zw);
357 Vector_3by1 RGB_Sum_XYZ = RGB_xyz.Inverse().TransformVector(whitePoint);
566 CPDF_Array* pParam = pDict->GetArrayFor("WhitePoint");
610 CPDF_Array* pParam = pDict->GetArrayFor("WhitePoint");
718 CPDF_Array* pParam = pDict->GetArrayFor("WhitePoint");
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 880 mHdrMetadata.smpte2086.whitePoint.x},
882 mHdrMetadata.smpte2086.whitePoint.y},
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_hdmi.cpp     [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl     [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 1151 milliseconds

1 2