
Functions | |
| void | bd_clpi_stc_Parse (bd_clpi_stc_t *p_stc, bs_t *s) |
| void | bd_clpi_stream_Parse (bd_clpi_stream_t *p_stream, bs_t *s) |
| void | bd_clpi_ep_map_Clean (bd_clpi_ep_map_t *p_ep_map) |
| int | bd_clpi_ep_map_Parse (bd_clpi_ep_map_t *p_ep_map, bs_t *s, const int i_ep_map_start) |
| void | bd_clpi_Clean (bd_clpi_t *p_clpi) |
| int | bd_clpi_Parse (bd_clpi_t *p_clpi, bs_t *s, int i_id) |
| void bd_clpi_Clean | ( | bd_clpi_t * | p_clpi | ) |
References bd_clpi_ep_map_Clean(), i, bd_clpi_t::i_ep_map, bd_clpi_t::p_ep_map, bd_clpi_t::p_stc, and bd_clpi_t::p_stream.
Referenced by Close().
| void bd_clpi_ep_map_Clean | ( | bd_clpi_ep_map_t * | p_ep_map | ) |
| int bd_clpi_ep_map_Parse | ( | bd_clpi_ep_map_t * | p_ep_map, | |
| bs_t * | s, | |||
| const int | i_ep_map_start | |||
| ) |
References bd_clpi_ep_t::b_angle_point, bs_pos(), bs_read(), bs_skip(), cs, i, bd_clpi_ep_map_t::i_ep, bd_clpi_ep_t::i_packet, bd_clpi_ep_map_t::i_pid, bd_clpi_ep_t::i_pts, bd_clpi_ep_map_t::i_type, bd_clpi_ep_map_t::p_ep, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by bd_clpi_Parse().
References bd_clpi_ep_map_Parse(), bd_clpi_stc_Parse(), bd_clpi_stream_Parse(), bs_pos(), bs_read(), bs_skip(), cs, bd_clpi_t::i_ep_map, bd_clpi_t::i_id, bd_clpi_t::i_pmt_pid, bd_clpi_t::i_stc, bd_clpi_t::i_stream, bd_clpi_t::p_ep_map, bd_clpi_t::p_stc, bd_clpi_t::p_stream, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by LoadClpi().
| void bd_clpi_stc_Parse | ( | bd_clpi_stc_t * | p_stc, | |
| bs_t * | s | |||
| ) |
References bs_read(), bd_clpi_stc_t::i_end, bd_clpi_stc_t::i_packet, bd_clpi_stc_t::i_pcr_pid, and bd_clpi_stc_t::i_start.
Referenced by bd_clpi_Parse().
| void bd_clpi_stream_Parse | ( | bd_clpi_stream_t * | p_stream, | |
| bs_t * | s | |||
| ) |
References bs_read(), bs_skip(), bd_clpi_stream_t::i_pid, and bd_clpi_stream_t::i_type.
Referenced by bd_clpi_Parse().
1.5.6