VLC 4.0.0-dev
Loading...
Searching...
No Matches
vout_private.h File Reference
Include dependency graph for vout_private.h:

Go to the source code of this file.

Data Structures

struct  vout_interlacing_state_t

Typedefs

typedef struct vout_interlacing_state_t vout_interlacing_state_t

Functions

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

Typedef Documentation

◆ vout_interlacing_state_t

typedef struct vout_interlacing_state_t vout_interlacing_state_t

Function Documentation

◆ vout_CloseWrapper()

void vout_CloseWrapper ( vout_thread_t * vout,
vout_display_t * vd )

◆ vout_InitInterlacingSupport()

◆ vout_OpenWrapper()

◆ vout_ReinitInterlacingSupport()

void vout_ReinitInterlacingSupport ( vout_thread_t * vout,
vout_interlacing_state_t * sys )

◆ vout_SetInterlacingState()

void vout_SetInterlacingState ( vout_thread_t * vout,
vout_interlacing_state_t * sys,
bool is_interlaced )