_video_out        124 include/gpac/modules/video_out.h 	GF_Err (*Setup)(struct _video_out *vout, void *os_handle, void *os_display, u32 init_flags);
_video_out        126 include/gpac/modules/video_out.h 	void (*Shutdown) (struct _video_out *vout);
_video_out        131 include/gpac/modules/video_out.h 	GF_Err (*Flush) (struct _video_out *vout, GF_Window *dest);
_video_out        133 include/gpac/modules/video_out.h 	GF_Err (*SetFullScreen) (struct _video_out *vout, Bool fs_on, u32 *new_disp_width, u32 *new_disp_height);
_video_out        153 include/gpac/modules/video_out.h 	GF_Err (*ProcessEvent)(struct _video_out *vout, GF_Event *event);
_video_out        166 include/gpac/modules/video_out.h 	GF_Err (*LockBackBuffer)(struct _video_out *vout, GF_VideoSurface *video_info, Bool do_lock);
_video_out        170 include/gpac/modules/video_out.h 	void *(*LockOSContext)(struct _video_out *vout, Bool do_lock);
_video_out        180 include/gpac/modules/video_out.h 	GF_Err (*Blit)(struct _video_out *vout, GF_VideoSurface *video_src, GF_Window *src_wnd, GF_Window *dst_wnd, u32 overlay_type);
_video_out        186 include/gpac/modules/video_out.h 	Bool (*BlitTexture)(struct _video_out *vout, GF_TextureH *texture, GF_Matrix2D *transform, GF_IRect *clip, u8 alpha, GF_ColorKey *col_key, Fixed depth_offset, Fixed depth_gain);
_video_out        191 include/gpac/modules/video_out.h 	void (*ReleaseTexture)(struct _video_out *vout, GF_TextureH *texture);
_video_out        196 include/gpac/modules/video_out.h 	void (*FlushRectangles)(struct _video_out *vout, GF_DirtyRectangles *rectangles);
_video_out        199 include/gpac/modules/video_out.h 	void (*DrawHLine)(struct _video_out *vout, u32 x, u32 y, u32 length, GF_Color color);
_video_out        200 include/gpac/modules/video_out.h 	void (*DrawHLineAlpha)(struct _video_out *vout, u32 x, u32 y, u32 length, GF_Color color, u8 alpha);
_video_out        201 include/gpac/modules/video_out.h 	void (*DrawRectangle)(struct _video_out *vout, u32 x, u32 y, u32 width, u32 height, GF_Color color);
_video_out       1192 modules/sdl_out/video.c GF_Err SDLVid_Setup(struct _video_out *dr, void *os_handle, void *os_display, u32 init_flags)
_video_out        190 modules/x11_out/x11_out.c GF_Err X11_Blit(struct _video_out *vout, GF_VideoSurface *video_src, GF_Window *src, GF_Window *dest, u32 overlay_type)
_video_out        253 modules/x11_out/x11_out.c GF_Err X11_Flush(struct _video_out *vout, GF_Window * dest)
_video_out       1137 modules/x11_out/x11_out.c GF_Err X11_ResizeBackBuffer (struct _video_out *vout, u32 newWidth, u32 newHeight)
_video_out       1149 modules/x11_out/x11_out.c GF_Err X11_ProcessEvent (struct _video_out * vout, GF_Event * evt)
_video_out       1223 modules/x11_out/x11_out.c GF_Err X11_SetFullScreen (struct _video_out * vout, u32 bFullScreenOn, u32 * screen_width, u32 * screen_height)
_video_out       1274 modules/x11_out/x11_out.c GF_Err X11_LockBackBuffer(struct _video_out * vout, GF_VideoSurface * vi, u32 do_lock)
_video_out       1711 modules/x11_out/x11_out.c GF_Err X11_Setup(struct _video_out *vout, void *os_handle, void *os_display, u32 flags)
_video_out       1726 modules/x11_out/x11_out.c void X11_Shutdown (struct _video_out *vout)