OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ph_createyuvoverlay
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv_c.h
56
extern SDL_Overlay*
ph_CreateYUVOverlay
(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
SDL_phyuv.c
71
SDL_Overlay*
ph_CreateYUVOverlay
(_THIS, int width, int height, Uint32 format, SDL_Surface* display)
116
SDL_SetError("
ph_CreateYUVOverlay
(): Create channel failed: %s\n", strerror(errno));
SDL_ph_video.c
94
device->CreateYUVOverlay =
ph_CreateYUVOverlay
;
Completed in 600 milliseconds