HomeSort by relevance Sort by last modified time
    Searched full:planes (Results 151 - 175 of 302) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/quake/quake/src/QW/client/
model.c 775 out->plane = loadmodel->planes + planenum;
856 out->plane = loadmodel->planes + p;
945 hull->planes = loadmodel->planes;
957 hull->planes = loadmodel->planes;
996 hull->planes = loadmodel->planes;
1000 out->planenum = in->plane - loadmodel->planes;
1083 loadmodel->planes = out
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 784 out->plane = loadmodel->planes + planenum;
870 out->plane = loadmodel->planes + p;
966 hull->planes = loadmodel->planes;
978 hull->planes = loadmodel->planes;
1017 hull->planes = loadmodel->planes;
1021 out->planenum = in->plane - loadmodel->planes;
1105 loadmodel->planes = out
    [all...]
model.cpp 793 out->plane = loadmodel->planes + planenum;
874 out->plane = loadmodel->planes + p;
963 hull->planes = loadmodel->planes;
975 hull->planes = loadmodel->planes;
1014 hull->planes = loadmodel->planes;
1018 out->planenum = in->plane - loadmodel->planes;
1101 loadmodel->planes = out
    [all...]
sv_phys.cpp 220 The basic solid body movement clip that slides along multiple planes
235 vec3_t planes[MAX_CLIP_PLANES]; local
314 VectorCopy (trace.plane.normal, planes[numplanes]);
318 // modify original_velocity so it parallels all of the clip planes
322 ClipVelocity (original_velocity, planes[i], new_velocity, 1);
326 if (DotProduct (new_velocity, planes[j]) < 0)
345 CrossProduct (planes[0], planes[1], dir);
    [all...]
world.cpp 64 Set up the planes and clipnodes so that the six floats of a bounding box
74 box_hull.planes = box_planes;
503 plane = hull->planes + node->planenum;
615 plane = hull->planes + node->planenum;
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 713 struct v4l2_plane planes[1]; local
717 memset(planes, 0, sizeof(planes));
721 buffer.m.planes = planes;
731 memset(planes, 0, sizeof(planes));
738 buffer.m.planes = planes;
739 buffer.m.planes[0].m.fd = h->fd
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp     [all...]
QCameraHWI_Still.cpp 665 uint32_t planes[VIDEO_MAX_PLANES]; local
701 &num_planes, planes);
704 frame_len, 0, planes[0], MSM_PMEM_RAW_MAINIMG,
706 num_planes, planes) < 0) {
769 uint32_t planes[VIDEO_MAX_PLANES]; local
824 planes[0] = dim->picture_frame_offset.mp[0].len;
825 planes[1] = dim->picture_frame_offset.mp[1].len;
832 MSM_PMEM_MAX, NULL, NULL, num_planes, planes) < 0) {
840 &reg_buf.snapshot.main, num_planes, planes) < 0) {
846 planes[0] = dim->thumb_frame_offset.mp[0].len
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 352 /* two planes -- one Y, one Cr + Cb interleaved */
360 /* two non contiguous planes - one Y, one Cr + Cb interleaved */
364 /* three non contiguous planes - Y, Cb, Cr */
618 * Multi-planar buffers consist of one or more planes, e.g. an YCbCr buffer
619 * with two planes can have one plane for Y, and another for interleaved CbCr
651 * @planes: for multiplanar buffers; userspace pointer to the array of plane
655 * planes array for multi-plane buffers
676 struct v4l2_plane *planes; member in union:v4l2_buffer::__anon10020
    [all...]
  /hardware/samsung_slsi/exynos5/include/
videodev2.h 353 /* two planes -- one Y, one Cr + Cb interleaved */
361 /* two non contiguous planes - one Y, one Cr + Cb interleaved */
365 /* three non contiguous planes - Y, Cb, Cr */
597 * Multi-planar buffers consist of one or more planes, e.g. an YCbCr buffer
598 * with two planes can have one plane for Y, and another for interleaved CbCr
633 * @planes: for multiplanar buffers; userspace pointer to the array of plane
637 * planes array for multi-plane buffers
658 struct v4l2_plane *planes; member in union:v4l2_buffer::__anon21182
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 605 uint32_t planes[VIDEO_MAX_PLANES]; local
632 &num_planes, planes);
635 frame_len, 0, planes[0], MSM_PMEM_RAW_MAINIMG,
637 num_planes, planes) < 0) {
700 uint32_t planes[VIDEO_MAX_PLANES]; local
755 planes[0] = dim->picture_frame_offset.mp[0].len;
756 planes[1] = dim->picture_frame_offset.mp[1].len;
763 MSM_PMEM_MAX, NULL, NULL, num_planes, planes) < 0) {
771 &reg_buf.snapshot.main, num_planes, planes) < 0) {
777 planes[0] = dim->thumb_frame_offset.mp[0].len
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay.c 537 printf("Created %dx%dx%d %s %s overlay\n",overlay->w,overlay->h,overlay->planes,
545 for(i=0; i<overlay->planes; i++)
testoverlay2.c 485 printf("Created %dx%dx%d %s %s overlay\n",overlay->w,overlay->h,overlay->planes,
494 for(i=0; i<overlay->planes; i++)
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_FiltersAPI.h 91 * @brief Texture (YUV) planes structure
92 * @note This structure details the image planes for the output textures:
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 268 * with the right and bottom clipping planes set to the given
269 * values. Left and top clipping planes are set to 0. Near and
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix4f.java 268 * with the right and bottom clipping planes set to the given
269 * values. Left and top clipping planes are set to 0. Near and
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 197 int planes; member in struct:android::node_info
405 int planes; member in struct:android::stream_parameters
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 97 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member in struct:mm_camera_frame_t
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
AbstractBox.java 95 * Update the normals of each of the box's planes.
  /external/libvpx/libvpx/test/
test_vector_test.cc 93 uint8_t *buf = img.planes[plane];
  /external/libvpx/libvpx/vpx/
vpx_image.h 126 unsigned char *planes[4]; /**< pointer to the top left pixel for each plane */ member in struct:vpx_image
  /external/libvpx/libvpx/
vpxdec.c 73 "Flip the chroma planes in the output");
1100 buf = img->planes[VPX_PLANE_Y];
    [all...]
  /external/quake/quake/src/QW/server/
world.c 64 Set up the planes and clipnodes so that the six floats of a bounding box
74 box_hull.planes = box_planes;
465 plane = hull->planes + node->planenum;
567 plane = hull->planes + node->planenum;
  /frameworks/av/libvideoeditor/vss/inc/
M4PTO3GPP_API.h 103 * @param pImagePlanes(IN/OUT) Pointer to an array of three valid image planes
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalFunctions.h 44 * @param pPlaneOut (IN/OUT) Pointer to an array of 3 planes that will

Completed in 925 milliseconds

1 2 3 4 5 67 8 91011>>