Home
last modified time | relevance | path

Searched refs:GST_BASE_TRANSFORM_SINK_PAD (Results 1 – 15 of 15) 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.c1244 GST_PAD_SINK) ? GST_BASE_TRANSFORM_SINK_PAD (trans) : in gst_base_transform_acceptcaps_default()
1249 GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_base_transform_acceptcaps_default()
2777 if (!gst_pad_push_event (GST_BASE_TRANSFORM_SINK_PAD (trans), in gst_base_transform_reconfigure_sink()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2transform.c268 otherpad = GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_v4l2_transform_query()
272 pad = GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_v4l2_transform_query()
1077 GST_OBJECT (GST_BASE_TRANSFORM_SINK_PAD (self)), in gst_v4l2_transform_subinstance_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgluploadelement.c244 GstPad *sinkpad = GST_BASE_TRANSFORM_SINK_PAD (bt); in gst_gl_upload_element_prepare_output_buffer()
/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_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_good/gst/effectv/
Dgstripple.c610 gst_pad_use_fixed_caps (GST_BASE_TRANSFORM_SINK_PAD (filter)); in gst_rippletv_init()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.cpp561 GstPad *sink_pad = GST_BASE_TRANSFORM_SINK_PAD (calib); in camera_calibrate_run()
Dgstmotioncells.cpp323 gst_pad_set_event_function (GST_BASE_TRANSFORM_SINK_PAD (filter), in gst_motion_cells_init()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c949 sinkpad = GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_video_rate_src_event()
991 GST_BASE_TRANSFORM_SINK_PAD (trans) : GST_BASE_TRANSFORM_SRC_PAD (trans); in gst_video_rate_query()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstidentity.c933 pad = GST_BASE_TRANSFORM_SINK_PAD (base); in gst_identity_accept_caps()
/third_party/gstreamer/gstreamer/docs/libs/
Dgstreamer-libs-sections.txt454 GST_BASE_TRANSFORM_SINK_PAD
/third_party/gstreamer/gstplugins_base/gst/audioresample/
Dgstaudioresample.c973 gst_pad_peer_query (GST_BASE_TRANSFORM_SINK_PAD (trans), in gst_audio_resample_query()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c775 if ((peer = gst_pad_get_peer (GST_BASE_TRANSFORM_SINK_PAD (trans)))) { in gst_scaletempo_query()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.c1117 pad = GST_BASE_TRANSFORM_SINK_PAD (trans); in pad_can_dmabuf()