Go to the source code of this file.
Classes | |
| struct | pes_buffer_s |
Typedefs | |
| typedef struct pes_buffer_s | PES_BUFFER |
Functions | |
| BD_PRIVATE PES_BUFFER * | pes_buffer_alloc (int size) BD_ATTR_MALLOC |
| BD_PRIVATE void | pes_buffer_free (PES_BUFFER **) |
| BD_PRIVATE void | pes_buffer_append (PES_BUFFER **head, PES_BUFFER *buf) |
| BD_PRIVATE void | pes_buffer_remove (PES_BUFFER **head, PES_BUFFER *buf) |
| typedef struct pes_buffer_s PES_BUFFER |
Definition at line 31 of file pes_buffer.h.
| BD_PRIVATE PES_BUFFER* pes_buffer_alloc | ( | int | size | ) |
Definition at line 27 of file pes_buffer.c.
Referenced by m2ts_demux().
| BD_PRIVATE void pes_buffer_free | ( | PES_BUFFER ** | ) |
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().
| BD_PRIVATE 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().
| BD_PRIVATE void pes_buffer_remove | ( | PES_BUFFER ** | head, | |
| PES_BUFFER * | buf | |||
| ) |
Definition at line 80 of file pes_buffer.c.
Referenced by _join_segment_fragments(), and graphics_processor_decode_pes().
1.6.3