Home
last modified time | relevance | path

Searched refs:CreateYUVSurface (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_yuv.c73 static DFBResult CreateYUVSurface(_THIS, struct private_yuvhwdata *hwdata, in CreateYUVSurface() function
182 if (CreateYUVSurface (this, hwdata, width, height, format)) in DirectFB_CreateYUVOverlay()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5yuv.c49 static LPDIRECTDRAWSURFACE3 CreateYUVSurface(_THIS, in CreateYUVSurface() function
172 hwdata->surface = CreateYUVSurface(this, width, height, format); in DX5_CreateYUVOverlay()