Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.h74 } GstVC1ParserResult; typedef
581 GstVC1ParserResult gst_vc1_identify_next_bdu (const guint8 *data,
587 GstVC1ParserResult gst_vc1_parse_sequence_header (const guint8 *data,
592 GstVC1ParserResult gst_vc1_parse_entry_point_header (const guint8 *data,
598 GstVC1ParserResult gst_vc1_parse_sequence_layer (const guint8 *data,
602 GstVC1ParserResult
607 GstVC1ParserResult
612 GstVC1ParserResult
618 GstVC1ParserResult gst_vc1_parse_frame_layer (const guint8 *data,
623 GstVC1ParserResult gst_vc1_parse_frame_header (const guint8 *data,
[all …]
Dgstvc1parser.c745 static GstVC1ParserResult
781 static GstVC1ParserResult
902 static GstVC1ParserResult
1319 static GstVC1ParserResult
1536 static GstVC1ParserResult
1551 static GstVC1ParserResult
1573 static GstVC1ParserResult
1671 GstVC1ParserResult
1728 GstVC1ParserResult
1827 GstVC1ParserResult
[all …]
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvc1parse.c1132 GstVC1ParserResult pres; in gst_vc1_parse_handle_bdus()
1232 GstVC1ParserResult pres; in gst_vc1_parse_handle_frame()
1407 GstVC1ParserResult pres; in gst_vc1_parse_handle_frame()
1435 GstVC1ParserResult pres; in gst_vc1_parse_handle_frame()
2071 GstVC1ParserResult pres; in gst_vc1_parse_handle_seq_hdr()
2200 GstVC1ParserResult pres; in gst_vc1_parse_handle_seq_layer()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvc1parser.c801 GstVC1ParserResult res; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog161346 codecparsers: VC1: Fix after GstVC1ParserResult renaming
161352 codecparsers: vc1: use GstVC1ParserResult type name similarly to other parsers.