HomeSort by relevance Sort by last modified time
    Searched defs:planes (Results 1 - 23 of 23) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv.c 49 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 = planes
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 133 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.12/src/video/directfb/
SDL_DirectFB_yuv.c 47 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.12/src/video/windx5/
SDL_dx5yuv.c 45 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 */
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 77 JSAMPARRAY planes[3]; local
78 planes[0] = y;
79 planes[1] = cb;
80 planes[2] = cr;
107 jpeg_write_raw_data(cinfo, planes, 16);
150 JSAMPARRAY planes[3]; local
151 planes[0] = y;
152 planes[1] = cb;
153 planes[2] = cr;
178 jpeg_write_raw_data(cinfo, planes, 16)
    [all...]
  /frameworks/base/opengl/libagl/
vertex.cpp 119 int planes = c->clipPlanes.enable; local
120 while (planes) {
121 const int i = 31 - gglClz(planes);
122 planes &= ~(1<<i);
  /device/samsung/crespo/include/
s5p_fimc.h 35 * FIMC TYPE PLANES ORDER V4L2_PIX_FMT
100 int planes; member in struct:yuv_fmt_list
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_sw.c 118 Uint8 *planes[3]; member in struct:private_yuvhwdata
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsyuv.c 62 Uint8 *planes[3]; member in struct:private_yuvhwdata
150 overlay->pixels = hwdata->planes;
162 overlay->planes = 3;
  /external/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/quake/quake/src/QW/client/
pmove.c 102 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);
gl_model.h 203 mplane_t *planes; member in struct:__anon6713
377 mplane_t *planes; member in struct:model_s
model.h 183 mplane_t *planes; member in struct:__anon6743
343 mplane_t *planes; member in struct:model_s
  /external/quake/quake/src/QW/server/
sv_phys.c 229 The basic solid body movement clip that slides along multiple planes
244 vec3_t planes[MAX_CLIP_PLANES]; local
320 VectorCopy (trace.plane.normal, planes[numplanes]);
324 // modify original_velocity so it parallels all of the clip planes
328 ClipVelocity (original_velocity, planes[i], new_velocity, 1);
332 if (DotProduct (new_velocity, planes[j]) < 0)
351 CrossProduct (planes[0], planes[1], dir);
  /external/quake/quake/src/WinQuake/
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...]
model.h 172 mplane_t *planes; member in struct:__anon7103
326 mplane_t *planes; member in struct:model_s
gl_model.h 199 mplane_t *planes; member in struct:__anon7076
374 mplane_t *planes; member in struct:model_s
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 176 #define SDL_YV12_OVERLAY 0x32315659 /* Planar mode: Y + V + U (3 planes) */
177 #define SDL_IYUV_OVERLAY 0x56555949 /* Planar mode: Y + U + V (3 planes) */
186 int planes; /* Read-only */ member in struct:SDL_Overlay
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 176 #define SDL_YV12_OVERLAY 0x32315659 /* Planar mode: Y + V + U (3 planes) */
177 #define SDL_IYUV_OVERLAY 0x56555949 /* Planar mode: Y + U + V (3 planes) */
186 int planes; /* Read-only */ member in struct:SDL_Overlay
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 176 #define SDL_YV12_OVERLAY 0x32315659 /* Planar mode: Y + V + U (3 planes) */
177 #define SDL_IYUV_OVERLAY 0x56555949 /* Planar mode: Y + U + V (3 planes) */
186 int planes; /* Read-only */ member in struct:SDL_Overlay
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 182 #define SDL_YV12_OVERLAY 0x32315659 /* Planar mode: Y + V + U (3 planes) */
183 #define SDL_IYUV_OVERLAY 0x56555949 /* Planar mode: Y + U + V (3 planes) */
192 int planes; /* Read-only */ member in struct:SDL_Overlay
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 176 #define SDL_YV12_OVERLAY 0x32315659 /* Planar mode: Y + V + U (3 planes) */
177 #define SDL_IYUV_OVERLAY 0x56555949 /* Planar mode: Y + U + V (3 planes) */
186 int planes; /* Read-only */ member in struct:SDL_Overlay
    [all...]
  /device/samsung/crespo/libcamera/
SecCamera.h 219 int planes; member in struct:android::yuv_fmt_list

Completed in 935 milliseconds