Searched refs:planes (Results 1 - 25 of 57) sorted by relevance

123

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DDome.java58 private int planes; field in class:Dome
75 * @param planes
76 * The number of planes along the Z-axis. Must be >= 2.
85 public Dome(int planes, int radialSamples, float radius) { argument
86 this(new Vector3f(0, 0, 0), planes, radialSamples, radius);
92 * For a cone, set planes=2. For a pyramid, set radialSamples=4 and planes=2.
93 * Increasing planes and radialSamples increase the quality of the dome.
97 * @param planes
98 * The number of planes alon
106 Dome(Vector3f center, int planes, int radialSamples, float radius) argument
133 Dome(Vector3f center, int planes, int radialSamples, float radius, boolean insideView) argument
180 updateGeometry(Vector3f center, int planes, int radialSamples, float radius, boolean insideView) argument
[all...]
/external/libvpx/vpx/src/
H A Dvpx_image.c184 img->planes[VPX_PLANE_PACKED] =
193 img->planes[VPX_PLANE_ALPHA] =
198 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
203 img->planes[VPX_PLANE_U] = data
207 img->planes[VPX_PLANE_V] = data
213 img->planes[VPX_PLANE_V] = data
217 img->planes[VPX_PLANE_U] = data
237 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
240 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1)
244 img->planes[VPX_PLANE_
[all...]
/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonUtils.m119 unsigned char* planes[5];
121 [rep getBitmapDataPlanes:planes];
123 image = _NSCreateImageRef( planes, [rep pixelsWide], [rep pixelsHigh],
/external/chromium/webkit/glue/
H A Dwebvideoframe_impl.h25 virtual unsigned planes() const;
H A Dwebvideoframe_impl.cc74 unsigned WebVideoFrameImpl::planes() const { function in class:webkit_glue::WebVideoFrameImpl
76 return video_frame_->planes();
/external/webkit/Source/WebKit/chromium/public/
H A DWebVideoFrame.h63 virtual unsigned planes() const = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DVideoFrameChromiumImpl.h56 virtual unsigned planes() const;
H A DVideoFrameChromiumImpl.cpp98 unsigned VideoFrameChromiumImpl::planes() const function in class:WebKit::VideoFrameChromiumImpl
101 return m_webVideoFrame->planes();
/external/opencv/cvaux/src/
H A Dcamshift.cpp86 uchar* planes[CV_MAX_DIM]; local
116 cvGetRawData( m_color_planes[i], &planes[i], &plane_step, &size );
132 planes[0][x] = (uchar)val0;
134 planes[1][x] = (uchar)val1;
136 planes[2][x] = (uchar)val2;
142 planes[0][x] = 0;
144 planes[1][x] = 0;
146 planes[2][x] = 0;
151 planes[i] += plane_step;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.cc133 int planes; local
144 /* count planes */
145 planes = count_planes(format);
146 if (planes == 0)
151 if (planes == 3)
213 overlay->planes = planes;
214 overlay->pitches = (Uint16*)SDL_calloc(overlay->planes, sizeof(Uint16));
215 overlay->pixels = (Uint8**)SDL_calloc(overlay->planes, sizeof(Uint8*));
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv.c49 int planes = 0; local
60 planes++;
63 planes++;
66 planes++;
68 return planes;
77 int planes; local
209 planes = grab_ptrs2(overlay->hwdata->channel, overlay->hwdata->FrameData0, overlay->hwdata->FrameData1);
218 /* check for the validness of all planes */
224 SDL_SetError("PgConfigScaler() returns all planes equal NULL\n");
246 overlay->planes
[all...]
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp159 CvMat* planes[] = { 0, 0, 0, 0 }; local
167 planes[k] = templ_depth == max_depth ? dst :
169 cvSplit( templ, planes[0], planes[1], planes[2], planes[3] );
170 src = planes[k];
171 planes[k] = 0;
203 CvMat* planes[] = { 0, 0, 0, 0 }; local
232 planes[
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DVideoFrameChromium.h75 virtual unsigned planes() const = 0;
H A DVideoLayerChromium.cpp137 // Allocate textures for planes if they are not allocated already, or
147 // Update texture planes.
148 for (unsigned plane = 0; plane < frame->planes(); plane++) {
191 for (unsigned plane = 0; plane < frame->planes(); plane++) {
290 for (unsigned plane = 0; plane < frame->planes(); plane++) {
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_centscreen.c77 void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes) argument
84 newmode.plan = planes;
H A DSDL_xbios_centscreen.h111 void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_yuv.c47 Uint8 *planes[3]; member in struct:private_yuvhwdata
192 overlay->pixels = hwdata->planes;
197 overlay->planes = 3;
200 overlay->planes = 1;
230 /* Add the two extra planes */
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5yuv.c45 Uint8 *planes[3]; member in struct:private_yuvhwdata
181 overlay->pixels = hwdata->planes;
185 overlay->planes = 3;
188 overlay->planes = 1;
227 /* Add the two extra planes */
/external/quake/quake/src/QW/client/
H A Dmodel.h183 mplane_t *planes; member in struct:__anon11961
343 mplane_t *planes; member in struct:model_s
H A Dpmovetst.c33 Set up the planes and clipnodes so that the six floats of a bounding box
43 box_hull.planes = box_planes;
105 plane = hull->planes + node->planenum;
144 plane = hull->planes + node->planenum;
210 plane = hull->planes + node->planenum;
H A Dpmove.c102 The basic solid body movement clip that slides along multiple planes
113 vec3_t planes[MAX_CLIP_PLANES]; local
174 VectorCopy (trace.plane.normal, planes[numplanes]);
178 // modify original_velocity so it parallels all of the clip planes
182 PM_ClipVelocity (original_velocity, planes[i], pmove.velocity, 1);
186 if (DotProduct (pmove.velocity, planes[j]) < 0)
204 CrossProduct (planes[0], planes[1], dir);
/external/quake/quake/src/WinQuake/
H A Dmodel.h172 mplane_t *planes; member in struct:__anon12321
326 mplane_t *planes; member in struct:model_s
/external/libvpx/vpx/
H A Dvpx_image.h126 unsigned char *planes[4]; /**< pointer to the top left pixel for each plane */ member in struct:vpx_image
/external/opencv/cxcore/src/
H A Dcxcopy.cpp391 CvArr* planes[] = { 0, 0, 0, 0 }; local
396 planes[coi1-1] = dst;
397 CV_CALL( cvSplit( src, planes[0], planes[1], planes[2], planes[3] ));
402 CvArr* planes[] = { 0, 0, 0, 0 }; local
407 planes[coi2-1] = src;
408 CV_CALL( cvMerge( planes[0], planes[
[all...]
/external/quake/quake/src/QW/server/
H A Dmodel.c712 out->plane = loadmodel->planes + planenum;
793 out->plane = loadmodel->planes + p;
882 hull->planes = loadmodel->planes;
894 hull->planes = loadmodel->planes;
933 hull->planes = loadmodel->planes;
937 out->planenum = in->plane - loadmodel->planes;
1020 loadmodel->planes
[all...]

Completed in 656 milliseconds

123