Searched refs:cprms_present_flag (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | hevc.c | 194 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/ |
D | cbs_h265_syntax_template.c | 494 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()
|
D | cbs_h265.h | 212 uint8_t cprms_present_flag[HEVC_MAX_LAYER_SETS]; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth265parser.c | 1664 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()
|
D | gsth265parser.h | 725 guint8 cprms_present_flag; member
|