
Functions | |
| static picture_t * | Get (vout_display_t *) |
| static void | Display (vout_display_t *, picture_t *) |
| static void | DisplayStat (vout_display_t *, picture_t *) |
| static int | Control (vout_display_t *, int, va_list) |
| static void | Manage (vout_display_t *) |
| static int | OpenVideoCommon (vlc_object_t *object, bool display_stat) |
| int | OpenVideo (vlc_object_t *object) |
| Open the video filter. | |
| int | OpenVideoStat (vlc_object_t *object) |
| static int Control | ( | vout_display_t * | vd, | |
| int | query, | |||
| va_list | args | |||
| ) | [static] |
References VLC_SUCCESS, and VLC_UNUSED.
| static void Display | ( | vout_display_t * | vd, | |
| picture_t * | picture | |||
| ) | [static] |
References picture_Release(), and VLC_UNUSED.
| static void DisplayStat | ( | vout_display_t * | vd, | |
| picture_t * | picture | |||
| ) | [static] |
References vout_display_t::fmt, video_format_t::i_height, video_format_t::i_width, mdate(), msg_Dbg, picture_t::p, plane_t::p_pixels, picture_Release(), and VLC_UNUSED.
Referenced by OpenVideoCommon().
| static picture_t * Get | ( | vout_display_t * | vd | ) | [static] |
References vout_display_t::fmt, picture_NewFromFormat(), and VLC_UNUSED.
Referenced by OpenVideoCommon().
| static void Manage | ( | vout_display_t * | vd | ) | [static] |
References VLC_UNUSED.
| int OpenVideo | ( | vlc_object_t * | object | ) |
Open the video filter.
References Control(), Display(), End(), picture_heap_t::i_chroma, picture_heap_t::i_height, vout_sys_t::i_height, picture_heap_t::i_width, vout_sys_t::i_width, Init(), Manage(), OpenCommon(), OpenVideoCommon(), vout_thread_t::p_sys, vout_thread_t::pf_control, vout_thread_t::pf_display, vout_thread_t::pf_end, vout_thread_t::pf_init, vout_thread_t::pf_manage, vout_thread_t::pf_render, vout_thread_t::render, and vout_sys_t::source_chroma.
| static int OpenVideoCommon | ( | vlc_object_t * | object, | |
| bool | display_stat | |||
| ) | [static] |
References Control(), vout_display_t::control, Display(), vout_display_t::display, DisplayStat(), vout_display_t::fmt, Get(), vout_display_t::get, video_format_t::i_chroma, Manage(), vout_display_t::manage, msg_Dbg, vout_display_t::prepare, var_CreateGetNonEmptyString, VIDEO_ES, vlc_fourcc_GetCodecFromString(), and VLC_SUCCESS.
Referenced by OpenVideo(), and OpenVideoStat().
| int OpenVideoStat | ( | vlc_object_t * | object | ) |
References OpenVideoCommon().
1.5.6