Go to the source code of this file.
Functions | |
| void | navRead_PCI (pci_t *, unsigned char *) |
| Parsing of NAV data, PCI and DSI parts. | |
| void | navRead_DSI (dsi_t *, unsigned char *) |
| Reads the DSI packet data pointed to into dsi struct. | |
| void navRead_PCI | ( | pci_t * | , | |
| unsigned char * | ||||
| ) |
Parsing of NAV data, PCI and DSI parts.
Reads the PCI packet data pointed to into th pci struct.
| pci | Pointer to the PCI data structure to be filled in. | |
| bufffer | Pointer to the buffer of the on disc PCI data. |
Definition at line 37 of file nav_read.c.
Referenced by dvdnav_decode_packet().
| void navRead_DSI | ( | dsi_t * | , | |
| unsigned char * | ||||
| ) |
Reads the DSI packet data pointed to into dsi struct.
| dsi | Pointer to the DSI data structure to be filled in. | |
| bufffer | Pointer to the buffer of the on disc DSI data. |
Definition at line 204 of file nav_read.c.
Referenced by dvdnav_decode_packet().
1.6.3