/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | plugin.c | 154 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 …]
|
D | gstcudadownload.c | 44 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()
|
D | gstcudaupload.c | 43 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/ |
D | gstsrtenc.c | 38 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()
|
D | gstwebvttenc.c | 39 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/ |
D | gstautovideosrc.c | 51 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()
|
D | gstautoaudiosrc.c | 51 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/ |
D | gstbz2enc.c | 33 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()
|
D | gstbz2dec.c | 35 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/ |
D | gstavisubtitle.c | 68 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/ |
D | gsterrorignore.c | 67 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/ |
D | gstrtpstreampay.c | 53 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()
|
D | gstrtpklvdepay.c | 48 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()
|
D | gstrtpklvpay.c | 49 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/ |
D | gstmfvideoenc.cpp | 1464 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/ |
D | gstgoom.c | 60 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/ |
D | gstproxysrc.c | 85 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/ |
D | gstsdpsrc.c | 31 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/ |
D | gststreamcombiner.c | 29 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/ |
D | test_transform.c | 89 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/ |
D | parser.c | 140 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/ |
D | parser.c | 145 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()
|
D | avisubtitle.c | 61 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/ |
D | gstgoom.c | 75 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/ |
D | gstid3mux.c | 79 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()
|