Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs_h265.h405 uint8_t pps_scc_extension_flag; member
Dcbs_h265_syntax_template.c1137 flag(pps_scc_extension_flag); in FUNC()
1146 if (current->pps_scc_extension_flag) in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h1257 guint8 pps_scc_extension_flag; member
Dgsth265parser.c2265 READ_UINT8 (&nr, pps->pps_scc_extension_flag, 1); in gst_h265_parse_pps()
2313 if (pps->pps_scc_extension_flag) { in gst_h265_parse_pps()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c819 assert_equals_int (pps.pps_scc_extension_flag, 1); in GST_START_TEST()