|
| GF_Err | DirectFBVid_Setup (GF_VideoOutput *driv, void *os_handle, void *os_display, u32 init_flags) |
| |
| static void | DirectFBVid_Shutdown (GF_VideoOutput *driv) |
| |
| static GF_Err | DirectFBVid_Flush (GF_VideoOutput *driv, GF_Window *dest) |
| |
| GF_Err | DirectFBVid_SetFullScreen (GF_VideoOutput *driv, u32 bFullScreenOn, u32 *screen_width, u32 *screen_height) |
| |
| Bool | DirectFBVid_ProcessMessageQueue (DirectFBVidCtx *ctx, GF_VideoOutput *driv) |
| |
| static GF_Err | DirectFBVid_ProcessEvent (GF_VideoOutput *driv, GF_Event *evt) |
| |
| static GF_Err | DirectFBVid_LockBackBuffer (GF_VideoOutput *driv, GF_VideoSurface *video_info, u32 do_lock) |
| |
| static GF_Err | DirectFBVid_Blit (GF_VideoOutput *driv, GF_VideoSurface *video_src, GF_Window *src_wnd, GF_Window *dst_wnd, u32 overlay_type) |
| |
| void * | DirectFBNewVideo () |
| |
| void | DirectFBDeleteVideo (void *ifce) |
| |
| GPAC_MODULE_EXPORT const u32 * | QueryInterfaces () |
| |
| GPAC_MODULE_EXPORT GF_BaseInterface * | LoadInterface (u32 InterfaceType) |
| |
| GPAC_MODULE_EXPORT void | ShutdownInterface (GF_BaseInterface *ifce) |
| |