Go to the source code of this file.
Functions | |
| PES_BUFFER * | pes_buffer_alloc (int size) |
| void | pes_buffer_free (PES_BUFFER **p) |
| void | pes_buffer_append (PES_BUFFER **head, PES_BUFFER *buf) |
| static PES_BUFFER * | _prev_buffer (PES_BUFFER *head, PES_BUFFER *buf) |
| void | pes_buffer_remove (PES_BUFFER **head, PES_BUFFER *p) |
| PES_BUFFER* pes_buffer_alloc | ( | int | size | ) |
Definition at line 27 of file pes_buffer.c.
Referenced by m2ts_demux().
| void pes_buffer_free | ( | PES_BUFFER ** | p | ) |
Definition at line 39 of file pes_buffer.c.
Referenced by graphics_processor_decode_ts(), graphics_processor_free(), m2ts_demux(), m2ts_demux_free(), pes_buffer_free(), and pes_buffer_remove().
| void pes_buffer_append | ( | PES_BUFFER ** | head, | |
| PES_BUFFER * | buf | |||
| ) |
Definition at line 50 of file pes_buffer.c.
Referenced by graphics_processor_decode_ts(), and m2ts_demux().
| static PES_BUFFER* _prev_buffer | ( | PES_BUFFER * | head, | |
| PES_BUFFER * | buf | |||
| ) | [static] |
Definition at line 68 of file pes_buffer.c.
Referenced by pes_buffer_remove().
| void pes_buffer_remove | ( | PES_BUFFER ** | head, | |
| PES_BUFFER * | p | |||
| ) |
Definition at line 80 of file pes_buffer.c.
Referenced by _join_segment_fragments(), and graphics_processor_decode_pes().
1.6.3