FFmpeg
|
Go to the source code of this file.
Macros | |
#define | EXTENDED_SAR 255 |
Functions | |
static int | ref_pic_list_struct (const EVCParserSPS *sps, GetBitContext *gb, RefPicListStruct *rpl) |
static int | hrd_parameters (GetBitContext *gb, HRDParameters *hrd) |
static int | vui_parameters (GetBitContext *gb, VUIParameters *vui) |
int | ff_evc_parse_sps (GetBitContext *gb, EVCParamSets *ps) |
int | ff_evc_parse_pps (GetBitContext *gb, EVCParamSets *ps) |
void | ff_evc_ps_free (EVCParamSets *ps) |
|
static |
Definition at line 27 of file evc_ps.c.
Referenced by ff_evc_parse_sps().
|
static |
Definition at line 57 of file evc_ps.c.
Referenced by vui_parameters().
|
static |
Definition at line 79 of file evc_ps.c.
Referenced by ff_evc_parse_sps().
int ff_evc_parse_sps | ( | GetBitContext * | gb, |
EVCParamSets * | ps | ||
) |
Definition at line 151 of file evc_ps.c.
Referenced by parse_nal_unit().
int ff_evc_parse_pps | ( | GetBitContext * | gb, |
EVCParamSets * | ps | ||
) |
Definition at line 351 of file evc_ps.c.
Referenced by parse_nal_unit().
void ff_evc_ps_free | ( | EVCParamSets * | ps | ) |
Definition at line 436 of file evc_ps.c.
Referenced by evc_frame_merge_close(), evc_frame_merge_flush(), and evc_parser_close().