Go to the source code of this file.
| BD_PRIVATE void pg_decode_video_descriptor | ( | BITBUFFER * | bb, | |
| BD_PG_VIDEO_DESCRIPTOR * | p | |||
| ) |
Definition at line 30 of file pg_decode.c.
Referenced by ig_decode_interactive(), and pg_decode_composition().
| BD_PRIVATE void pg_decode_composition_descriptor | ( | BITBUFFER * | bb, | |
| BD_PG_COMPOSITION_DESCRIPTOR * | p | |||
| ) |
Definition at line 38 of file pg_decode.c.
Referenced by ig_decode_interactive(), and pg_decode_composition().
| BD_PRIVATE void pg_decode_sequence_descriptor | ( | BITBUFFER * | bb, | |
| BD_PG_SEQUENCE_DESCRIPTOR * | p | |||
| ) |
Definition at line 45 of file pg_decode.c.
Referenced by _join_segment_fragments(), ig_decode_interactive(), and pg_decode_object().
| BD_PRIVATE void pg_decode_window | ( | BITBUFFER * | bb, | |
| BD_PG_WINDOW * | p | |||
| ) |
Definition at line 52 of file pg_decode.c.
Referenced by _decode_effect_sequence(), and pg_decode_windows().
| BD_PRIVATE void pg_decode_composition_object | ( | BITBUFFER * | bb, | |
| BD_PG_COMPOSITION_OBJECT * | p | |||
| ) |
Definition at line 61 of file pg_decode.c.
Referenced by _decode_effect(), and pg_decode_composition().
| BD_PRIVATE int pg_decode_palette_update | ( | BITBUFFER * | bb, | |
| BD_PG_PALETTE * | p | |||
| ) |
Definition at line 85 of file pg_decode.c.
Referenced by _decode_pds(), and pg_decode_palette().
| BD_PRIVATE int pg_decode_palette | ( | BITBUFFER * | bb, | |
| BD_PG_PALETTE * | p | |||
| ) |
Definition at line 102 of file pg_decode.c.
Referenced by _decode_pds().
| BD_PRIVATE int pg_decode_object | ( | BITBUFFER * | bb, | |
| BD_PG_OBJECT * | p | |||
| ) |
Definition at line 162 of file pg_decode.c.
Referenced by _decode_ods().
| BD_PRIVATE int pg_decode_composition | ( | BITBUFFER * | bb, | |
| BD_PG_COMPOSITION * | p | |||
| ) |
Definition at line 199 of file pg_decode.c.
Referenced by _decode_pcs().
| BD_PRIVATE int pg_decode_windows | ( | BITBUFFER * | bb, | |
| BD_PG_WINDOWS * | p | |||
| ) |
Definition at line 221 of file pg_decode.c.
| BD_PRIVATE void pg_clean_object | ( | BD_PG_OBJECT * | p | ) |
Definition at line 239 of file pg_decode.c.
Referenced by _check_epoch_start(), pg_display_set_free(), and pg_free_object().
| BD_PRIVATE void pg_clean_composition | ( | BD_PG_COMPOSITION * | p | ) |
Definition at line 246 of file pg_decode.c.
Referenced by pg_free_composition().
| BD_PRIVATE void pg_clean_windows | ( | BD_PG_WINDOWS * | p | ) |
Definition at line 253 of file pg_decode.c.
Referenced by pg_free_windows().
| BD_PRIVATE void pg_free_palette | ( | BD_PG_PALETTE ** | p | ) |
Definition at line 260 of file pg_decode.c.
| BD_PRIVATE void pg_free_object | ( | BD_PG_OBJECT ** | p | ) |
Definition at line 267 of file pg_decode.c.
| BD_PRIVATE void pg_free_composition | ( | BD_PG_COMPOSITION ** | p | ) |
Definition at line 275 of file pg_decode.c.
Referenced by _decode_pcs().
| BD_PRIVATE void pg_free_windows | ( | BD_PG_WINDOWS ** | p | ) |
Definition at line 283 of file pg_decode.c.
1.6.3