/external/mesa3d/src/mesa/math/ |
m_dotprod_tmp.h | 44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; local 48 coord[1] * plane1 + 64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local 69 coord[1] * plane1 + 85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; local 90 coord[1] * plane1 +
|
/external/opencv/cxcore/src/ |
cxconvert.cpp | 50 arrtype_ptr plane1 = ptr[1]; 54 arrtype_ptr plane1 = ptr[1]; \ 59 arrtype_ptr plane1 = ptr[1]; \ 74 plane1[j] = t1; \ 77 plane1 += dststep; \ 92 plane1[j] = t1; \ 96 plane1 += dststep; \ 111 plane1[j] = t1; \ 120 plane1 += dststep; \ 225 arrtype t1 = plane1[j]; [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/inc/ |
mm_lib2d.h | 101 * @plane1: holds UV or VU plane for planar interleaved 116 void *plane1; member in struct:mm_lib2d_yuv_buffer_t
|
/hardware/qcom/media/msm8974/libc2dcolorconvert/ |
C2DColorConverter.cpp | 287 surfaceDef->plane1 = (void *)0xaaaaaaaa; 324 srcSurfaceDef->plane1 = (uint8_t *)data + mSrcYSize; 326 srcSurfaceDef->plane2 = (uint8_t *)srcSurfaceDef->plane1 + mSrcYSize/4; 336 dstSurfaceDef->plane1 = (uint8_t *)data + mDstYSize; 338 dstSurfaceDef->plane2 = (uint8_t *)dstSurfaceDef->plane1 + mDstYSize/4; 644 base = (uint8_t *)dstSurfaceDef->plane1; 664 base = (uint8_t *)dstSurfaceDef->plane1;
|
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
C2DColorConverter.cpp | 312 surfaceDef->plane1 = (void *)0xaaaaaaaa; 350 srcSurfaceDef->plane1 = (uint8_t *)data + mSrcYSize; 354 srcSurfaceDef->plane2 = (uint8_t *)srcSurfaceDef->plane1 + mSrcYSize/4; 364 dstSurfaceDef->plane1 = (uint8_t *)data + mDstYSize; 368 dstSurfaceDef->plane2 = (uint8_t *)dstSurfaceDef->plane1 + mDstYSize/4; 699 base = (uint8_t *)dstSurfaceDef->plane1; 719 base = (uint8_t *)dstSurfaceDef->plane1;
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 869 LLVMValueRef plane1, planes, plane_ptr, sum; local [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/ |
mm_lib2d_test.c | 489 src_buffer.yuv_buffer.plane1 = (int8_t *)m_yuv_memHandle.vaddr + 518 // DUMP_TO_FILE2(filename_in, src_buffer.yuv_buffer.plane0, y_plane_size, src_buffer.yuv_buffer.plane1, crcb_plane_size);
|
/external/libvpx/libvpx/ |
vpxenc.c | 555 uint16_t *plane1, *plane2; local 567 plane1 = (uint16_t*)img1->planes[VPX_PLANE_Y]; 578 if (*(plane1 + (i + k) * stride1 + j + l) != 582 yloc[2] = *(plane1 + (i + k) * stride1 + j + l); 593 plane1 = (uint16_t*)img1->planes[VPX_PLANE_U]; 604 if (*(plane1 + (i + k) * stride1 + j + l) != 608 uloc[2] = *(plane1 + (i + k) * stride1 + j + l); 619 plane1 = (uint16_t*)img1->planes[VPX_PLANE_V]; 630 if (*(plane1 + (i + k) * stride1 + j + l) != 634 vloc[2] = *(plane1 + (i + k) * stride1 + j + l) [all...] |
/external/icu/icu4c/source/test/cintltst/ |
bocu1tst.c | 942 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable 962 { plane1, UPRV_LENGTHOF(plane1) },
|
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/ |
mm_lib2d.c | 243 p_frame->frame[0].plane[1].addr = yuv_buffer->plane1;
|
/hardware/qcom/display/msm8084/libcopybit/ |
copybit_c2d.cpp | 577 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); [all...] |
c2d2.h | 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32370 [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
copybit_c2d.cpp | 583 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); [all...] |
c2d2.h | 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32448 [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
copybit_c2d.cpp | 582 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); [all...] |
c2d2.h | 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32519 [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 567 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); [all...] |
c2d2.h | 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32593 [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
copybit_c2d.cpp | 586 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); [all...] |
c2d2.h | 328 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32659 [all...] |
/hardware/qcom/display/msm8996/libcopybit/ |
copybit_c2d.cpp | 588 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); [all...] |
c2d2.h | 329 void *plane1; /* holds UV or VU plane for planar interleaved */ member in struct:__anon32732 [all...] |
/external/opencv3/modules/viz/test/ |
tests_simple.cpp | 430 viz.showWidget("plane1", WPlane(Size2d(0.25, 0.75)));
|
/external/webrtc/talk/media/base/ |
videoframe_unittest.h | 440 const uint8_t* plane1, 447 const uint8_t* r1 = plane1; [all...] |