| enum es_out_query_e |
| static es_out_id_t* es_out_Add | ( | es_out_t * | out, | |
| const es_format_t * | fmt | |||
| ) | [inline, static] |
References es_out_t::pf_add.
Referenced by CmdExecuteAdd().
| static int es_out_Control | ( | es_out_t * | out, | |
| int | i_query, | |||
| ... | ||||
| ) | [inline, static] |
References es_out_vaControl().
Referenced by CmdExecuteControl(), Control(), ControlLocked(), es_out_ControlGetPcrSystem(), es_out_ControlModifyPcrSystem(), es_out_ControlSetMeta(), es_out_Eos(), es_out_GetBuffering(), es_out_GetEmpty(), es_out_GetEsObjects(), es_out_GetGroupForced(), es_out_GetWakeup(), es_out_SetDelay(), es_out_SetFrameNext(), es_out_SetJitter(), es_out_SetMode(), es_out_SetPauseState(), es_out_SetRate(), es_out_SetRecordState(), es_out_SetTime(), es_out_SetTimes(), EsOutControlLocked(), input_vaControl(), and SubtitleAdd().
| static int es_out_ControlGetPcrSystem | ( | es_out_t * | out, | |
| mtime_t * | pi_system, | |||
| mtime_t * | pi_delay | |||
| ) | [inline, static] |
References es_out_Control(), and ES_OUT_GET_PCR_SYSTEM.
Referenced by ControlLocked(), and input_vaControl().
| static int es_out_ControlModifyPcrSystem | ( | es_out_t * | out, | |
| bool | b_absolute, | |||
| mtime_t | i_system | |||
| ) | [inline, static] |
References es_out_Control(), and ES_OUT_MODIFY_PCR_SYSTEM.
Referenced by ControlLocked(), and input_vaControl().
| static int es_out_ControlSetMeta | ( | es_out_t * | out, | |
| const vlc_meta_t * | p_meta | |||
| ) | [inline, static] |
References es_out_Control(), and ES_OUT_SET_META.
Referenced by InputUpdateMeta().
| static void es_out_Del | ( | es_out_t * | out, | |
| es_out_id_t * | id | |||
| ) | [inline, static] |
References es_out_t::pf_del.
Referenced by CmdExecuteDel().
| static void es_out_Delete | ( | es_out_t * | p_out | ) | [inline, static] |
References es_out_t::pf_destroy.
Referenced by Destructor(), End(), and Init().
| static int es_out_Send | ( | es_out_t * | out, | |
| es_out_id_t * | id, | |||
| block_t * | p_block | |||
| ) | [inline, static] |
References es_out_t::pf_send.
Referenced by CmdExecuteSend().
| static int es_out_vaControl | ( | es_out_t * | out, | |
| int | i_query, | |||
| va_list | args | |||
| ) | [inline, static] |
References es_out_t::pf_control.
Referenced by es_out_Control().
1.7.1