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

  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 46 Uint16 pitches[3]; member in struct:private_yuvhwdata
191 overlay->pitches = hwdata->pitches;
223 overlay->pitches[0] = (Uint16) pitch;
231 overlay->pitches[1] = overlay->pitches[0] / 2;
232 overlay->pitches[2] = overlay->pitches[0] / 2;
233 overlay->pixels[1] = overlay->pixels[0] + overlay->pitches[0] * overlay->h;
234 overlay->pixels[2] = overlay->pixels[1] + overlay->pitches[1] * overlay->h / 2
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 64 Uint16 pitches[3]; member in struct:private_yuvhwdata
173 overlay->pitches = hwdata->pitches;
178 overlay->pitches[0] = overlay->w;
179 overlay->pitches[1] = overlay->pitches[0] / 2;
180 overlay->pitches[2] = overlay->pitches[0] / 2;
183 overlay->pitches[0] * overlay->h;
185 overlay->pitches[1] * overlay->h / 2
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c 44 Uint16 pitches[3]; member in struct:private_yuvhwdata
180 overlay->pitches = hwdata->pitches;
219 overlay->pitches[0] = (Uint16)ddsd.u1.lPitch;
221 overlay->pitches[0] = (Uint16)ddsd.lPitch;
228 overlay->pitches[1] = overlay->pitches[0] / 2;
229 overlay->pitches[2] = overlay->pitches[0] / 2;
231 overlay->pitches[0] * overlay->h
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 117 Uint16 pitches[3]; member in struct:private_yuvhwdata
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 159 int *pitches; /* bytes */ member in struct:__anon33178
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 61 Uint16 pitches[3]; member in struct:private_yuvhwdata
149 overlay->pitches = hwdata->pitches;
154 overlay->pitches[0] = overlay->w;
155 overlay->pitches[1] = overlay->pitches[0] / 2;
156 overlay->pitches[2] = overlay->pitches[0] / 2;
159 overlay->pitches[0] * overlay->h;
161 overlay->pitches[1] * overlay->h / 2
    [all...]
  /hardware/intel/common/libva/test/
loadsurface.h 237 unsigned int pitches[3]={0,0,0}; local
245 pitches[0] = surface_image.pitches[0];
250 pitches[1] = surface_image.pitches[1];
251 pitches[2] = surface_image.pitches[1];
256 pitches[1] = surface_image.pitches[1];
257 pitches[2] = surface_image.pitches[2]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 249 int *pitches, int *offsets)
266 if (pitches) {
267 pitches[0] = size;
274 if (pitches) {
275 pitches[1] = pitches[2] = tmp;
288 if (pitches)
289 pitches[0] = size;
336 int pitches[3], offsets[3]; local
339 &w, &h, pitches, offsets)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 249 int *pitches, int *offsets)
266 if (pitches) {
267 pitches[0] = size;
274 if (pitches) {
275 pitches[1] = pitches[2] = tmp;
288 if (pitches)
289 pitches[0] = size;
336 int pitches[3], offsets[3]; local
339 &w, &h, pitches, offsets)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 212 Uint16 *pitches; /**< Read-only */ member in struct:SDL_Overlay
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 212 Uint16 *pitches; /**< Read-only */ member in struct:SDL_Overlay
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 212 Uint16 *pitches; /**< Read-only */ member in struct:SDL_Overlay
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 212 Uint16 *pitches; /**< Read-only */ member in struct:SDL_Overlay
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 295 __u32 pitches[4]; member in struct:drm_mode_fb_cmd2
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 318 * buffer objects with offets and pitches per plane.
331 __u32 pitches[4]; /* pitch for each plane */ member in struct:drm_mode_fb_cmd2
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h 811 uint32 pitches[3]; member in struct:SVGAOverlayUnit
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 811 uint32 pitches[3]; member in struct:SVGAOverlayUnit
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 709 unsigned int pitches[4]; member in struct:_VASurfaceAttribExternalBuffers
2040 unsigned int pitches[3]; member in struct:_VAImage
    [all...]
  /hardware/intel/common/libva/va/
va.h 1087 unsigned int pitches[4]; member in struct:_VASurfaceAttribExternalBuffers
2816 unsigned int pitches[3]; member in struct:_VAImage
    [all...]

Completed in 1064 milliseconds