FFmpeg
|
Go to the source code of this file.
Functions | |
int | ff_iamf_parse_obu_header (const uint8_t *buf, int buf_size, unsigned *obu_size, int *start_pos, enum IAMF_OBU_Type *type, unsigned *skip_samples, unsigned *discard_padding) |
int | ff_iamfdec_read_descriptors (IAMFContext *c, AVIOContext *pb, int size, void *log_ctx) |
int ff_iamf_parse_obu_header | ( | const uint8_t * | buf, |
int | buf_size, | ||
unsigned * | obu_size, | ||
int * | start_pos, | ||
enum IAMF_OBU_Type * | type, | ||
unsigned * | skip_samples, | ||
unsigned * | discard_padding | ||
) |
Definition at line 1004 of file iamf_parse.c.
Referenced by ff_iamf_read_packet(), ff_iamfdec_read_descriptors(), and iamf_probe().
int ff_iamfdec_read_descriptors | ( | IAMFContext * | c, |
AVIOContext * | pb, | ||
int | size, | ||
void * | log_ctx | ||
) |
Definition at line 1059 of file iamf_parse.c.
Referenced by iamf_read_header().