VLC  3.0.15
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Structures | Functions
video_text.c File Reference
Include dependency graph for video_text.c:

Data Structures

struct  subpicture_updater_sys_t
 

Functions

static int OSDTextValidate (subpicture_t *subpic, bool has_src_changed, const video_format_t *fmt_src, bool has_dst_changed, const video_format_t *fmt_dst, mtime_t ts)
 
static void OSDTextUpdate (subpicture_t *subpic, const video_format_t *fmt_src, const video_format_t *fmt_dst, mtime_t ts)
 
static void OSDTextDestroy (subpicture_t *subpic)
 
void vout_OSDText (vout_thread_t *vout, int channel, int position, mtime_t duration, const char *text)
 Write an informative message if the OSD option is enabled. More...
 
void vout_OSDMessage (vout_thread_t *vout, int channel, const char *format,...)
 Write an informative message at the default location, for the default duration and only if the OSD option is enabled. More...
 

Function Documentation

◆ OSDTextDestroy()

static void OSDTextDestroy ( subpicture_t subpic)
static

◆ OSDTextUpdate()

static void OSDTextUpdate ( subpicture_t subpic,
const video_format_t fmt_src,
const video_format_t fmt_dst,
mtime_t  ts 
)
static

Referenced by vout_OSDText().

◆ OSDTextValidate()

static int OSDTextValidate ( subpicture_t subpic,
bool  has_src_changed,
const video_format_t fmt_src,
bool  has_dst_changed,
const video_format_t fmt_dst,
mtime_t  ts 
)
static

< No error

< Unspecified error

References VLC_EGENERIC, VLC_SUCCESS, and VLC_UNUSED.

Referenced by vout_OSDText().