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

  /external/chromium_org/third_party/mesa/src/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 +
  /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 +
  /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/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 944 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
964 { plane2, LENGTHOF(plane2) },
  /external/icu4c/test/cintltst/
bocu1tst.c 945 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
965 { plane2, LENGTHOF(plane2) },
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33394
    [all...]
copybit_c2d.cpp 571 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33460
    [all...]
copybit_c2d.cpp 582 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33531
    [all...]
copybit_c2d.cpp 571 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset);
    [all...]
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 324 srcSurfaceDef->plane2 = (uint8_t *)srcSurfaceDef->plane1 + mSrcYSize/4;
336 dstSurfaceDef->plane2 = (uint8_t *)dstSurfaceDef->plane1 + mDstYSize/4;
621 base = (uint8_t *)dstSurfaceDef->plane2;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 393 const uint8* plane2, uint32 pitch2,
397 const uint8* r2 = plane2;
    [all...]

Completed in 267 milliseconds