|
VLC
2.1.0-git
|
Go to the source code of this file.
Data Structures | |
| struct | vout_interlacing_support_t |
Functions | |
| void | vout_InitInterlacingSupport (vout_thread_t *, bool is_interlaced) |
| void | vout_SetInterlacingState (vout_thread_t *, vout_interlacing_support_t *, bool is_interlaced) |
| void vout_InitInterlacingSupport | ( | vout_thread_t * | , |
| bool | is_interlaced | ||
| ) |
References _, vlc_value_t::b_bool, config_FindConfig(), DeinterlaceCallback(), DeinterlaceIsModeValid(), DeinterlaceIsPresent(), module_config_t::i, vlc_value_t::i_int, likely, module_config_t::list, module_config_t::list_count, module_config_t::list_text, msg_Dbg, module_config_t::orig, module_value_t::psz, module_config_t::psz, vlc_value_t::psz_string, text, var_AddCallback, var_Change, var_Create, var_CreateGetNonEmptyString, var_GetInteger, var_GetNonEmptyString, var_SetInteger, VLC_CLIP, vlc_gettext(), VLC_OBJECT, VLC_VAR_ADDCHOICE, VLC_VAR_BOOL, VLC_VAR_CLEARCHOICES, VLC_VAR_DOINHERIT, VLC_VAR_HASCHOICE, VLC_VAR_INTEGER, VLC_VAR_SETTEXT, VLC_VAR_SETVALUE, and VLC_VAR_STRING.
Referenced by VoutCreate().
| void vout_SetInterlacingState | ( | vout_thread_t * | , |
| vout_interlacing_support_t * | , | ||
| bool | is_interlaced | ||
| ) |
References vout_interlacing_support_t::date, vout_interlacing_support_t::is_interlaced, mdate(), msg_Dbg, and var_SetBool.
Referenced by ThreadManage().
1.8.1.2