FFmpeg
|
Go to the source code of this file.
Functions | |
int | ff_evc_parse_slice_header (GetBitContext *gb, EVCParserSliceHeader *sh, const EVCParamSets *ps, enum EVCNALUnitType nalu_type) |
int | ff_evc_derive_poc (const EVCParamSets *ps, const EVCParserSliceHeader *sh, EVCParserPoc *poc, enum EVCNALUnitType nalu_type, int tid) |
int ff_evc_parse_slice_header | ( | GetBitContext * | gb, |
EVCParserSliceHeader * | sh, | ||
const EVCParamSets * | ps, | ||
enum EVCNALUnitType | nalu_type | ||
) |
Definition at line 24 of file evc_parse.c.
Referenced by parse_nal_unit().
int ff_evc_derive_poc | ( | const EVCParamSets * | ps, |
const EVCParserSliceHeader * | sh, | ||
EVCParserPoc * | poc, | ||
enum EVCNALUnitType | nalu_type, | ||
int | tid | ||
) |
Definition at line 140 of file evc_parse.c.
Referenced by parse_nal_unit().