Home
last modified time | relevance | path

Searched refs:irap_cpb_params_present_flag (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c1659 flag(irap_cpb_params_present_flag); in FUNC()
1661 infer(irap_cpb_params_present_flag, 0); in FUNC()
1662 if (current->irap_cpb_params_present_flag) { in FUNC()
1685 current->irap_cpb_params_present_flag) { in FUNC()
1699 current->irap_cpb_params_present_flag) { in FUNC()
Dcbs_h265.h545 uint8_t irap_cpb_params_present_flag; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c1037 READ_UINT8 (nr, per->irap_cpb_params_present_flag, 1); in gst_h265_parser_parse_buffering_period()
1039 if (per->irap_cpb_params_present_flag) { in gst_h265_parser_parse_buffering_period()
1057 || per->irap_cpb_params_present_flag) { in gst_h265_parser_parse_buffering_period()
1069 || per->irap_cpb_params_present_flag) { in gst_h265_parser_parse_buffering_period()
Dgsth265parser.h1487 guint8 irap_cpb_params_present_flag; member