Go to the source code of this file.
Functions | |
| osd_menu_t * | osd_MenuNew (osd_menu_t *, const char *, int, int) |
| osd_button_t * | osd_ButtonNew (const char *, int, int) |
| osd_state_t * | osd_StateNew (osd_menu_t *, const char *, const char *) |
| void | osd_MenuFree (osd_menu_t *) |
| void | osd_ButtonFree (osd_menu_t *, osd_button_t *) |
| void | osd_StatesFree (osd_menu_t *, osd_state_t *) |
Variables | |
| const char *const | ppsz_button_states [3] |
| void osd_ButtonFree | ( | osd_menu_t * | , | |
| osd_button_t * | ||||
| ) |
| osd_button_t* osd_ButtonNew | ( | const char * | , | |
| int | , | |||
| int | ||||
| ) |
References osd_button_t::i_x, osd_button_t::i_y, osd_button_t::p_feedback, osd_button_t::psz_action, osd_button_t::psz_action_down, and strdup().
Referenced by osd_parser_simpleOpen().
| void osd_MenuFree | ( | osd_menu_t * | ) |
References msg_Dbg, osd_ButtonFree(), osd_menu_t::p_button, osd_menu_t::p_last_button, osd_menu_t::p_state, and osd_menu_t::psz_path.
Referenced by osd_parser_Close(), and osd_parser_simpleOpen().
| osd_menu_t* osd_MenuNew | ( | osd_menu_t * | , | |
| const char * | , | |||
| int | , | |||
| int | ||||
| ) |
References osd_menu_t::i_style, osd_menu_t::i_x, osd_menu_t::i_y, OSD_MENU_STYLE_SIMPLE, osd_menu_t::p_state, osd_menu_t::psz_path, and strdup().
Referenced by osd_parser_simpleOpen().
| osd_state_t* osd_StateNew | ( | osd_menu_t * | , | |
| const char * | , | |||
| const char * | ||||
| ) |
References video_format_t::i_chroma, osd_state_t::i_height, osd_state_t::i_state, plane_t::i_visible_lines, plane_t::i_visible_pitch, osd_state_t::i_width, image_ReadUrl, OSD_BUTTON_PRESSED, OSD_BUTTON_SELECT, OSD_BUTTON_UNSELECT, picture_t::p, osd_menu_t::p_image, osd_state_t::p_pic, ppsz_button_states, osd_state_t::psz_state, strdup(), VLC_CODEC_YUVA, and Y_PLANE.
Referenced by osd_parser_simpleOpen().
| void osd_StatesFree | ( | osd_menu_t * | , | |
| osd_state_t * | ||||
| ) |
References msg_Dbg, picture_t::p_data_orig, osd_state_t::p_next, osd_state_t::p_pic, osd_state_t::p_prev, and osd_state_t::psz_state.
Referenced by osd_ButtonFree(), and osd_parser_simpleOpen().
| const char* const ppsz_button_states[3] |
Referenced by osd_parser_simpleOpen(), and osd_StateNew().
1.5.6