GF_VideoOutput    186 include/gpac/internal/compositor_dev.h 	GF_VideoOutput *video_out;
GF_VideoOutput     72 modules/dektec_out/dektec_video.cpp 	static GF_Err Dektec_Blit(GF_VideoOutput *dr, GF_VideoSurface *video_src, GF_Window *src_wnd, GF_Window *dst_wnd, u32 overlay_type)
GF_VideoOutput     85 modules/dektec_out/dektec_video.cpp 	static GF_Err Dektec_Flush(GF_VideoOutput *dr, GF_Window *dest)
GF_VideoOutput    153 modules/dektec_out/dektec_video.cpp 	static GF_Err Dektec_LockBackBuffer(GF_VideoOutput *dr, GF_VideoSurface *vi, Bool do_lock)
GF_VideoOutput    170 modules/dektec_out/dektec_video.cpp 	static void Dektec_Shutdown(GF_VideoOutput *dr)
GF_VideoOutput    183 modules/dektec_out/dektec_video.cpp 	static GF_Err Dektec_ProcessEvent(GF_VideoOutput *dr, GF_Event *evt)
GF_VideoOutput    203 modules/dektec_out/dektec_video.cpp 	static GF_Err Dektec_resize(GF_VideoOutput *dr, u32 w, u32 h)
GF_VideoOutput    219 modules/dektec_out/dektec_video.cpp 	GF_Err Dektec_Setup(GF_VideoOutput *dr, void *os_handle, void *os_display, u32 init_flags)
GF_VideoOutput    277 modules/dektec_out/dektec_video.cpp 	GF_VideoOutput *NewDektecVideoOutput()
GF_VideoOutput    279 modules/dektec_out/dektec_video.cpp 		GF_VideoOutput *driv = (GF_VideoOutput *) gf_malloc(sizeof(GF_VideoOutput));
GF_VideoOutput    280 modules/dektec_out/dektec_video.cpp 		memset(driv, 0, sizeof(GF_VideoOutput));
GF_VideoOutput    313 modules/dektec_out/dektec_video.cpp 		GF_VideoOutput *driv = (GF_VideoOutput *) ifce;
GF_VideoOutput    351 modules/dektec_out/dektec_video.cpp 			DeleteDektecVideoOutput((GF_VideoOutput *)ifce);
GF_VideoOutput     39 modules/directfb_out/directfb_out.c static void DirectFBVid_DrawHLine(GF_VideoOutput *driv, u32 x, u32 y, u32 length, GF_Color color)
GF_VideoOutput     54 modules/directfb_out/directfb_out.c static void DirectFBVid_DrawHLineAlpha(GF_VideoOutput *driv, u32 x, u32 y, u32 length, GF_Color color, u8 alpha)
GF_VideoOutput     69 modules/directfb_out/directfb_out.c static void DirectFBVid_DrawRectangle(GF_VideoOutput *driv, u32 x, u32 y, u32 width, u32 height, GF_Color color)
GF_VideoOutput     84 modules/directfb_out/directfb_out.c GF_Err DirectFBVid_Setup(GF_VideoOutput *driv, void *os_handle, void *os_display, u32 init_flags)
GF_VideoOutput    163 modules/directfb_out/directfb_out.c static void DirectFBVid_Shutdown(GF_VideoOutput *driv)
GF_VideoOutput    178 modules/directfb_out/directfb_out.c static GF_Err DirectFBVid_Flush(GF_VideoOutput *driv, GF_Window *dest)
GF_VideoOutput    193 modules/directfb_out/directfb_out.c GF_Err DirectFBVid_SetFullScreen(GF_VideoOutput *driv, u32 bFullScreenOn, u32 *screen_width, u32 *screen_height)
GF_VideoOutput    208 modules/directfb_out/directfb_out.c Bool DirectFBVid_ProcessMessageQueue(DirectFBVidCtx *ctx, GF_VideoOutput *driv)
GF_VideoOutput    226 modules/directfb_out/directfb_out.c static GF_Err DirectFBVid_ProcessEvent(GF_VideoOutput *driv, GF_Event *evt)
GF_VideoOutput    267 modules/directfb_out/directfb_out.c static GF_Err DirectFBVid_LockBackBuffer(GF_VideoOutput *driv, GF_VideoSurface *video_info, u32 do_lock)
GF_VideoOutput    306 modules/directfb_out/directfb_out.c static GF_Err DirectFBVid_Blit(GF_VideoOutput *driv, GF_VideoSurface *video_src, GF_Window *src_wnd, GF_Window *dst_wnd, u32 overlay_type)
GF_VideoOutput    330 modules/directfb_out/directfb_out.c 	GF_VideoOutput *driv;
GF_VideoOutput    332 modules/directfb_out/directfb_out.c 	driv = gf_malloc(sizeof(GF_VideoOutput));
GF_VideoOutput    333 modules/directfb_out/directfb_out.c 	memset(driv, 0, sizeof(GF_VideoOutput));
GF_VideoOutput    361 modules/directfb_out/directfb_out.c 	GF_VideoOutput *driv = (GF_VideoOutput *)ifce;
GF_VideoOutput     50 modules/droid_out/droid_vout-bitmap.c static GF_Err raw_resize(GF_VideoOutput *dr, u32 w, u32 h)
GF_VideoOutput     56 modules/droid_out/droid_vout-bitmap.c GF_Err RAW_Setup(GF_VideoOutput *dr, void *os_handle, void *os_display, u32 init_flags)
GF_VideoOutput     87 modules/droid_out/droid_vout-bitmap.c static void RAW_Shutdown(GF_VideoOutput *dr)
GF_VideoOutput     95 modules/droid_out/droid_vout-bitmap.c static GF_Err RAW_Flush(GF_VideoOutput *dr, GF_Window *dest)
GF_VideoOutput    101 modules/droid_out/droid_vout-bitmap.c static GF_Err RAW_LockBackBuffer(GF_VideoOutput *dr, GF_VideoSurface *vi, Bool do_lock)
GF_VideoOutput    139 modules/droid_out/droid_vout-bitmap.c static GF_Err RAW_ProcessEvent(GF_VideoOutput *dr, GF_Event *evt)
GF_VideoOutput    154 modules/droid_out/droid_vout-bitmap.c GF_VideoOutput *NewRawVideoOutput()
GF_VideoOutput    157 modules/droid_out/droid_vout-bitmap.c 	GF_VideoOutput *driv = (GF_VideoOutput *) gf_malloc(sizeof(GF_VideoOutput));
GF_VideoOutput    158 modules/droid_out/droid_vout-bitmap.c 	memset(driv, 0, sizeof(GF_VideoOutput));
GF_VideoOutput    181 modules/droid_out/droid_vout-bitmap.c 	GF_VideoOutput *driv = (GF_VideoOutput *) ifce;
GF_VideoOutput    214 modules/droid_out/droid_vout-bitmap.c 		DeleteVideoOutput((GF_VideoOutput *)ifce);
GF_VideoOutput    615 modules/droid_out/droid_vout.c static GF_Err droid_Resize(GF_VideoOutput *dr, u32 w, u32 h)
GF_VideoOutput    655 modules/droid_out/droid_vout.c GF_Err droid_Setup(GF_VideoOutput *dr, void *os_handle, void *os_display, u32 init_flags)
GF_VideoOutput    690 modules/droid_out/droid_vout.c static void droid_Shutdown(GF_VideoOutput *dr)
GF_VideoOutput    701 modules/droid_out/droid_vout.c static GF_Err droid_Flush(GF_VideoOutput *dr, GF_Window *dest)
GF_VideoOutput    716 modules/droid_out/droid_vout.c static GF_Err droid_LockBackBuffer(GF_VideoOutput *dr, GF_VideoSurface *vi, Bool do_lock)
GF_VideoOutput    758 modules/droid_out/droid_vout.c static GF_Err droid_ProcessEvent(GF_VideoOutput *dr, GF_Event *evt)
GF_VideoOutput    833 modules/droid_out/droid_vout.c static GF_Err droid_SetFullScreen(GF_VideoOutput *dr, Bool bOn, u32 *outWidth, u32 *outHeight)
GF_VideoOutput    843 modules/droid_out/droid_vout.c GF_VideoOutput *NewAndroidVideoOutput()
GF_VideoOutput    846 modules/droid_out/droid_vout.c 	GF_VideoOutput *driv = (GF_VideoOutput *) gf_malloc(sizeof(GF_VideoOutput));
GF_VideoOutput    848 modules/droid_out/droid_vout.c 	memset(driv, 0, sizeof(GF_VideoOutput));
GF_VideoOutput    878 modules/droid_out/droid_vout.c 	GF_VideoOutput *driv = (GF_VideoOutput *) ifce;
GF_VideoOutput    913 modules/droid_out/droid_vout.c 		DeleteAndroidVideoOutput((GF_VideoOutput *)ifce);
GF_VideoOutput    101 modules/dx_hw/dx_2d.c static GF_Err DD_ClearBackBuffer(GF_VideoOutput *dr, u32 color)
GF_VideoOutput    131 modules/dx_hw/dx_2d.c GF_Err CreateBackBuffer(GF_VideoOutput *dr, u32 Width, u32 Height, Bool use_system_memory)
GF_VideoOutput    210 modules/dx_hw/dx_2d.c GF_Err InitDirectDraw(GF_VideoOutput *dr, u32 Width, u32 Height)
GF_VideoOutput    353 modules/dx_hw/dx_2d.c static GF_Err DD_LockBackBuffer(GF_VideoOutput *dr, GF_VideoSurface *vi, Bool do_lock)
GF_VideoOutput    365 modules/dx_hw/dx_2d.c static void *LockOSContext(GF_VideoOutput *dr, Bool do_lock)
GF_VideoOutput    435 modules/dx_hw/dx_2d.c static DDSurface *DD_GetSurface(GF_VideoOutput *dr, u32 width, u32 height, u32 pixel_format, Bool check_caps)
GF_VideoOutput    543 modules/dx_hw/dx_2d.c static GF_Err DD_Blit(GF_VideoOutput *dr, GF_VideoSurface *video_src, GF_Window *src_wnd, GF_Window *dst_wnd, u32 overlay_type)
GF_VideoOutput    676 modules/dx_hw/dx_2d.c void DD_InitYUV(GF_VideoOutput *dr)
GF_VideoOutput    846 modules/dx_hw/dx_2d.c GF_Err DD_SetBackBufferSize(GF_VideoOutput *dr, u32 width, u32 height, Bool use_system_memory)
GF_VideoOutput    861 modules/dx_hw/dx_2d.c void DD_SetupDDraw(GF_VideoOutput *driv)
GF_VideoOutput    199 modules/dx_hw/dx_hw.h void DD_SetupWindow(GF_VideoOutput *dr, Bool hide);
GF_VideoOutput    200 modules/dx_hw/dx_hw.h void DD_ShutdownWindow(GF_VideoOutput*dr);
GF_VideoOutput    201 modules/dx_hw/dx_hw.h GF_Err DD_ProcessEvent(GF_VideoOutput*dr, GF_Event *evt);
GF_VideoOutput    206 modules/dx_hw/dx_hw.h void DD_SetupDDraw(GF_VideoOutput *driv);
GF_VideoOutput    207 modules/dx_hw/dx_hw.h GF_Err InitDirectDraw(GF_VideoOutput *dr, u32 Width, u32 Height);
GF_VideoOutput    208 modules/dx_hw/dx_hw.h void DD_InitYUV(GF_VideoOutput *dr);
GF_VideoOutput    210 modules/dx_hw/dx_hw.h GF_Err DD_SetBackBufferSize(GF_VideoOutput *dr, u32 width, u32 height, Bool use_system_memory);
GF_VideoOutput    212 modules/dx_hw/dx_hw.h GF_Err DD_FlushEx(GF_VideoOutput *dr, GF_Window *dest, Bool wait_for_sync);
GF_VideoOutput    222 modules/dx_hw/dx_hw.h GF_Err DD_SetupOpenGL(GF_VideoOutput *dr, u32 offscreen_width, u32 offscreen_height);
GF_VideoOutput    105 modules/dx_hw/dx_video.c static void dd_init_gl_offscreen(GF_VideoOutput *driv)
GF_VideoOutput    259 modules/dx_hw/dx_video.c GF_Err DD_SetupOpenGL(GF_VideoOutput *dr, u32 offscreen_width, u32 offscreen_height)
GF_VideoOutput    574 modules/dx_hw/dx_video.c GF_Err DD_Setup(GF_VideoOutput *dr, void *os_handle, void *os_display, u32 init_flags)
GF_VideoOutput    605 modules/dx_hw/dx_video.c static void DD_Shutdown(GF_VideoOutput *dr)
GF_VideoOutput    638 modules/dx_hw/dx_video.c static GF_Err DD_SetFullScreen(GF_VideoOutput *dr, Bool bOn, u32 *outWidth, u32 *outHeight)
GF_VideoOutput    764 modules/dx_hw/dx_video.c GF_Err DD_Flush(GF_VideoOutput *dr, GF_Window *dest)
GF_VideoOutput    876 modules/dx_hw/dx_video.c 	GF_VideoOutput *driv = (GF_VideoOutput *) gf_malloc(sizeof(GF_VideoOutput));
GF_VideoOutput    877 modules/dx_hw/dx_video.c 	memset(driv, 0, sizeof(GF_VideoOutput));
GF_VideoOutput    910 modules/dx_hw/dx_video.c 	GF_VideoOutput *driv = (GF_VideoOutput *) ifce;
GF_VideoOutput    952 modules/dx_hw/dx_video.c 		DeleteVideoOutput((GF_VideoOutput *)ifce);
GF_VideoOutput     41 modules/dx_hw/dx_window.c static const GF_VideoOutput *the_video_output = NULL;
GF_VideoOutput     43 modules/dx_hw/dx_window.c void DD_SetCursor(GF_VideoOutput *dr, u32 cursor_type);
GF_VideoOutput    434 modules/dx_hw/dx_window.c static void mouse_move(DDContext *ctx, GF_VideoOutput *vout)
GF_VideoOutput    442 modules/dx_hw/dx_window.c static void mouse_start_timer(DDContext *ctx, HWND hWnd, GF_VideoOutput *vout)
GF_VideoOutput    450 modules/dx_hw/dx_window.c void grab_mouse(DDContext *ctx, GF_VideoOutput *vout)
GF_VideoOutput    456 modules/dx_hw/dx_window.c void release_mouse(DDContext *ctx, HWND hWnd, GF_VideoOutput *vout)
GF_VideoOutput    468 modules/dx_hw/dx_window.c 	GF_VideoOutput *vout = (GF_VideoOutput *) GetWindowLongPtr(hWnd, GWLP_USERDATA);
GF_VideoOutput    470 modules/dx_hw/dx_window.c 	GF_VideoOutput *vout = (GF_VideoOutput *) GetWindowLong(hWnd, GWL_USERDATA);
GF_VideoOutput    837 modules/dx_hw/dx_window.c static void SetWindowless(GF_VideoOutput *vout, HWND hWnd)
GF_VideoOutput    889 modules/dx_hw/dx_window.c Bool DD_InitWindows(GF_VideoOutput *vout, DDContext *ctx)
GF_VideoOutput   1028 modules/dx_hw/dx_window.c 	GF_VideoOutput *vout = (GF_VideoOutput*)par;
GF_VideoOutput   1070 modules/dx_hw/dx_window.c void DD_SetupWindow(GF_VideoOutput *dr, u32 flags)
GF_VideoOutput   1106 modules/dx_hw/dx_window.c void DD_ShutdownWindow(GF_VideoOutput *dr)
GF_VideoOutput   1170 modules/dx_hw/dx_window.c void DD_SetCursor(GF_VideoOutput *dr, u32 cursor_type)
GF_VideoOutput   1222 modules/dx_hw/dx_window.c GF_Err DD_ProcessEvent(GF_VideoOutput*dr, GF_Event *evt)
GF_VideoOutput     59 modules/epoc_hw/epoc_vout.cpp static void EVID_ResetSurface(GF_VideoOutput *dr, Bool gl_only)
GF_VideoOutput     86 modules/epoc_hw/epoc_vout.cpp static GF_Err EVID_InitSurface(GF_VideoOutput *dr)
GF_VideoOutput    242 modules/epoc_hw/epoc_vout.cpp static GF_Err EVID_SetupOGL_ES_Offscreen(GF_VideoOutput *dr, u32 width, u32 height)
GF_VideoOutput    348 modules/epoc_hw/epoc_vout.cpp static GF_Err EVID_Setup(GF_VideoOutput *dr, void *os_handle, void *os_display, u32 init_flags)
GF_VideoOutput    378 modules/epoc_hw/epoc_vout.cpp static void EVID_Shutdown(GF_VideoOutput *dr)
GF_VideoOutput    386 modules/epoc_hw/epoc_vout.cpp static GF_Err EVID_SetFullScreen(GF_VideoOutput *dr, Bool bOn, u32 *outWidth, u32 *outHeight)
GF_VideoOutput    392 modules/epoc_hw/epoc_vout.cpp static GF_Err EVID_Flush(GF_VideoOutput *dr, GF_Window *dest)
GF_VideoOutput    408 modules/epoc_hw/epoc_vout.cpp static GF_Err EVID_ProcessEvent(GF_VideoOutput *dr, GF_Event *evt)
GF_VideoOutput    433 modules/epoc_hw/epoc_vout.cpp static GF_Err EVID_LockBackBuffer(GF_VideoOutput *dr, GF_VideoSurface *vi, Bool do_lock)
GF_VideoOutput    467 modules/epoc_hw/epoc_vout.cpp 	GF_VideoOutput *driv;
GF_VideoOutput    468 modules/epoc_hw/epoc_vout.cpp 	GF_SAFEALLOC(driv, GF_VideoOutput);
GF_VideoOutput    492 modules/epoc_hw/epoc_vout.cpp 	GF_VideoOutput *driv = (GF_VideoOutput *) ifce;
GF_VideoOutput    536 modules/epoc_hw/epoc_vout.cpp 	GF_VideoOutput *dd = (GF_VideoOutput *)ifce;
GF_VideoOutput     65 modules/gapi/gapi.cpp static GF_Err GAPI_InitBackBuffer(GF_VideoOutput *dr, u32 VideoWidth, u32 VideoHeight);
GF_VideoOutput     67 modules/gapi/gapi.cpp static GF_VideoOutput *the_video_driver = NULL;
GF_VideoOutput    553 modules/gapi/gapi.cpp void GAPI_SetupWindow(GF_VideoOutput *dr)
GF_VideoOutput    623 modules/gapi/gapi.cpp void GAPI_ShutdownWindow(GF_VideoOutput *dr)
GF_VideoOutput    649 modules/gapi/gapi.cpp GF_Err GAPI_Clear(GF_VideoOutput *dr, u32 color)
GF_VideoOutput    746 modules/gapi/gapi.cpp GF_Err GAPI_SetupOGL_ES(GF_VideoOutput *dr)
GF_VideoOutput    848 modules/gapi/gapi.cpp GF_Err GAPI_SetupOGL_ES_Offscreen(GF_VideoOutput *dr, u32 width, u32 height)
GF_VideoOutput    948 modules/gapi/gapi.cpp GF_Err GAPI_Setup(GF_VideoOutput *dr, void *os_handle, void *os_display, u32 noover)
GF_VideoOutput   1000 modules/gapi/gapi.cpp static void GAPI_Shutdown(GF_VideoOutput *dr)
GF_VideoOutput   1012 modules/gapi/gapi.cpp static GF_Err GAPI_SetFullScreen(GF_VideoOutput *dr, Bool bOn, u32 *outWidth, u32 *outHeight)
GF_VideoOutput   1085 modules/gapi/gapi.cpp static GF_Err GAPI_FlipBackBuffer(GF_VideoOutput *dr)
GF_VideoOutput   1155 modules/gapi/gapi.cpp static GF_Err GAPI_Flush(GF_VideoOutput *dr, GF_Window *dest)
GF_VideoOutput   1228 modules/gapi/gapi.cpp static GF_Err GAPI_ProcessEvent(GF_VideoOutput *dr, GF_Event *evt)
GF_VideoOutput   1312 modules/gapi/gapi.cpp static Bool check_resolution_switch(GF_VideoOutput *dr, u32 width, u32 height)
GF_VideoOutput   1365 modules/gapi/gapi.cpp static GF_Err gapi_get_raw_fb(GF_VideoOutput *dr)
GF_VideoOutput   1455 modules/gapi/gapi.cpp static GF_Err GAPI_InitBackBuffer(GF_VideoOutput *dr, u32 VideoWidth, u32 VideoHeight)
GF_VideoOutput   1575 modules/gapi/gapi.cpp static GF_Err GAPI_LockBackBuffer(GF_VideoOutput *dr, GF_VideoSurface *vi, Bool do_lock)
GF_VideoOutput   1600 modules/gapi/gapi.cpp 	GF_VideoOutput *driv = (GF_VideoOutput *) gf_malloc(sizeof(GF_VideoOutput));
GF_VideoOutput   1601 modules/gapi/gapi.cpp 	memset(driv, 0, sizeof(GF_VideoOutput));
GF_VideoOutput   1626 modules/gapi/gapi.cpp 	GF_VideoOutput *driv = (GF_VideoOutput *) ifce;
GF_VideoOutput   1662 modules/gapi/gapi.cpp 	GF_VideoOutput *dd = (GF_VideoOutput *)ifce;
GF_VideoOutput    101 modules/gapi/gapi.h GF_Err GAPI_SetupOGL_ES_Offscreen(GF_VideoOutput *dr, u32 width, u32 height) ;
GF_VideoOutput     49 modules/raw_out/raw_video.c static GF_Err raw_resize(GF_VideoOutput *dr, u32 w, u32 h)
GF_VideoOutput     60 modules/raw_out/raw_video.c static GF_Err RAW_BlitPassthrough(GF_VideoOutput *dr, GF_VideoSurface *video_src, GF_Window *src_wnd, GF_Window *dst_wnd, u32 overlay_type)
GF_VideoOutput     65 modules/raw_out/raw_video.c GF_Err RAW_Setup(GF_VideoOutput *dr, void *os_handle, void *os_display, u32 init_flags)
GF_VideoOutput    117 modules/raw_out/raw_video.c static void RAW_Shutdown(GF_VideoOutput *dr)
GF_VideoOutput    125 modules/raw_out/raw_video.c static GF_Err RAW_Flush(GF_VideoOutput *dr, GF_Window *dest)
GF_VideoOutput    136 modules/raw_out/raw_video.c static GF_Err RAW_LockBackBuffer(GF_VideoOutput *dr, GF_VideoSurface *vi, Bool do_lock)
GF_VideoOutput    152 modules/raw_out/raw_video.c static GF_Err RAW_ProcessEvent(GF_VideoOutput *dr, GF_Event *evt)
GF_VideoOutput    164 modules/raw_out/raw_video.c GF_VideoOutput *NewRawVideoOutput()
GF_VideoOutput    167 modules/raw_out/raw_video.c 	GF_VideoOutput *driv = (GF_VideoOutput *) gf_malloc(sizeof(GF_VideoOutput));
GF_VideoOutput    168 modules/raw_out/raw_video.c 	memset(driv, 0, sizeof(GF_VideoOutput));
GF_VideoOutput    187 modules/raw_out/raw_video.c 	GF_VideoOutput *driv = (GF_VideoOutput *) ifce;
GF_VideoOutput    310 modules/raw_out/raw_video.c 		DeleteRawVideoOutput((GF_VideoOutput *)ifce);
GF_VideoOutput    649 modules/sdl_out/video.c GF_Err SDLVid_ResizeWindow(GF_VideoOutput *dr, u32 width, u32 height)
GF_VideoOutput    828 modules/sdl_out/video.c static Bool SDLVid_InitializeWindow(SDLVidCtx *ctx, GF_VideoOutput *dr)
GF_VideoOutput    947 modules/sdl_out/video.c Bool SDLVid_ProcessMessageQueue(SDLVidCtx *ctx, GF_VideoOutput *dr)
GF_VideoOutput   1137 modules/sdl_out/video.c 	GF_VideoOutput *dr = (GF_VideoOutput *)par;
GF_VideoOutput   1232 modules/sdl_out/video.c static void SDLVid_Shutdown(GF_VideoOutput *dr)
GF_VideoOutput   1258 modules/sdl_out/video.c GF_Err SDLVid_SetFullScreen(GF_VideoOutput *dr, Bool bFullScreenOn, u32 *screen_width, u32 *screen_height)
GF_VideoOutput   1361 modules/sdl_out/video.c GF_Err SDLVid_SetBackbufferSize(GF_VideoOutput *dr, u32 newWidth, u32 newHeight, Bool system_mem)
GF_VideoOutput   1441 modules/sdl_out/video.c static GF_Err SDLVid_LockBackBuffer(GF_VideoOutput *dr, GF_VideoSurface *video_info, Bool do_lock)
GF_VideoOutput   1466 modules/sdl_out/video.c static GF_Err SDLVid_LockBackBuffer(GF_VideoOutput *dr, GF_VideoSurface *video_info, Bool do_lock)
GF_VideoOutput   1497 modules/sdl_out/video.c static GF_Err SDLVid_Flush(GF_VideoOutput *dr, GF_Window *dest)
GF_VideoOutput   1541 modules/sdl_out/video.c static GF_Err SDLVid_Flush(GF_VideoOutput *dr, GF_Window *dest)
GF_VideoOutput   1592 modules/sdl_out/video.c static void SDLVid_SetCursor(GF_VideoOutput *dr, u32 cursor_type)
GF_VideoOutput   1629 modules/sdl_out/video.c static GF_Err SDLVid_ProcessEvent(GF_VideoOutput *dr, GF_Event *evt)
GF_VideoOutput   2100 modules/sdl_out/video.c static GF_Err SDL_Blit(GF_VideoOutput *dr, GF_VideoSurface *video_src, GF_Window *src_wnd, GF_Window *dst_wnd, u32 overlay_type)
GF_VideoOutput   2245 modules/sdl_out/video.c static GF_Err SDL_Blit(GF_VideoOutput *dr, GF_VideoSurface *video_src, GF_Window *src_wnd, GF_Window *dst_wnd, u32 overlay_type)
GF_VideoOutput   2350 modules/sdl_out/video.c 	GF_VideoOutput *driv;
GF_VideoOutput   2352 modules/sdl_out/video.c 	driv = (GF_VideoOutput*)gf_malloc(sizeof(GF_VideoOutput));
GF_VideoOutput   2353 modules/sdl_out/video.c 	memset(driv, 0, sizeof(GF_VideoOutput));
GF_VideoOutput   2407 modules/sdl_out/video.c 	GF_VideoOutput *dr = (GF_VideoOutput *)ifce;
GF_VideoOutput     35 modules/x11_out/x11_out.c void X11_SetupWindow (GF_VideoOutput * vout);
GF_VideoOutput     93 modules/x11_out/x11_out.c static int X11_GetXVideoPort(GF_VideoOutput *vout, u32 pixel_format, Bool check_color)
GF_VideoOutput    159 modules/x11_out/x11_out.c static GF_Err X11_InitOverlay(GF_VideoOutput *vout, u32 VideoWidth, u32 VideoHeight)
GF_VideoOutput    724 modules/x11_out/x11_out.c static void X11_HandleEvents(GF_VideoOutput *vout)
GF_VideoOutput    928 modules/x11_out/x11_out.c static GF_Err X11_SetupGL(GF_VideoOutput *vout)
GF_VideoOutput    955 modules/x11_out/x11_out.c static GF_Err X11_SetupGLPixmap(GF_VideoOutput *vout, u32 width, u32 height)
GF_VideoOutput   1025 modules/x11_out/x11_out.c static void X11_ReleaseBackBuffer (GF_VideoOutput * vout)
GF_VideoOutput   1065 modules/x11_out/x11_out.c GF_Err X11_InitBackBuffer (GF_VideoOutput * vout, u32 VideoWidth, u32 VideoHeight)
GF_VideoOutput   1346 modules/x11_out/x11_out.c X11_SetupWindow (GF_VideoOutput * vout)
GF_VideoOutput   1763 modules/x11_out/x11_out.c 	GF_VideoOutput *driv;
GF_VideoOutput   1765 modules/x11_out/x11_out.c 	GF_SAFEALLOC(driv, GF_VideoOutput);
GF_VideoOutput   1791 modules/x11_out/x11_out.c DeleteX11VideoOutput (GF_VideoOutput * vout)
GF_VideoOutput   1832 modules/x11_out/x11_out.c 		DeleteX11VideoOutput ((GF_VideoOutput *)ifce);
GF_VideoOutput    395 src/compositor/compositor.c 		compositor->video_out = (GF_VideoOutput *) gf_modules_load_interface_by_name(compositor->user->modules, sOpt, GF_VIDEO_OUTPUT_INTERFACE);
GF_VideoOutput    409 src/compositor/compositor.c 		GF_VideoOutput *raw_out = NULL;
GF_VideoOutput    413 src/compositor/compositor.c 			compositor->video_out = (GF_VideoOutput *) gf_modules_load_interface(compositor->user->modules, i, GF_VIDEO_OUTPUT_INTERFACE);