Home
last modified time | relevance | path

Searched refs:src_template (Results 1 – 25 of 147) sorted by relevance

123456

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dplugin.c154 GstCaps *src_template = NULL; in plugin_init() local
159 codec, &sink_template, &src_template)) { in plugin_init()
164 sink_template, src_template); in plugin_init()
169 i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); in plugin_init()
176 i, GST_RANK_PRIMARY, sink_template, src_template, TRUE); in plugin_init()
181 i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); in plugin_init()
188 i, GST_RANK_PRIMARY, sink_template, src_template, TRUE); in plugin_init()
193 i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); in plugin_init()
200 i, GST_RANK_PRIMARY, sink_template, src_template, TRUE); in plugin_init()
205 i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); in plugin_init()
[all …]
Dgstcudadownload.c44 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
65 gst_element_class_add_static_pad_template (element_class, &src_template); in gst_cuda_download_class_init()
Dgstcudaupload.c43 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
63 gst_element_class_add_static_pad_template (element_class, &src_template); in gst_cuda_upload_class_init()
/third_party/gstreamer/gstplugins_bad/gst/subenc/
Dgstsrtenc.c38 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
143 caps = gst_static_pad_template_get_caps (&src_template); in gst_srt_enc_event()
251 gst_element_class_add_static_pad_template (element_class, &src_template); in gst_srt_enc_class_init()
266 srtenc->srcpad = gst_pad_new_from_static_template (&src_template, "src"); in gst_srt_enc_init()
Dgstwebvttenc.c39 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
164 caps = gst_static_pad_template_get_caps (&src_template); in gst_webvtt_enc_event()
272 gst_element_class_add_static_pad_template (element_class, &src_template); in gst_webvtt_enc_class_init()
287 webvttenc->srcpad = gst_pad_new_from_static_template (&src_template, "src"); in gst_webvtt_enc_init()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautovideosrc.c51 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
81 gst_element_class_add_static_pad_template (eklass, &src_template); in gst_auto_video_src_class_init()
Dgstautoaudiosrc.c51 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
82 gst_element_class_add_static_pad_template (eklass, &src_template); in gst_auto_audio_src_class_init()
/third_party/gstreamer/gstplugins_bad/ext/bz2/
Dgstbz2enc.c33 static GstStaticPadTemplate src_template = variable
248 b->src = gst_pad_new_from_static_template (&src_template, "src"); in gst_bz2enc_init()
249 gst_pad_set_caps (b->src, gst_static_pad_template_get_caps (&src_template)); in gst_bz2enc_init()
325 gst_element_class_add_static_pad_template (gstelement_class, &src_template); in gst_bz2enc_class_init()
Dgstbz2dec.c35 static GstStaticPadTemplate src_template = variable
204 b->src = gst_pad_new_from_static_template (&src_template, "src"); in gst_bz2dec_init()
301 gst_element_class_add_static_pad_template (gstelement_class, &src_template); in gst_bz2dec_class_init()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavisubtitle.c68 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
332 gst_element_class_add_static_pad_template (gstelement_class, &src_template); in gst_avi_subtitle_class_init()
344 self->src = gst_pad_new_from_static_template (&src_template, "src"); in gst_avi_subtitle_init()
351 caps = gst_static_pad_template_get_caps (&src_template); in gst_avi_subtitle_init()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsterrorignore.c67 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
100 gst_element_class_add_static_pad_template (gstelement_class, &src_template); in gst_error_ignore_class_init()
156 self->srcpad = gst_pad_new_from_static_template (&src_template, "src"); in gst_error_ignore_init()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstreampay.c53 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
87 gst_element_class_add_static_pad_template (gstelement_class, &src_template); in gst_rtp_stream_pay_class_init()
103 self->srcpad = gst_pad_new_from_static_template (&src_template, "src"); in gst_rtp_stream_pay_init()
Dgstrtpklvdepay.c48 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
93 gst_element_class_add_static_pad_template (element_class, &src_template); in gst_rtp_klv_depay_class_init()
170 src_caps = gst_static_pad_template_get_caps (&src_template); in gst_rtp_klv_depay_setcaps()
Dgstrtpklvpay.c49 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
80 gst_element_class_add_static_pad_template (element_class, &src_template); in gst_rtp_klv_pay_class_init()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp1464 GstCaps ** sink_template, GstCaps ** src_template) in gst_mf_video_enc_enum_internal() argument
1738 *src_template = src_caps; in gst_mf_video_enc_enum_internal()
1793 GstCaps ** sink_template, GstCaps ** src_template) in gst_mf_video_enc_enum() argument
1801 *src_template = NULL; in gst_mf_video_enc_enum()
1834 d3d11_device, device_caps, sink_template, src_template); in gst_mf_video_enc_enum()
1930 GstCaps *src_template = NULL; in gst_mf_video_enc_register() local
1945 device, &sink_template, &src_template); in gst_mf_video_enc_register()
1958 &device_caps, enum_flags, 0, transform, sink_template, src_template); in gst_mf_video_enc_register()
1961 gst_clear_caps (&src_template); in gst_mf_video_enc_register()
1967 NULL, &sink_template, &src_template); in gst_mf_video_enc_register()
[all …]
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dgstgoom.c60 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
109 gst_element_class_add_static_pad_template (gstelement_class, &src_template); in gst_goom2k1_class_init()
/third_party/gstreamer/gstplugins_bad/gst/proxy/
Dgstproxysrc.c85 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
186 gst_static_pad_template_get (&src_template)); in gst_proxy_src_class_init()
207 templ = gst_static_pad_template_get (&src_template); in gst_proxy_src_init()
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpsrc.c31 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("stream_%u", variable
111 gst_static_pad_template_get (&src_template)); in pad_added_cb()
268 gst_static_pad_template_get (&src_template)); in gst_sdp_src_class_init()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgststreamcombiner.c29 static GstStaticPadTemplate src_template = variable
81 gst_element_class_add_static_pad_template (gstelement_klass, &src_template); in gst_stream_combiner_class_init()
261 gst_pad_new_from_static_template (&src_template, "src"); in gst_stream_combiner_init()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dtest_transform.c89 static GstStaticPadTemplate *src_template = &gst_test_trans_src_template; variable
104 gst_element_class_add_static_pad_template (element_class, src_template); in gst_test_trans_class_init()
198 templ = gst_static_pad_template_get (src_template); in gst_test_trans_new()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dparser.c140 GstCaps * sink_caps, GstStaticPadTemplate * src_template, in setup_element() argument
152 srcpad = gst_check_setup_src_pad (element, src_template); in setup_element()
210 ptest->src_template = ctx_src_template; in gst_parser_test_init()
242 test->sink_template, NULL, test->src_template, test->src_caps); in gst_parser_test_run()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dparser.c145 GstCaps * sink_caps, GstStaticPadTemplate * src_template, in setup_element() argument
153 srcpad = gst_check_setup_src_pad (element, src_template); in setup_element()
209 ptest->src_template = ctx_src_template; in gst_parser_test_init()
240 test->src_template, test->src_caps); in gst_parser_test_run()
Davisubtitle.c61 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
76 mysrcpad = gst_check_setup_src_pad (avisubtitle, &src_template); in setup_avisubtitle()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgstgoom.c75 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
125 gst_element_class_add_static_pad_template (gstelement_class, &src_template); in gst_goom_class_init()
/third_party/gstreamer/gstplugins_bad/gst/id3tag/
Dgstid3mux.c79 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", variable
138 gst_element_class_add_static_pad_template (element_class, &src_template); in gst_id3_mux_class_init()

123456