/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 +
|
/hardware/qcom/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
|
/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 | 943 static const UChar plane2[]={ 0xd845, 0xdddd }; variable 963 { 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:__anon33208 [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:__anon33286 [all...] |
copybit_c2d.cpp | 587 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset); [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
c2d2.h | 331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33357 [all...] |
copybit_c2d.cpp | 586 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:__anon33431 [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:__anon33497 [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:__anon33570 [all...] |
copybit_c2d.cpp | 592 surfaceDef.plane2 = (void*) (handle->base + yuvInfo.plane2_offset); [all...] |
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
C2DColorConverter.cpp | 316 surfaceDef->plane2 = NULL; 354 srcSurfaceDef->plane2 = (uint8_t *)srcSurfaceDef->plane1 + mSrcYSize/4; 368 dstSurfaceDef->plane2 = (uint8_t *)dstSurfaceDef->plane1 + mDstYSize/4; 708 base = (uint8_t *)dstSurfaceDef->plane2;
|
/external/libvpx/libvpx/ |
vpxenc.c | 555 uint16_t *plane1, *plane2; local 568 plane2 = (uint16_t*)img2->planes[VPX_PLANE_Y]; 579 *(plane2 + (i + k) * stride2 + j + l)) { 583 yloc[3] = *(plane2 + (i + k) * stride2 + j + l); 594 plane2 = (uint16_t*)img2->planes[VPX_PLANE_U]; 605 *(plane2 + (i + k) * stride2 + j + l)) { 609 uloc[3] = *(plane2 + (i + k) * stride2 + j + l); 620 plane2 = (uint16_t*)img2->planes[VPX_PLANE_V]; 631 *(plane2 + (i + k) * stride2 + j + l)) { 635 vloc[3] = *(plane2 + (i + k) * stride2 + j + l) [all...] |
/hardware/qcom/media/msm8974/libc2dcolorconvert/ |
C2DColorConverter.cpp | 326 srcSurfaceDef->plane2 = (uint8_t *)srcSurfaceDef->plane1 + mSrcYSize/4; 338 dstSurfaceDef->plane2 = (uint8_t *)dstSurfaceDef->plane1 + mDstYSize/4; 653 base = (uint8_t *)dstSurfaceDef->plane2;
|
/external/webrtc/talk/media/base/ |
videoframe_unittest.h | 442 const uint8_t* plane2, 448 const uint8_t* r2 = plane2; [all...] |