Home
last modified time | relevance | path

Searched refs:DirectFB_CreateYUVOverlay (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_yuv.h29 extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surf…
DSDL_DirectFB_yuv.c151 SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *di… in DirectFB_CreateYUVOverlay() function
DSDL_DirectFB_video.c129 device->CreateYUVOverlay = DirectFB_CreateYUVOverlay; in DirectFB_CreateDevice()