Go to the source code of this file.
| static dvdnav_status_t dvdnav_scan_admap | ( | dvdnav_t * | this, | |
| int32_t | domain, | |||
| uint32_t | seekto_block, | |||
| uint32_t * | vobu | |||
| ) | [static] |
Definition at line 41 of file searching.c.
Referenced by dvdnav_sector_search(), dvdnav_time_search(), and dvdnav_time_search_within_cell().
| dvdnav_status_t dvdnav_time_search | ( | dvdnav_t * | this, | |
| uint64_t | time, | |||
| uint | search_to_nearest_cell | |||
| ) |
| dvdnav_status_t dvdnav_sector_search | ( | dvdnav_t * | this, | |
| uint64_t | offset, | |||
| int32_t | origin | |||
| ) |
Definition at line 212 of file searching.c.
| dvdnav_status_t dvdnav_part_search | ( | dvdnav_t * | this, | |
| int32_t | part | |||
| ) |
Definition at line 331 of file searching.c.
| dvdnav_status_t dvdnav_prev_pg_search | ( | dvdnav_t * | this | ) |
| dvdnav_status_t dvdnav_top_pg_search | ( | dvdnav_t * | this | ) |
Definition at line 372 of file searching.c.
| dvdnav_status_t dvdnav_next_pg_search | ( | dvdnav_t * | this | ) |
| dvdnav_status_t dvdnav_menu_supported | ( | dvdnav_t * | this, | |
| DVDMenuID_t | menu | |||
| ) |
| dvdnav_status_t dvdnav_menu_call | ( | dvdnav_t * | this, | |
| DVDMenuID_t | menu | |||
| ) |
| dvdnav_status_t dvdnav_get_position | ( | dvdnav_t * | this, | |
| uint32_t * | pos, | |||
| uint32_t * | len | |||
| ) |
Definition at line 539 of file searching.c.
Referenced by dvdnav_sector_search(), DVDRingBufferPriv::GetReadPosition(), and DVDRingBufferPriv::safe_read().
| dvdnav_status_t dvdnav_get_position_in_title | ( | dvdnav_t * | this, | |
| uint32_t * | pos, | |||
| uint32_t * | len | |||
| ) |
Definition at line 606 of file searching.c.
| dvdnav_status_t dvdnav_time_search_within_cell | ( | dvdnav_t * | this, | |
| int | relative_time | |||
| ) |
Seeks the nearest VOBU to the relative_time within the cell relative_time is in seconds * 2.
If you want 5 seconds ahead relative time = +10. If relative_time is negative, then look backwards within the cell. max seek interval is 60seconds. for some reason dvdnav seems to return an error when seeking above 60 seconds on some dvds.
Definition at line 651 of file searching.c.
Referenced by DVDRingBufferPriv::safe_read(), and DVDRingBufferPriv::Seek().
1.5.5