upipe-framers/upipe_framers_common.h header reference

Upipe common utils for framers More

Header inclusion  

Members  

Function  

Description  

Upipe common utils for framers

Members detail  

#define _UPIPE_FRAMERS_UPIPE_FRAMERS_COMMON_H_  

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)  

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

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:18 2018 using MkDoc