Go to the source code of this file.
Classes | |
| struct | index_unit_s |
| struct | extdata_s |
Typedefs | |
| typedef struct index_unit_s | index_unit |
| typedef struct extdata_s | extdata_t |
Functions | |
| void | show_buf (uint8_t *buf, int length) |
| int | find_mpg_header (uint8_t head, uint8_t *buf, int length) |
| int | find_any_header (uint8_t *head, uint8_t *buf, int length) |
| uint64_t | trans_pts_dts (uint8_t *pts) |
| int | mring_peek (ringbuffer *rbuf, uint8_t *buf, unsigned int l, uint32_t off) |
| int | ring_find_mpg_header (ringbuffer *rbuf, uint8_t head, int off, int le) |
| int | ring_find_any_header (ringbuffer *rbuf, uint8_t *head, int off, int le) |
| typedef struct index_unit_s index_unit |
| void show_buf | ( | uint8_t * | buf, | |
| int | length | |||
| ) |
| int find_mpg_header | ( | uint8_t | head, | |
| uint8_t * | buf, | |||
| int | length | |||
| ) |
Definition at line 66 of file mpg_common.c.
| int find_any_header | ( | uint8_t * | head, | |
| uint8_t * | buf, | |||
| int | length | |||
| ) |
| uint64_t trans_pts_dts | ( | uint8_t * | pts | ) |
| int mring_peek | ( | ringbuffer * | rbuf, | |
| uint8_t * | buf, | |||
| unsigned int | l, | |||
| uint32_t | off | |||
| ) |
Definition at line 156 of file mpg_common.c.
Referenced by find_audio_sync(), ring_find_any_header(), and ring_find_mpg_header().
| int ring_find_mpg_header | ( | ringbuffer * | rbuf, | |
| uint8_t | head, | |||
| int | off, | |||
| int | le | |||
| ) |
Definition at line 169 of file mpg_common.c.
Referenced by get_video_ext_info(), and get_video_info().
| int ring_find_any_header | ( | ringbuffer * | rbuf, | |
| uint8_t * | head, | |||
| int | off, | |||
| int | le | |||
| ) |
1.5.5