HomeSort by relevance Sort by last modified time
    Searched defs:plane0 (Results 1 - 13 of 13) 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 +
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 98 * @plane0: holds the whole buffer if YUV format is not planar
113 void *plane0; member in struct:mm_lib2d_yuv_buffer_t
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 97 * @plane0: holds the whole buffer if YUV format is not planar
112 void *plane0; member in struct:mm_lib2d_yuv_buffer_t
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon49594
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon49672
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 326 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon49750
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
c2d2.h 326 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon49826
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon49908
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon49974
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 326 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon50047
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
c2d2.h 326 void *plane0; /* holds the whole buffer if YUV format is not planar */ member in struct:__anon50119
    [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 242 milliseconds