Go to the source code of this file.
| static void print_time | ( | dvd_time_t * | dtime | ) | [static] |
Definition at line 48 of file highlight.c.
Referenced by nav_print_PCI_GI().
| static void nav_print_PCI_GI | ( | pci_gi_t * | pci_gi | ) | [static] |
Definition at line 75 of file highlight.c.
Referenced by nav_print_PCI().
| static void nav_print_NSML_AGLI | ( | nsml_agli_t * | nsml_agli | ) | [static] |
Definition at line 100 of file highlight.c.
Referenced by nav_print_PCI().
Definition at line 115 of file highlight.c.
Referenced by nav_print_HLI().
| static void nav_print_BTN_COLIT | ( | btn_colit_t * | btn_colit | ) | [static] |
Definition at line 140 of file highlight.c.
Referenced by nav_print_HLI().
Definition at line 157 of file highlight.c.
Referenced by nav_print_HLI().
| static void nav_print_HLI | ( | hli_t * | hli | ) | [static] |
Definition at line 195 of file highlight.c.
Referenced by nav_print_PCI().
| void nav_print_PCI | ( | pci_t * | pci | ) |
Definition at line 204 of file highlight.c.
Referenced by get_current_button().
| dvdnav_status_t dvdnav_get_current_highlight | ( | dvdnav_t * | this, | |
| int32_t * | button | |||
| ) |
Definition at line 216 of file highlight.c.
Referenced by DVDRingBuffer::DVDButtonUpdate(), and DVDRingBuffer::SelectDefaultButton().
| static btni_t* get_current_button | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) | [static] |
Definition at line 224 of file highlight.c.
Referenced by button_auto_action(), dvdnav_button_activate(), dvdnav_left_button_select(), dvdnav_lower_button_select(), dvdnav_right_button_select(), and dvdnav_upper_button_select().
| static dvdnav_status_t button_auto_action | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) | [static] |
Definition at line 244 of file highlight.c.
Referenced by dvdnav_left_button_select(), dvdnav_lower_button_select(), dvdnav_right_button_select(), and dvdnav_upper_button_select().
| dvdnav_status_t dvdnav_upper_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
Definition at line 250 of file highlight.c.
Referenced by DVDRingBuffer::MoveButtonUp().
| dvdnav_status_t dvdnav_lower_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
Definition at line 260 of file highlight.c.
Referenced by DVDRingBuffer::MoveButtonDown().
| dvdnav_status_t dvdnav_right_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
Definition at line 270 of file highlight.c.
Referenced by DVDRingBuffer::MoveButtonRight().
| dvdnav_status_t dvdnav_left_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
Definition at line 280 of file highlight.c.
Referenced by DVDRingBuffer::MoveButtonLeft().
| dvdnav_status_t dvdnav_get_highlight_area | ( | pci_t * | nav_pci, | |
| int32_t | button, | |||
| int32_t | mode, | |||
| dvdnav_highlight_area_t * | highlight | |||
| ) |
Definition at line 290 of file highlight.c.
Referenced by DVDRingBuffer::DVDButtonUpdate().
| dvdnav_status_t dvdnav_button_activate | ( | dvdnav_t * | this, | |
| pci_t * | pci | |||
| ) |
Definition at line 328 of file highlight.c.
Referenced by DVDRingBuffer::ActivateButton(), button_auto_action(), dvdnav_button_select_and_activate(), and dvdnav_mouse_activate().
| dvdnav_status_t dvdnav_button_activate_cmd | ( | dvdnav_t * | this, | |
| int32_t | button, | |||
| vm_cmd_t * | cmd | |||
| ) |
Definition at line 386 of file highlight.c.
| dvdnav_status_t dvdnav_button_select | ( | dvdnav_t * | this, | |
| pci_t * | pci, | |||
| int32_t | button | |||
| ) |
Definition at line 408 of file highlight.c.
Referenced by dvdnav_button_select_and_activate(), dvdnav_left_button_select(), dvdnav_lower_button_select(), dvdnav_mouse_select(), dvdnav_right_button_select(), dvdnav_upper_button_select(), and DVDRingBuffer::SelectDefaultButton().
| dvdnav_status_t dvdnav_button_select_and_activate | ( | dvdnav_t * | this, | |
| pci_t * | pci, | |||
| int32_t | button | |||
| ) |
Definition at line 433 of file highlight.c.
| dvdnav_status_t dvdnav_mouse_select | ( | dvdnav_t * | this, | |
| pci_t * | pci, | |||
| int32_t | x, | |||
| int32_t | y | |||
| ) |
Definition at line 441 of file highlight.c.
Referenced by dvdnav_mouse_activate().
| dvdnav_status_t dvdnav_mouse_activate | ( | dvdnav_t * | this, | |
| pci_t * | pci, | |||
| int32_t | x, | |||
| int32_t | y | |||
| ) |
Definition at line 488 of file highlight.c.
1.6.3