Go to the source code of this file.
Typedefs | |
| typedef struct m2ts_demux_s | M2TS_DEMUX |
Functions | |
| BD_PRIVATE M2TS_DEMUX * | m2ts_demux_init (uint16_t pid) |
| BD_PRIVATE void | m2ts_demux_free (M2TS_DEMUX **) |
| BD_PRIVATE struct pes_buffer_s * | m2ts_demux (M2TS_DEMUX *, uint8_t *block) |
| typedef struct m2ts_demux_s M2TS_DEMUX |
Definition at line 36 of file m2ts_demux.h.
| BD_PRIVATE M2TS_DEMUX* m2ts_demux_init | ( | uint16_t | pid | ) |
Definition at line 43 of file m2ts_demux.c.
Referenced by graphics_processor_decode_ts().
| BD_PRIVATE void m2ts_demux_free | ( | M2TS_DEMUX ** | ) |
Definition at line 54 of file m2ts_demux.c.
Referenced by graphics_processor_decode_ts(), and graphics_processor_free().
| BD_PRIVATE struct pes_buffer_s* m2ts_demux | ( | M2TS_DEMUX * | , | |
| uint8_t * | block | |||
| ) | [read] |
Definition at line 129 of file m2ts_demux.c.
Referenced by graphics_processor_decode_ts().
1.6.3