Home
last modified time | relevance | path

Searched refs:parse_class (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstamrparse.c101 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_amr_parse_class_init() local
114 parse_class->start = GST_DEBUG_FUNCPTR (gst_amr_parse_start); in gst_amr_parse_class_init()
115 parse_class->stop = GST_DEBUG_FUNCPTR (gst_amr_parse_stop); in gst_amr_parse_class_init()
116 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_amr_parse_sink_setcaps); in gst_amr_parse_class_init()
117 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_amr_parse_sink_getcaps); in gst_amr_parse_class_init()
118 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_amr_parse_handle_frame); in gst_amr_parse_class_init()
119 parse_class->pre_push_frame = in gst_amr_parse_class_init()
Dgstdcaparse.c95 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_dca_parse_class_init() local
104 parse_class->start = GST_DEBUG_FUNCPTR (gst_dca_parse_start); in gst_dca_parse_class_init()
105 parse_class->stop = GST_DEBUG_FUNCPTR (gst_dca_parse_stop); in gst_dca_parse_class_init()
106 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_dca_parse_handle_frame); in gst_dca_parse_class_init()
107 parse_class->pre_push_frame = in gst_dca_parse_class_init()
109 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_dca_parse_get_sink_caps); in gst_dca_parse_class_init()
110 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_dca_parse_set_sink_caps); in gst_dca_parse_class_init()
Dgstac3parse.c185 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_ac3_parse_class_init() local
199 parse_class->start = GST_DEBUG_FUNCPTR (gst_ac3_parse_start); in gst_ac3_parse_class_init()
200 parse_class->stop = GST_DEBUG_FUNCPTR (gst_ac3_parse_stop); in gst_ac3_parse_class_init()
201 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_ac3_parse_handle_frame); in gst_ac3_parse_class_init()
202 parse_class->pre_push_frame = in gst_ac3_parse_class_init()
204 parse_class->src_event = GST_DEBUG_FUNCPTR (gst_ac3_parse_src_event); in gst_ac3_parse_class_init()
205 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_ac3_parse_get_sink_caps); in gst_ac3_parse_class_init()
206 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_ac3_parse_set_sink_caps); in gst_ac3_parse_class_init()
Dgstwavpackparse.c86 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_wavpack_parse_class_init() local
95 parse_class->start = GST_DEBUG_FUNCPTR (gst_wavpack_parse_start); in gst_wavpack_parse_class_init()
96 parse_class->stop = GST_DEBUG_FUNCPTR (gst_wavpack_parse_stop); in gst_wavpack_parse_class_init()
97 parse_class->handle_frame = in gst_wavpack_parse_class_init()
99 parse_class->get_sink_caps = in gst_wavpack_parse_class_init()
101 parse_class->pre_push_frame = in gst_wavpack_parse_class_init()
Dgstaacparse.c133 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_aac_parse_class_init() local
145 parse_class->start = GST_DEBUG_FUNCPTR (gst_aac_parse_start); in gst_aac_parse_class_init()
146 parse_class->stop = GST_DEBUG_FUNCPTR (gst_aac_parse_stop); in gst_aac_parse_class_init()
147 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_aac_parse_sink_setcaps); in gst_aac_parse_class_init()
148 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_aac_parse_sink_getcaps); in gst_aac_parse_class_init()
149 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_aac_parse_handle_frame); in gst_aac_parse_class_init()
150 parse_class->pre_push_frame = in gst_aac_parse_class_init()
152 parse_class->src_event = GST_DEBUG_FUNCPTR (gst_aac_parse_src_event); in gst_aac_parse_class_init()
Dgstmpegaudioparse.c154 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_mpeg_audio_parse_class_init() local
163 parse_class->start = GST_DEBUG_FUNCPTR (gst_mpeg_audio_parse_start); in gst_mpeg_audio_parse_class_init()
164 parse_class->stop = GST_DEBUG_FUNCPTR (gst_mpeg_audio_parse_stop); in gst_mpeg_audio_parse_class_init()
165 parse_class->handle_frame = in gst_mpeg_audio_parse_class_init()
167 parse_class->pre_push_frame = in gst_mpeg_audio_parse_class_init()
169 parse_class->convert = GST_DEBUG_FUNCPTR (gst_mpeg_audio_parse_convert); in gst_mpeg_audio_parse_class_init()
170 parse_class->get_sink_caps = in gst_mpeg_audio_parse_class_init()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstpngparse.c65 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_png_parse_class_init() local
76 parse_class->start = GST_DEBUG_FUNCPTR (gst_png_parse_start); in gst_png_parse_class_init()
77 parse_class->sink_event = GST_DEBUG_FUNCPTR (gst_png_parse_event); in gst_png_parse_class_init()
78 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_png_parse_handle_frame); in gst_png_parse_class_init()
79 parse_class->pre_push_frame = in gst_png_parse_class_init()
Dgsth263parse.c76 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_h263_parse_class_init() local
89 parse_class->start = GST_DEBUG_FUNCPTR (gst_h263_parse_start); in gst_h263_parse_class_init()
90 parse_class->stop = GST_DEBUG_FUNCPTR (gst_h263_parse_stop); in gst_h263_parse_class_init()
91 parse_class->sink_event = GST_DEBUG_FUNCPTR (gst_h263_parse_sink_event); in gst_h263_parse_class_init()
92 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_h263_parse_handle_frame); in gst_h263_parse_class_init()
93 parse_class->pre_push_frame = in gst_h263_parse_class_init()
95 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h263_parse_get_sink_caps); in gst_h263_parse_class_init()
Dgstmpeg4videoparse.c139 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_mpeg4vparse_class_init() local
174 parse_class->start = GST_DEBUG_FUNCPTR (gst_mpeg4vparse_start); in gst_mpeg4vparse_class_init()
175 parse_class->stop = GST_DEBUG_FUNCPTR (gst_mpeg4vparse_stop); in gst_mpeg4vparse_class_init()
176 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_mpeg4vparse_handle_frame); in gst_mpeg4vparse_class_init()
177 parse_class->pre_push_frame = in gst_mpeg4vparse_class_init()
179 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_mpeg4vparse_set_caps); in gst_mpeg4vparse_class_init()
180 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_mpeg4vparse_get_caps); in gst_mpeg4vparse_class_init()
181 parse_class->sink_event = GST_DEBUG_FUNCPTR (gst_mpeg4vparse_event); in gst_mpeg4vparse_class_init()
182 parse_class->src_event = GST_DEBUG_FUNCPTR (gst_mpeg4vparse_src_event); in gst_mpeg4vparse_class_init()
Dgstjpeg2000parse.c152 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_jpeg2000_parse_class_init() local
164 parse_class->set_sink_caps = in gst_jpeg2000_parse_class_init()
166 parse_class->start = GST_DEBUG_FUNCPTR (gst_jpeg2000_parse_start); in gst_jpeg2000_parse_class_init()
167 parse_class->sink_event = GST_DEBUG_FUNCPTR (gst_jpeg2000_parse_event); in gst_jpeg2000_parse_class_init()
168 parse_class->handle_frame = in gst_jpeg2000_parse_class_init()
170 parse_class->pre_push_frame = in gst_jpeg2000_parse_class_init()
Dgstmpegvideoparse.c132 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_mpegv_parse_class_init() local
165 parse_class->start = GST_DEBUG_FUNCPTR (gst_mpegv_parse_start); in gst_mpegv_parse_class_init()
166 parse_class->stop = GST_DEBUG_FUNCPTR (gst_mpegv_parse_stop); in gst_mpegv_parse_class_init()
167 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_mpegv_parse_handle_frame); in gst_mpegv_parse_class_init()
168 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_mpegv_parse_set_caps); in gst_mpegv_parse_class_init()
169 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_mpegv_parse_get_caps); in gst_mpegv_parse_class_init()
170 parse_class->pre_push_frame = in gst_mpegv_parse_class_init()
172 parse_class->sink_query = GST_DEBUG_FUNCPTR (gst_mpegv_parse_sink_query); in gst_mpegv_parse_class_init()
Dgstvp9parse.c97 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_vp9_parse_class_init() local
100 parse_class->start = GST_DEBUG_FUNCPTR (gst_vp9_parse_start); in gst_vp9_parse_class_init()
101 parse_class->stop = GST_DEBUG_FUNCPTR (gst_vp9_parse_stop); in gst_vp9_parse_class_init()
102 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_vp9_parse_handle_frame); in gst_vp9_parse_class_init()
103 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_vp9_parse_set_sink_caps); in gst_vp9_parse_class_init()
104 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_vp9_parse_get_sink_caps); in gst_vp9_parse_class_init()
Dgstvc1parse.c222 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_vc1_parse_class_init() local
236 parse_class->start = GST_DEBUG_FUNCPTR (gst_vc1_parse_start); in gst_vc1_parse_class_init()
237 parse_class->stop = GST_DEBUG_FUNCPTR (gst_vc1_parse_stop); in gst_vc1_parse_class_init()
238 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_vc1_parse_handle_frame); in gst_vc1_parse_class_init()
239 parse_class->pre_push_frame = in gst_vc1_parse_class_init()
241 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_vc1_parse_set_caps); in gst_vc1_parse_class_init()
242 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_vc1_parse_get_sink_caps); in gst_vc1_parse_class_init()
243 parse_class->detect = GST_DEBUG_FUNCPTR (gst_vc1_parse_detect); in gst_vc1_parse_class_init()
Dgstav1parse.c339 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_av1_parse_class_init() local
343 parse_class->start = GST_DEBUG_FUNCPTR (gst_av1_parse_start); in gst_av1_parse_class_init()
344 parse_class->stop = GST_DEBUG_FUNCPTR (gst_av1_parse_stop); in gst_av1_parse_class_init()
345 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_av1_parse_handle_frame); in gst_av1_parse_class_init()
346 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_av1_parse_set_sink_caps); in gst_av1_parse_class_init()
347 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_av1_parse_get_sink_caps); in gst_av1_parse_class_init()
Dgsth265parse.c129 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_h265_parse_class_init() local
147 parse_class->start = GST_DEBUG_FUNCPTR (gst_h265_parse_start); in gst_h265_parse_class_init()
148 parse_class->stop = GST_DEBUG_FUNCPTR (gst_h265_parse_stop); in gst_h265_parse_class_init()
149 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_h265_parse_handle_frame); in gst_h265_parse_class_init()
150 parse_class->pre_push_frame = in gst_h265_parse_class_init()
152 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_h265_parse_set_caps); in gst_h265_parse_class_init()
153 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h265_parse_get_caps); in gst_h265_parse_class_init()
154 parse_class->sink_event = GST_DEBUG_FUNCPTR (gst_h265_parse_event); in gst_h265_parse_class_init()
155 parse_class->src_event = GST_DEBUG_FUNCPTR (gst_h265_parse_src_event); in gst_h265_parse_class_init()
Dgsth264parse.c135 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_h264_parse_class_init() local
177 parse_class->start = GST_DEBUG_FUNCPTR (gst_h264_parse_start); in gst_h264_parse_class_init()
178 parse_class->stop = GST_DEBUG_FUNCPTR (gst_h264_parse_stop); in gst_h264_parse_class_init()
179 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_h264_parse_handle_frame); in gst_h264_parse_class_init()
180 parse_class->pre_push_frame = in gst_h264_parse_class_init()
182 parse_class->set_sink_caps = GST_DEBUG_FUNCPTR (gst_h264_parse_set_caps); in gst_h264_parse_class_init()
183 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h264_parse_get_caps); in gst_h264_parse_class_init()
184 parse_class->sink_event = GST_DEBUG_FUNCPTR (gst_h264_parse_event); in gst_h264_parse_class_init()
185 parse_class->src_event = GST_DEBUG_FUNCPTR (gst_h264_parse_src_event); in gst_h264_parse_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() local
91 parse_class->set_sink_caps = in gst_rtp_stream_depay_class_init()
93 parse_class->get_sink_caps = in gst_rtp_stream_depay_class_init()
95 parse_class->handle_frame = in gst_rtp_stream_depay_class_init()
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstirtspparse.c89 GstBaseParseClass *parse_class = GST_BASE_PARSE_CLASS (klass); in gst_irtsp_parse_class_init() local
106 parse_class->start = GST_DEBUG_FUNCPTR (gst_irtsp_parse_start); in gst_irtsp_parse_class_init()
107 parse_class->stop = GST_DEBUG_FUNCPTR (gst_irtsp_parse_stop); in gst_irtsp_parse_class_init()
108 parse_class->handle_frame = GST_DEBUG_FUNCPTR (gst_irtsp_parse_handle_frame); in gst_irtsp_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() local
238 parse_class->start = test_mpeg_audio_parse_start; in test_mpeg_audio_parse_class_init()
239 parse_class->stop = test_mpeg_audio_parse_stop; in test_mpeg_audio_parse_class_init()
240 parse_class->handle_frame = test_mpeg_audio_parse_handle_frame; in test_mpeg_audio_parse_class_init()