HomeSort by relevance Sort by last modified time
    Searched refs:SDL_YV12_OVERLAY (Results 1 - 13 of 13) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 104 case SDL_YV12_OVERLAY:
195 case SDL_YV12_OVERLAY:
228 case SDL_YV12_OVERLAY:
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 95 case SDL_YV12_OVERLAY:
176 case SDL_YV12_OVERLAY:
241 case SDL_YV12_OVERLAY:
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 99 case SDL_YV12_OVERLAY:
117 case SDL_YV12_OVERLAY:
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c 183 case SDL_YV12_OVERLAY:
225 case SDL_YV12_OVERLAY:
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 105 case SDL_YV12_OVERLAY:
152 case SDL_YV12_OVERLAY:
335 case SDL_YV12_OVERLAY:
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c 334 overlay_format = SDL_YV12_OVERLAY;
487 overlay->format==SDL_YV12_OVERLAY?"YV12":
564 case SDL_YV12_OVERLAY:
testoverlay.c 344 overlay_format = SDL_YV12_OVERLAY;
403 overlay_format = SDL_YV12_OVERLAY;
539 overlay->format==SDL_YV12_OVERLAY?"YV12":
556 case SDL_YV12_OVERLAY:
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 951 case SDL_YV12_OVERLAY:
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 200 #define SDL_YV12_OVERLAY 0x32315659 /**< Planar mode: Y + V + U (3 planes) */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11yuv.c 113 case SDL_YV12_OVERLAY:
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 200 #define SDL_YV12_OVERLAY 0x32315659 /**< Planar mode: Y + V + U (3 planes) */
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 200 #define SDL_YV12_OVERLAY 0x32315659 /**< Planar mode: Y + V + U (3 planes) */
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 200 #define SDL_YV12_OVERLAY 0x32315659 /**< Planar mode: Y + V + U (3 planes) */
    [all...]

Completed in 308 milliseconds