HomeSort by relevance Sort by last modified time
    Searched defs:plane (Results 51 - 75 of 83) sorted by null

1 23 4

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 838 ExynosVideoPlane plane; local
839 plane.addr = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->pBuffer;
840 plane.allocSize = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->nAllocLen;
841 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0];
842 if (pInbufOps->Register(hMFCHandle, &plane, MFC_INPUT_BUFFER_PLANE) != VIDEO_ERROR_NONE) {
994 int plane; local
1605 int i, plane; local
1695 int i, plane; local
1933 int plane; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 909 int plane; local
1011 ExynosVideoPlane plane; local
1696 int i = 0, plane = 0; local
1772 int plane; local
1869 int plane = 0; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c 1034 int plane; local
1143 ExynosVideoPlane plane; local
1894 int i = 0, plane = 0; local
1973 int plane; local
2070 int plane = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 1183 int32_t plane; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 295 float plane[DRAW_TOTAL_CLIP_PLANES][4]; member in struct:draw_context
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 605 unsigned char *plane[4][3]; local
681 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset);
716 x->e_mbd.pre.y_buffer = plane[this_ref_frame][0];
717 x->e_mbd.pre.u_buffer = plane[this_ref_frame][1];
718 x->e_mbd.pre.v_buffer = plane[this_ref_frame][2];
    [all...]
rdopt.c 1972 unsigned char *plane[4][3]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 1159 int plane; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 92 struct macroblock_plane plane[MAX_MB_PLANE]; member in struct:macroblock
vp9_rdopt.c 393 struct macroblock_plane *const p = &x->plane[i];
394 struct macroblockd_plane *const pd = &xd->plane[i];
420 struct macroblock_plane *const p = &x->plane[0];
421 struct macroblockd_plane *const pd = &xd->plane[0];
489 int plane, int block,
495 struct macroblockd_plane *pd = &xd->plane[plane];
556 static void dist_block(int plane, int block, TX_SIZE tx_size, void *arg) {
561 struct macroblock_plane *const p = &x->plane[plane];
1297 int plane; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 1183 int32_t plane; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 295 float plane[DRAW_TOTAL_CLIP_PLANES][4]; member in struct:draw_context
  /external/svox/pico/lib/
picospho.c 462 picoos_uint8 plane, unshifted; local
464 unshifted = picotrns_unplane(sym,&plane);
465 PICODBG_TRACE(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,spho->phonWritePos));
939 picoos_uint8 plane; local
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 838 GLfixed frustumPlaneDist(int plane, const vec4_t& s)
840 const GLfixed d = s.v[ plane >> 1 ];
841 return ((plane & 1) ? (s.w - d) : (s.w + d));
859 // Temporary buffer to hold the new vertices. Each plane can add up to
879 // 3 input vertices, 0 in the output list, first plane
884 // clipping, except for the computation of the distance (vertex, plane)
890 unsigned int plane = 0; local
899 // previous vertex, compute distance to the plane
901 const vec4_t& equation = c->clipPlanes.plane[plane].equation
956 unsigned int plane = 0; local
1039 unsigned int plane = 0; local
1075 unsigned int plane = 0; local
    [all...]
context.h 272 clip_plane_t plane[OGLES_MAX_CLIP_PLANES]; member in struct:android::gl::user_clip_planes_t
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 170 struct v4l2_plane plane; local
191 v4l2_buf.m.planes = &plane;
208 v4l2_buf.m.planes = &plane;
1441 struct v4l2_plane plane; local
1572 struct v4l2_plane plane; local
1660 struct v4l2_plane plane; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 224 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
278 v4l2_buf.m.planes = plane;
322 v4l2_buf.m.planes = plane;
1683 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
1833 struct v4l2_plane plane; local
1974 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 1447 struct ureg plane = local
1457 struct ureg plane = local
    [all...]
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
WaterFilter.java 73 private Plane plane; field in class:WaterFilter
152 plane = new Plane(Vector3f.UNIT_Y, new Vector3f(0, waterHeight, 0).dot(Vector3f.UNIT_Y));
153 reflectionProcessor.setReflectionClipPlane(plane);
155 if (!ray.intersectsWherePlane(plane, targetLocation)) {
157 ray.intersectsWherePlane(plane, targetLocation);
160 Vector3f loc = plane.reflect(sceneCam.getLocation(), new Vector3f());
172 float planeDistance = plane.pseudoDistance(vars.vect1);
173 vars.vect2.set(plane.getNormal()).multLocal(planeDistance * 2.0f)
    [all...]