upipe-framers/upipe_framers_common.h header reference
Upipe common utils for framers More
Header inclusion [link]
Members [link]
Function [link]
- const uint8_t * upipe_framers_mpeg_scan(const uint8_t *p, const uint8_t *end, uint32_t *state)
Description [link]
Upipe common utils for framers
Members detail [link]
#define _UPIPE_FRAMERS_UPIPE_FRAMERS_COMMON_H_ [link]
This macro is declared in upipe-framers/upipe_framers_common.h source file, line 26.
const uint8_t * upipe_framers_mpeg_scan(const uint8_t *p, const uint8_t *end, uint32_t *state) [link]
This function is declared in upipe-framers/upipe_framers_common.h source file, line 43.
This function scans for an MPEG-style 3-octet start code in a linear buffer.
Parameter list:
- p: linear buffer
- end: end of linear buffer
- state: state of the algorithm
The return value is pointer to start code, or end if not found