VLC 4.0.0-dev
vout_private.h File Reference
Include dependency graph for vout_private.h:

Go to the source code of this file.

Data Structures

struct  vout_thread_private_t
 

Typedefs

typedef struct vout_thread_private_t vout_thread_private_t
 

Functions

vout_display_tvout_OpenWrapper (vout_thread_t *, vout_thread_private_t *, const char *, const vout_display_cfg_t *, const video_format_t *, vlc_video_context *)
 
void vout_CloseWrapper (vout_thread_t *, vout_thread_private_t *, vout_display_t *vd)
 
void vout_InitInterlacingSupport (vout_thread_t *, vout_thread_private_t *)
 
void vout_ReinitInterlacingSupport (vout_thread_t *, vout_thread_private_t *)
 
void vout_SetInterlacingState (vout_thread_t *, vout_thread_private_t *, bool is_interlaced)
 

Typedef Documentation

◆ vout_thread_private_t

Function Documentation

◆ vout_CloseWrapper()

◆ vout_InitInterlacingSupport()

◆ vout_OpenWrapper()

◆ vout_ReinitInterlacingSupport()

void vout_ReinitInterlacingSupport ( vout_thread_t vout,
vout_thread_private_t sys 
)

◆ vout_SetInterlacingState()