Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1decoder.c217 case GST_AV1_OBU_SEQUENCE_HEADER: in get_obu_name()
496 case GST_AV1_OBU_SEQUENCE_HEADER: in gst_av1_decoder_decode_one_obu()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c141 assert_equals_int (obu.obu_type, GST_AV1_OBU_SEQUENCE_HEADER); in GST_START_TEST()
420 assert_equals_int (obu.header.obu_type, GST_AV1_OBU_SEQUENCE_HEADER); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstav1parse.c169 case GST_AV1_OBU_SEQUENCE_HEADER: in _obu_name()
1306 case GST_AV1_OBU_SEQUENCE_HEADER: in gst_av1_parse_handle_one_obu()
1374 if (obu->obu_type == GST_AV1_OBU_SEQUENCE_HEADER) in gst_av1_parse_handle_one_obu()
1810 if (obu.obu_type == GST_AV1_OBU_SEQUENCE_HEADER) in gst_av1_parse_detect_alignment()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h186 GST_AV1_OBU_SEQUENCE_HEADER = 1, enumerator
Dgstav1parser.c879 if (obu->obu_type != GST_AV1_OBU_SEQUENCE_HEADER in gst_av1_parser_identify_one_obu()
1150 g_return_val_if_fail (obu->obu_type == GST_AV1_OBU_SEQUENCE_HEADER, in gst_av1_parser_parse_sequence_header_obu()