Home
last modified time | relevance | path

Searched refs:cprms_present_flag (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhevc.c194 static int skip_hrd_parameters(GetBitContext *gb, uint8_t cprms_present_flag, in skip_hrd_parameters() argument
202 if (cprms_present_flag) { in skip_hrd_parameters()
/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c494 flags(cprms_present_flag[i], 1, i); in FUNC()
496 infer(cprms_present_flag[0], 1); in FUNC()
499 current->cprms_present_flag[i], in FUNC()
Dcbs_h265.h212 uint8_t cprms_present_flag[HEVC_MAX_LAYER_SETS]; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c1664 vps->cprms_present_flag = 1; in gst_h265_parse_vps()
1745 vps->cprms_present_flag, vps->max_sub_layers_minus1)) in gst_h265_parse_vps()
1760 guint8 cprms_present_flag; in gst_h265_parse_vps() local
1767 READ_UINT8 (&nr, cprms_present_flag, 1); in gst_h265_parse_vps()
1770 cprms_present_flag, vps->max_sub_layers_minus1)) in gst_h265_parse_vps()
Dgsth265parser.h725 guint8 cprms_present_flag; member