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

  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_sysjoystick.h 48 struct joystick_hwdata *hwdata; /* Driver dependent information */ member in struct:_SDL_Joystick
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv.c 74 struct private_yuvhwdata* hwdata; local
94 overlay->hwdata = NULL;
100 hwdata = SDL_calloc(1, sizeof(struct private_yuvhwdata));
102 if (hwdata == NULL)
109 overlay->hwdata = hwdata;
112 if (overlay->hwdata->channel == NULL)
114 if ((overlay->hwdata->channel = PgCreateVideoChannel(Pg_VIDEO_CHANNEL_SCALER, 0)) == NULL)
123 overlay->hwdata->forcedredraw=0;
126 overlay->hwdata->CurrentWindowPos.x = pos.x
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 131 struct private_yuvhwdata* hwdata; local
169 overlay->hwdata = NULL;
175 hwdata = (struct private_yuvhwdata*)SDL_calloc(1, sizeof(struct private_yuvhwdata));
177 if (hwdata == NULL)
184 overlay->hwdata = hwdata;
185 overlay->hwdata->display = display;
186 overlay->hwdata->bview = NULL;
187 overlay->hwdata->bbitmap = NULL;
188 overlay->hwdata->locked = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 55 struct private_yuvhwdata *hwdata = (struct private_yuvhwdata *) data; local
64 hwdata->layer_id = id;
73 static DFBResult CreateYUVSurface(_THIS, struct private_yuvhwdata *hwdata,
81 ret = dfb->EnumDisplayLayers (dfb, enum_layers_callback, hwdata);
88 if (!hwdata->layer_id)
91 ret = dfb->GetDisplayLayer (dfb, hwdata->layer_id, &layer);
138 ret = layer->GetSurface (layer, &hwdata->surface);
146 hwdata->layer = layer;
154 struct private_yuvhwdata *hwdata; local
173 hwdata = SDL_calloc(1, sizeof(struct private_yuvhwdata))
276 struct private_yuvhwdata *hwdata; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5yuv.c 125 struct private_yuvhwdata *hwdata; local
165 hwdata = (struct private_yuvhwdata *)SDL_malloc(sizeof *hwdata);
166 overlay->hwdata = hwdata;
167 if ( hwdata == NULL ) {
172 hwdata->surface = CreateYUVSurface(this, width, height, format);
173 if ( hwdata->surface == NULL ) {
180 overlay->pitches = hwdata->pitches;
181 overlay->pixels = hwdata->planes
285 struct private_yuvhwdata *hwdata; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11yuv.c 96 struct private_yuvhwdata *hwdata; local
240 hwdata = (struct private_yuvhwdata *)SDL_malloc(sizeof *hwdata);
241 overlay->hwdata = hwdata;
242 if ( hwdata == NULL ) {
248 hwdata->port = xv_port;
250 yuvshm = &hwdata->yuvshm;
252 hwdata->image = SDL_NAME(XvShmCreateImage)(GFX_Display, xv_port, format,
255 if ( hwdata->image != NULL && hwdata->image->pitches[0] != (width*bpp) )
359 struct private_yuvhwdata *hwdata; local
384 struct private_yuvhwdata *hwdata; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsyuv.c 78 struct private_yuvhwdata *hwdata; local
132 hwdata = (struct private_yuvhwdata *)SDL_malloc(sizeof *hwdata);
133 overlay->hwdata = hwdata;
134 if ( hwdata == NULL ) {
139 hwdata->ipu_fd = -1;
140 hwdata->pixels = (Uint8 *)SDL_malloc(width*height*2);
141 if ( hwdata->pixels == NULL ) {
146 hwdata->macroblocks = (width/16) * (height/16)
320 struct private_yuvhwdata *hwdata; local
443 struct private_yuvhwdata *hwdata; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 97 struct private_hwdata *hwdata; member in struct:SDL_Surface
192 struct private_yuvhwdata *hwdata; member in struct:SDL_Overlay
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 97 struct private_hwdata *hwdata; member in struct:SDL_Surface
192 struct private_yuvhwdata *hwdata; member in struct:SDL_Overlay
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 97 struct private_hwdata *hwdata; member in struct:SDL_Surface
192 struct private_yuvhwdata *hwdata; member in struct:SDL_Overlay
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 109 struct private_hwdata *hwdata; member in struct:SDL_Surface
198 struct private_yuvhwdata *hwdata; member in struct:SDL_Overlay
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 97 struct private_hwdata *hwdata; member in struct:SDL_Surface
192 struct private_yuvhwdata *hwdata; member in struct:SDL_Overlay
    [all...]

Completed in 405 milliseconds