Go to the source code of this file.
Functions | |
| read_cache_t * | dvdnav_read_cache_new (dvdnav_t *dvd_self) |
| void | dvdnav_read_cache_free (read_cache_t *self) |
| void | dvdnav_read_cache_clear (read_cache_t *self) |
| void | dvdnav_pre_cache_blocks (read_cache_t *self, int sector, size_t block_count) |
| int | dvdnav_read_cache_block (read_cache_t *self, int sector, size_t block_count, uint8_t **buf) |
| read_cache_t* dvdnav_read_cache_new | ( | dvdnav_t * | dvd_self | ) |
| void dvdnav_read_cache_free | ( | read_cache_t * | self | ) |
Definition at line 120 of file read_cache.c.
Referenced by dvdnav_close(), and dvdnav_free_cache_block().
| void dvdnav_read_cache_clear | ( | read_cache_t * | self | ) |
Definition at line 144 of file read_cache.c.
Referenced by dvdnav_clear(), dvdnav_get_next_cache_block(), and dvdnav_read_cache_new().
| void dvdnav_pre_cache_blocks | ( | read_cache_t * | self, | |
| int | sector, | |||
| size_t | block_count | |||
| ) |
| int dvdnav_read_cache_block | ( | read_cache_t * | self, | |
| int | sector, | |||
| size_t | block_count, | |||
| uint8_t ** | buf | |||
| ) |
1.5.5