Searched refs:SDL_UYVY_OVERLAY (Results 1 – 7 of 7) sorted by relevance
105 case SDL_UYVY_OVERLAY: in convert_color_space()121 case SDL_UYVY_OVERLAY: in count_planes()
409 overlay_format = SDL_UYVY_OVERLAY; in main()542 overlay->format==SDL_UYVY_OVERLAY?"UYVY": in main()559 case SDL_UYVY_OVERLAY: in main()
340 overlay_format = SDL_UYVY_OVERLAY; in main()490 overlay->format==SDL_UYVY_OVERLAY?"UYVY": in main()567 case SDL_UYVY_OVERLAY: in main()
142 case SDL_UYVY_OVERLAY: in X11_ClearYUVOverlay()241 case SDL_UYVY_OVERLAY: in X11_CreateYUVOverlay()
954 case SDL_UYVY_OVERLAY: in SDL_CreateYUV_SW()1105 case SDL_UYVY_OVERLAY: in SDL_CreateYUV_SW()1142 case SDL_UYVY_OVERLAY: in SDL_CreateYUV_SW()1229 case SDL_UYVY_OVERLAY: in SDL_DisplayYUV_SW()
113 case SDL_UYVY_OVERLAY: in CreateYUVSurface()
203 #define SDL_UYVY_OVERLAY 0x59565955 /**< Packed mode: U0+Y0+V0+Y1 (1 plane) */ macro