Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_phyuv_c.h56 extern SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* d…
DSDL_phyuv.c71 SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display) in ph_CreateYUVOverlay() function
DSDL_ph_video.c94 device->CreateYUVOverlay = ph_CreateYUVOverlay; in ph_CreateDevice()