OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DirectFB_CreateYUVOverlay
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.h
29
extern SDL_Overlay *
DirectFB_CreateYUVOverlay
(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
SDL_DirectFB_yuv.c
151
SDL_Overlay *
DirectFB_CreateYUVOverlay
(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
SDL_DirectFB_video.c
129
device->CreateYUVOverlay =
DirectFB_CreateYUVOverlay
;
Completed in 62 milliseconds