Home
last modified time | relevance | path

Searched refs:baseparse_class (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstsbcparse.c91 GstBaseParseClass *baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_sbc_parse_class_init() local
96 baseparse_class->start = GST_DEBUG_FUNCPTR (gst_sbc_parse_start); in gst_sbc_parse_class_init()
97 baseparse_class->stop = GST_DEBUG_FUNCPTR (gst_sbc_parse_stop); in gst_sbc_parse_class_init()
98 baseparse_class->pre_push_frame = in gst_sbc_parse_class_init()
100 baseparse_class->handle_frame = in gst_sbc_parse_class_init()
102 baseparse_class->get_sink_caps = in gst_sbc_parse_class_init()
Dgstflacparse.c228 GstBaseParseClass *baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_flac_parse_class_init() local
243 baseparse_class->start = GST_DEBUG_FUNCPTR (gst_flac_parse_start); in gst_flac_parse_class_init()
244 baseparse_class->stop = GST_DEBUG_FUNCPTR (gst_flac_parse_stop); in gst_flac_parse_class_init()
245 baseparse_class->handle_frame = in gst_flac_parse_class_init()
247 baseparse_class->pre_push_frame = in gst_flac_parse_class_init()
249 baseparse_class->convert = GST_DEBUG_FUNCPTR (gst_flac_parse_convert); in gst_flac_parse_class_init()
250 baseparse_class->src_event = GST_DEBUG_FUNCPTR (gst_flac_parse_src_event); in gst_flac_parse_class_init()
251 baseparse_class->get_sink_caps = in gst_flac_parse_class_init()
253 baseparse_class->set_sink_caps = in gst_flac_parse_class_init()
Dgstac3parse.h76 GstBaseParseClass baseparse_class; member
Dgstdcaparse.h75 GstBaseParseClass baseparse_class; member
Dgstsbcparse.h69 GstBaseParseClass baseparse_class; member
Dgstmpegaudioparse.h107 GstBaseParseClass baseparse_class; member
Dgstwavpackparse.h126 GstBaseParseClass baseparse_class; member
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawbaseparse.c149 GstBaseParseClass *baseparse_class; in gst_raw_base_parse_class_init() local
155 baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_raw_base_parse_class_init()
163 baseparse_class->start = GST_DEBUG_FUNCPTR (gst_raw_base_parse_start); in gst_raw_base_parse_class_init()
164 baseparse_class->stop = GST_DEBUG_FUNCPTR (gst_raw_base_parse_stop); in gst_raw_base_parse_class_init()
165 baseparse_class->set_sink_caps = in gst_raw_base_parse_class_init()
167 baseparse_class->handle_frame = in gst_raw_base_parse_class_init()
169 baseparse_class->convert = GST_DEBUG_FUNCPTR (gst_raw_base_parse_convert); in gst_raw_base_parse_class_init()
Dgstrawaudioparse.c183 GstBaseParseClass *baseparse_class; in gst_raw_audio_parse_class_init() local
191 baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_raw_audio_parse_class_init()
204 baseparse_class->stop = GST_DEBUG_FUNCPTR (gst_raw_audio_parse_stop); in gst_raw_audio_parse_class_init()
Dgstrawvideoparse.c181 GstBaseParseClass *baseparse_class; in gst_raw_video_parse_class_init() local
189 baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_raw_video_parse_class_init()
202 baseparse_class->stop = GST_DEBUG_FUNCPTR (gst_raw_video_parse_stop); in gst_raw_video_parse_class_init()
/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dseek.c207 GstBaseParseClass *baseparse_class = GST_BASE_PARSE_CLASS (klass); in dummy_parser_class_init() local
223 baseparse_class->start = GST_DEBUG_FUNCPTR (dummy_parser_start); in dummy_parser_class_init()
224 baseparse_class->stop = GST_DEBUG_FUNCPTR (dummy_parser_stop); in dummy_parser_class_init()
225 baseparse_class->handle_frame = GST_DEBUG_FUNCPTR (dummy_parser_handle_frame); in dummy_parser_class_init()
226 baseparse_class->set_sink_caps = in dummy_parser_class_init()
228 baseparse_class->src_event = GST_DEBUG_FUNCPTR (dummy_parser_src_event); in dummy_parser_class_init()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dbaseparse.c152 GstBaseParseClass *baseparse_class = GST_BASE_PARSE_CLASS (klass); in gst_parser_tester_class_init() local
168 baseparse_class->start = gst_parser_tester_start; in gst_parser_tester_class_init()
169 baseparse_class->stop = gst_parser_tester_stop; in gst_parser_tester_class_init()
170 baseparse_class->handle_frame = gst_parser_tester_handle_frame; in gst_parser_tester_class_init()
171 baseparse_class->set_sink_caps = gst_parser_tester_set_sink_caps; in gst_parser_tester_class_init()
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstirtspparse.h75 GstBaseParseClass baseparse_class; member