Go to the source code of this file.
Functions | |
| BD_PRIVATE uint32_t | clpi_lookup_spn (CLPI_CL *cl, uint32_t timestamp, int before, uint8_t stc_id) |
| BD_PRIVATE uint32_t | clpi_access_point (CLPI_CL *cl, uint32_t pkt, int next, int angle_change, uint32_t *time) |
| BD_PRIVATE CLPI_CL * | clpi_parse (char *path, int verbose) |
| BD_PRIVATE CLPI_CL * | clpi_copy (CLPI_CL *dest_cl, CLPI_CL *src_cl) |
| BD_PRIVATE void | clpi_free (CLPI_CL *cl) |
| BD_PRIVATE uint32_t clpi_lookup_spn | ( | CLPI_CL * | cl, | |
| uint32_t | timestamp, | |||
| int | before, | |||
| uint8_t | stc_id | |||
| ) |
Definition at line 344 of file clpi_parse.c.
Referenced by _fill_clip(), _fill_mark(), nav_clip_time_search(), and nav_time_search().
| BD_PRIVATE uint32_t clpi_access_point | ( | CLPI_CL * | cl, | |
| uint32_t | pkt, | |||
| int | next, | |||
| int | angle_change, | |||
| uint32_t * | time | |||
| ) |
Definition at line 450 of file clpi_parse.c.
Referenced by nav_angle_change_search(), and nav_packet_search().
| BD_PRIVATE CLPI_CL* clpi_parse | ( | char * | path, | |
| int | verbose | |||
| ) |
Definition at line 579 of file clpi_parse.c.
Referenced by _fill_clip().
Definition at line 630 of file clpi_parse.c.
Referenced by bd_get_clpi().
| BD_PRIVATE void clpi_free | ( | CLPI_CL * | cl | ) |
Definition at line 536 of file clpi_parse.c.
Referenced by _fill_clip(), bd_free_clpi(), clpi_copy(), clpi_parse(), and nav_title_close().
1.6.3