Searched refs:overlay_format (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay2.c294 int overlay_format=SDL_YUY2_OVERLAY; local
334 overlay_format = SDL_YV12_OVERLAY;
336 overlay_format = SDL_IYUV_OVERLAY;
338 overlay_format = SDL_YUY2_OVERLAY;
340 overlay_format = SDL_UYVY_OVERLAY;
342 overlay_format = SDL_YVYU_OVERLAY;
478 overlay=SDL_CreateYUVOverlay(MOOSEPIC_W, MOOSEPIC_H, overlay_format, screen);
559 switch (overlay_format)
H A Dtestoverlay.c327 Uint32 video_flags, overlay_format; local
344 overlay_format = SDL_YV12_OVERLAY;
403 overlay_format = SDL_YV12_OVERLAY;
405 overlay_format = SDL_IYUV_OVERLAY;
407 overlay_format = SDL_YUY2_OVERLAY;
409 overlay_format = SDL_UYVY_OVERLAY;
411 overlay_format = SDL_YVYU_OVERLAY;
532 overlay = SDL_CreateYUVOverlay(pic->w, pic->h, overlay_format, screen);

Completed in 120 milliseconds