Home
last modified time | relevance | path

Searched refs:src_factory (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dautoconvert.c40 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
94 test_src_pad = gst_check_setup_src_pad (autoconvert, &src_factory); in GST_START_TEST()
194 test_static_templ = gst_static_pad_template_get (&src_factory); in configure_test_element()
207 gst_element_class_add_static_pad_template (element_class, &src_factory); in test_element1_class_init()
222 gst_element_class_add_static_pad_template (element_class, &src_factory); in test_element2_class_init()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkmpeg2enc.c57 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
79 template_caps = gst_static_pad_template_get_caps (&src_factory); in gst_msdkmpeg2enc_set_format()
216 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkmpeg2enc_class_init()
Dgstmsdkmjpegdec.c70 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
132 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkmjpegdec_class_init()
Dgstmsdkvp9enc.c76 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
96 template_caps = gst_static_pad_template_get_caps (&src_factory); in gst_msdkvp9enc_set_format()
287 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkvp9enc_class_init()
Dgstmsdkav1dec.c66 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
125 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkav1dec_class_init()
Dgstmsdkmjpegenc.c73 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
199 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkmjpegenc_class_init()
Dgstmsdkh265dec.c70 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
206 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkh265dec_class_init()
Dgstmsdkvp9dec.c68 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
194 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkvp9dec_class_init()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcvequalizehist.cpp73 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
99 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_cv_equalize_hist_class_init()
Dgstedgedetect.cpp94 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
171 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_edge_detect_class_init()
Dgstcvlaplace.cpp73 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
168 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_cv_laplace_class_init()
Dgstcvsobel.cpp72 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
165 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_cv_sobel_class_init()
Dgsttextoverlay.cpp108 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
218 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_opencv_text_overlay_class_init()
/third_party/gstreamer/gstplugins_bad/sys/opensles/
Dopenslessrc.c45 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
136 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_opensles_src_class_init()
/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffmux.c74 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
121 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_aiff_mux_class_init()
390 outcaps = gst_static_pad_template_get_caps (&src_factory); in gst_aiff_mux_set_caps()
465 aiffmux->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_aiff_mux_init()
/third_party/gstreamer/gstplugins_bad/ext/spandsp/
Dgstspanplc.c53 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
120 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_span_plc_class_init()
164 plc->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_span_plc_init()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsnparsetter.c25 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
58 gst_element_class_add_static_pad_template (element_class, &src_factory); in rsn_parsetter_class_init()
79 parset->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in rsn_parsetter_init()
/third_party/gstreamer/gstplugins_good/gst/replaygain/
Dgstrglimiter.c69 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
111 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_rg_limiter_class_init()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatedec.c111 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
169 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_kate_dec_class_init()
200 dec->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_kate_dec_init()
548 caps = gst_static_pad_template_get_caps (&src_factory); in gst_kate_dec_src_query()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstdebugspy.c93 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
145 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_debug_spy_class_init()
/third_party/gstreamer/gstplugins_bad/gst/faceoverlay/
Dgstfaceoverlay.c85 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
323 gst_static_pad_template_get (&src_factory)); in gst_face_overlay_class_init()
351 tmpl = gst_static_pad_template_get (&src_factory); in gst_face_overlay_init()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristrtxreceive.c55 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
118 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_rist_rtx_receive_class_init()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdeinterlace.c133 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
176 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_ffmpegdeinterlace_class_init()
286 deinterlace->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_ffmpegdeinterlace_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltestsrc.c64 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
158 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_gl_test_src_class_init()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpdvdepay.c54 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable
103 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_rtp_dv_depay_class_init()

1234