
| typedef struct decoder_sys_t intf_thread_t |
| void CloseIntf | ( | decoder_sys_t * | p_intf | ) |
| static int DisplayAnchor | ( | intf_thread_t * | p_intf, | |
| vout_thread_t * | p_vout, | |||
| char * | psz_anchor_description, | |||
| char * | psz_anchor_url | |||
| ) | [static] |
References DEFAULT_CHAN, mdate(), msg_Dbg, OSD_ALIGN_BOTTOM, VLC_EGENERIC, VLC_SUCCESS, and vout_ShowTextAbsolute().
| static int DisplayPendingAnchor | ( | intf_thread_t * | p_intf, | |
| vout_thread_t * | p_vout | |||
| ) | [static] |
| static void FollowAnchor | ( | intf_thread_t * | p_intf | ) | [static] |
Referenced by FollowAnchorCallback().
| static int FollowAnchorCallback | ( | vlc_object_t * | p_this, | |
| char const * | psz_var, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | newval, | |||
| void * | p_data | |||
| ) | [static] |
References FollowAnchor(), VLC_SUCCESS, and VLC_UNUSED.
| static history_t * GetHistory | ( | playlist_t * | p_playlist | ) | [static] |
| static char * GetTimedURLFromPlaylistItem | ( | intf_thread_t * | p_intf, | |
| playlist_item_t * | p_current_item | |||
| ) | [static] |
References input_item_GetURI(), playlist_item_t::p_input, VLC_UNUSED, xstrcat(), XURL_GetWithoutFragment(), and XURL_IsFileURL().
| static void GoBack | ( | intf_thread_t * | p_intf | ) | [static] |
Referenced by GoBackCallback().
| static int GoBackCallback | ( | vlc_object_t * | p_this, | |
| char const * | psz_var, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | newval, | |||
| void * | p_data | |||
| ) | [static] |
References GoBack(), VLC_SUCCESS, and VLC_UNUSED.
| static void GoForward | ( | intf_thread_t * | p_intf | ) | [static] |
Referenced by GoForwardCallback().
| static int GoForwardCallback | ( | vlc_object_t * | p_this, | |
| char const * | psz_var, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | newval, | |||
| void * | p_data | |||
| ) | [static] |
References GoForward(), VLC_SUCCESS, and VLC_UNUSED.
| static int InitThread | ( | intf_thread_t * | p_intf | ) | [static] |
References FIND_PARENT, msg_Dbg, VLC_EGENERIC, vlc_mutex_lock(), vlc_mutex_unlock(), VLC_OBJECT_DECODER, vlc_object_find, VLC_OBJECT_INPUT, and VLC_SUCCESS.
| static int KeyEvent | ( | vlc_object_t * | p_this, | |
| char const * | psz_var, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | newval, | |||
| void * | p_data | |||
| ) | [static] |
References vlc_value_t::i_int, vlc_mutex_lock(), vlc_mutex_unlock(), VLC_SUCCESS, and VLC_UNUSED.
Referenced by CreateFilter(), and DestroyFilter().
| static int MouseEvent | ( | vlc_object_t * | p_this, | |
| char const * | psz_var, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | newval, | |||
| void * | p_data | |||
| ) | [static] |
References VLC_SUCCESS, and VLC_UNUSED.
Referenced by Close(), CreateFilter(), DestroyFilter(), End(), FilterCallback(), Init(), Manage(), RunIntf(), and VoutsClean().
| decoder_sys_t* OpenIntf | ( | vlc_object_t * | p_this | ) |
| static void ReplacePlaylistItem | ( | playlist_t * | p_playlist, | |
| char * | psz_uri | |||
| ) | [static] |
| static void * RunIntf | ( | vlc_object_t * | p_obj | ) | [static] |
Referenced by Open().
1.5.6