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

1 2

  /external/mesa3d/src/mesa/math/
m_dotprod_tmp.h 64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
70 coord[2] * plane2 +
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local
91 coord[2] * plane2 +
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 104 * @plane2: holds the 3. plane, ignored if YUV format is not planar
119 void *plane2; member in struct:mm_lib2d_yuv_buffer_t
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 103 * @plane2: holds the 3. plane, ignored if YUV format is not planar
118 void *plane2; member in struct:mm_lib2d_yuv_buffer_t
  /external/opencv/cxcore/src/
cxconvert.cpp 55 arrtype_ptr plane2 = ptr[2];
60 arrtype_ptr plane2 = ptr[2]; \
93 plane2[j] = t2; \
97 plane2 += dststep; \
116 plane2[j] = t0; \
121 plane2 += dststep; \
243 arrtype t2 = plane2[j]; \
251 plane2 += srcstep; \
267 t0 = plane2[j]; \
275 plane2 += srcstep;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 945 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
965 { plane2, UPRV_LENGTHOF(plane2) },
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon49594
    [all...]
copybit_c2d.cpp 581 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon49672
    [all...]
copybit_c2d.cpp 587 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 332 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon49750
    [all...]
copybit_c2d.cpp 592 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
c2d2.h 332 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon49826
    [all...]
copybit_c2d.cpp 592 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon49908
    [all...]
copybit_c2d.cpp 571 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon49974
    [all...]
copybit_c2d.cpp 590 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 332 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon50047
    [all...]
copybit_c2d.cpp 592 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
c2d2.h 332 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon50119
    [all...]
copybit_c2d.cpp 590 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 324 surfaceDef->plane2 = NULL;
362 srcSurfaceDef->plane2 = (uint8_t *)srcSurfaceDef->plane1 + mSrcYSize/4;
376 dstSurfaceDef->plane2 = (uint8_t *)dstSurfaceDef->plane1 + mDstYSize/4;
716 base = (uint8_t *)dstSurfaceDef->plane2;
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 328 surfaceDef->plane2 = NULL;
368 srcSurfaceDef->plane2 = (uint8_t *)srcSurfaceDef->plane1 + mSrcYSize/4;
382 dstSurfaceDef->plane2 = (uint8_t *)dstSurfaceDef->plane1 + mDstYSize/4;
722 base = (uint8_t *)dstSurfaceDef->plane2;
  /external/libvpx/libvpx/
vpxenc.c 612 uint16_t *plane1, *plane2; local
625 plane2 = (uint16_t *)img2->planes[VPX_PLANE_Y];
636 *(plane2 + (i + k) * stride2 + j + l)) {
640 yloc[3] = *(plane2 + (i + k) * stride2 + j + l);
651 plane2 = (uint16_t *)img2->planes[VPX_PLANE_U];
662 *(plane2 + (i + k) * stride2 + j + l)) {
666 uloc[3] = *(plane2 + (i + k) * stride2 + j + l);
677 plane2 = (uint16_t *)img2->planes[VPX_PLANE_V];
688 *(plane2 + (i + k) * stride2 + j + l)) {
692 vloc[3] = *(plane2 + (i + k) * stride2 + j + l)
    [all...]
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 333 srcSurfaceDef->plane2 = (uint8_t *)srcSurfaceDef->plane1 + mSrcYSize/4;
345 dstSurfaceDef->plane2 = (uint8_t *)dstSurfaceDef->plane1 + mDstYSize/4;
660 base = (uint8_t *)dstSurfaceDef->plane2;

Completed in 539 milliseconds

1 2