Home
last modified time | relevance | path

Searched refs:GST_BASE_PARSE_CLASS (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstpngparse.c65 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_png_parse_class_init()
113 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_png_parse_event()
Dgstmpeg4videoparse.c139 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_mpeg4vparse_class_init()
974 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_mpeg4vparse_event()
979 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_mpeg4vparse_event()
1012 res = GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event); in gst_mpeg4vparse_src_event()
1016 res = GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event); in gst_mpeg4vparse_src_event()
Dgsth263parse.c76 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_h263_parse_class_init()
156 return GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_h263_parse_sink_event()
Dgstjpeg2000parse.c152 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_jpeg2000_parse_class_init()
230 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_jpeg2000_parse_event()
233 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_jpeg2000_parse_event()
Dgsth265parse.c129 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_h265_parse_class_init()
3315 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_h265_parse_event()
3323 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_h265_parse_event()
3338 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_h265_parse_event()
3342 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_h265_parse_event()
3375 res = GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event); in gst_h265_parse_src_event()
3379 res = GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event); in gst_h265_parse_src_event()
Dgsth264parse.c135 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_h264_parse_class_init()
3710 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_h264_parse_event()
3721 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_h264_parse_event()
3742 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_h264_parse_event()
3746 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (parse, event); in gst_h264_parse_event()
3779 res = GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event); in gst_h264_parse_src_event()
3783 res = GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event); in gst_h264_parse_src_event()
Dgstdiracparse.c108 GstBaseParseClass *base_parse_class = GST_BASE_PARSE_CLASS (klass); in gst_dirac_parse_class_init()
Dgstmpegvideoparse.c132 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_mpegv_parse_class_init()
230 res = GST_BASE_PARSE_CLASS (parent_class)->sink_query (parse, query); in gst_mpegv_parse_sink_query()
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegparse.c835 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (bparse, event); in gst_jpeg_parse_sink_event()
839 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (bparse, event); in gst_jpeg_parse_sink_event()
853 res = GST_BASE_PARSE_CLASS (parent_class)->sink_event (bparse, event); in gst_jpeg_parse_sink_event()
/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dseek.c199 return GST_BASE_PARSE_CLASS (dummy_parser_parent_class)->src_event (parse, in dummy_parser_src_event()
207 GstBaseParseClass *baseparse_class = GST_BASE_PARSE_CLASS (klass); in dummy_parser_class_init()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstreamdepay.c78 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_rtp_stream_depay_class_init()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbaseparse31 GstBaseParseClass *base_parse_class = GST_BASE_PARSE_CLASS (klass);
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h32 #define GST_BASE_PARSE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_BASE_PARSE,GstBase… macro
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstirtspparse.c89 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_irtsp_parse_class_init()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c228 GstBaseParseClass *baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_flac_parse_class_init()
1788 return GST_BASE_PARSE_CLASS (parent_class)->convert (parse, src_format, in gst_flac_parse_convert()
1825 GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, in gst_flac_parse_src_event()
1841 res = GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event); in gst_flac_parse_src_event()
Dgstac3parse.c185 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_ac3_parse_class_init()
846 return GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event); in gst_ac3_parse_src_event()
Dgstamrparse.c101 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_amr_parse_class_init()
Dgstsbcparse.c91 GstBaseParseClass *baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_sbc_parse_class_init()
Dgstaacparse.c133 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_aac_parse_class_init()
1686 return GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event); in gst_aac_parse_src_event()
Dgstdcaparse.c95 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_dca_parse_class_init()
Dgstwavpackparse.c86 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_wavpack_parse_class_init()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c191 baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_raw_audio_parse_class_init()
591 return GST_BASE_PARSE_CLASS (parent_class)->stop (parse); in gst_raw_audio_parse_stop()
Dgstrawvideoparse.c189 baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_raw_video_parse_class_init()
776 return GST_BASE_PARSE_CLASS (parent_class)->stop (parse); in gst_raw_video_parse_stop()
Dgstrawbaseparse.c155 baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_raw_base_parse_class_init()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Ddecodebin.c229 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in test_mpeg_audio_parse_class_init()

12