Home
last modified time | relevance | path

Searched refs:GST_BASE_TRANSFORM_SINK_PAD (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.h64 #define GST_BASE_TRANSFORM_SINK_PAD(obj) (GST_BASE_TRANSFORM_CAST (obj)->sinkpad) macro
Dgstbasetransform.c1252 GST_PAD_SINK) ? GST_BASE_TRANSFORM_SINK_PAD (trans) : in gst_base_transform_acceptcaps_default()
1257 GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_base_transform_acceptcaps_default()
2836 if (!gst_pad_push_event (GST_BASE_TRANSFORM_SINK_PAD (trans), in gst_base_transform_reconfigure_sink()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.c397 GST_PAD_ACTIVATEMODEFUNC (GST_BASE_TRANSFORM_SINK_PAD (timecodestamper)); in gst_timecodestamper_init()
398 GST_PAD_ACTIVATEMODEFUNC (GST_BASE_TRANSFORM_SINK_PAD (timecodestamper)) = in gst_timecodestamper_init()
1114 || gst_pad_check_reconfigure (GST_BASE_TRANSFORM_SINK_PAD (vfilter))) { in gst_timecodestamper_transform_ip()
1116 GST_BASE_TRANSFORM_SINK_PAD (vfilter), &timecodestamper->video_live, in gst_timecodestamper_transform_ip()
2081 g_value_set_object (&value, GST_BASE_TRANSFORM_SINK_PAD (timecodestamper)); in gst_timecodestamper_src_iterate_internal_link()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2transform.c271 otherpad = GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_v4l2_transform_query()
275 pad = GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_v4l2_transform_query()
1099 GST_OBJECT (GST_BASE_TRANSFORM_SINK_PAD (self)), in gst_v4l2_transform_subinstance_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11basefilter.cpp310 in_caps = gst_pad_get_current_caps (GST_BASE_TRANSFORM_SINK_PAD (trans)); in gst_d3d11_base_filter_before_transform()
Dgstd3d11deinterlace.cpp1803 GstPad *sinkpad = GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_d3d11_deinterlace_sink_event()
1879 in_caps = gst_pad_get_current_caps (GST_BASE_TRANSFORM_SINK_PAD (trans)); in gst_d3d11_deinterlace_before_transform()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspafilter.c89 sinkcaps = gst_pad_get_pad_template_caps (GST_BASE_TRANSFORM_SINK_PAD (base)); in gst_ladspa_filter_type_transform_caps()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rfilter.c249 gst_pad_use_fixed_caps (GST_BASE_TRANSFORM_SINK_PAD (self)); in gst_frei0r_filter_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgluploadelement.c294 GstPad *sinkpad = GST_BASE_TRANSFORM_SINK_PAD (bt); in gst_gl_upload_element_prepare_output_buffer()
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstripple.c614 gst_pad_use_fixed_caps (GST_BASE_TRANSFORM_SINK_PAD (filter)); in gst_rippletv_init()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.cpp569 GstPad *sink_pad = GST_BASE_TRANSFORM_SINK_PAD (calib); in camera_calibrate_run()
Dgstmotioncells.cpp327 gst_pad_set_event_function (GST_BASE_TRANSFORM_SINK_PAD (filter), in gst_motion_cells_init()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c966 sinkpad = GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_video_rate_src_event()
1045 GST_BASE_TRANSFORM_SINK_PAD (trans) : GST_BASE_TRANSFORM_SRC_PAD (trans); in gst_video_rate_query()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadeinterlace.c660 peer = gst_pad_get_peer (GST_BASE_TRANSFORM_SINK_PAD (trans)); in gst_va_deinterlace_query()
/third_party/gstreamer/gstplugins_base/gst/audioresample/
Dgstaudioresample.c1020 gst_pad_peer_query (GST_BASE_TRANSFORM_SINK_PAD (trans), in gst_audio_resample_query()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c794 if ((peer = gst_pad_get_peer (GST_BASE_TRANSFORM_SINK_PAD (trans)))) { in gst_scaletempo_query()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstidentity.c1097 pad = GST_BASE_TRANSFORM_SINK_PAD (base); in gst_identity_accept_caps()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.c1363 pad = GST_BASE_TRANSFORM_SINK_PAD (trans); in pad_can_dmabuf()