HomeSort by relevance Sort by last modified time
    Searched defs:plane0 (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/math/
m_dotprod_tmp.h 44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; local
47 *out = (coord[0] * plane0 +
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
68 *out = (coord[0] * plane0 +
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
89 *out = (coord[0] * plane0 +
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon25654
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon25732
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon25803
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon25869
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon25941
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 825 Image.Plane plane0 = image.getPlanes()[0]; local
    [all...]
OneCameraZslImpl.java 1017 Image.Plane plane0 = img.getPlanes()[0]; local
    [all...]

Completed in 173 milliseconds