Searched refs:psink (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesink.c | 398 gst_pulsering_is_dead (GstPulseSink * psink, GstPulseRingBuffer * pbuf, in gst_pulsering_is_dead() argument 413 GST_ELEMENT_ERROR (psink, RESOURCE, FAILED, ("Disconnected: %s", in gst_pulsering_is_dead() 449 GstPulseSink *psink; in gst_pulsering_context_subscribe_cb() local 459 psink = GST_PULSESINK_CAST (GST_OBJECT_PARENT (pbuf)); in gst_pulsering_context_subscribe_cb() 461 GST_LOG_OBJECT (psink, "type %04x, idx %u", t, idx); in gst_pulsering_context_subscribe_cb() 469 if (psink->device && pbuf->is_pcm && in gst_pulsering_context_subscribe_cb() 470 !g_str_equal (psink->device, in gst_pulsering_context_subscribe_cb() 476 g_free (psink->device); in gst_pulsering_context_subscribe_cb() 477 psink->device = g_strdup (pa_stream_get_device_name (pbuf->stream)); in gst_pulsering_context_subscribe_cb() 479 GST_INFO_OBJECT (psink, "emitting sink-changed"); in gst_pulsering_context_subscribe_cb() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsink.c | 201 static gboolean gst_app_sink_start (GstBaseSink * psink); 202 static gboolean gst_app_sink_stop (GstBaseSink * psink); 205 static GstFlowReturn gst_app_sink_preroll (GstBaseSink * psink, 207 static GstFlowReturn gst_app_sink_render_common (GstBaseSink * psink, 209 static GstFlowReturn gst_app_sink_render (GstBaseSink * psink, 211 static GstFlowReturn gst_app_sink_render_list (GstBaseSink * psink, 214 static GstCaps *gst_app_sink_getcaps (GstBaseSink * psink, GstCaps * filter); 739 gst_app_sink_start (GstBaseSink * psink) in gst_app_sink_start() argument 741 GstAppSink *appsink = GST_APP_SINK_CAST (psink); in gst_app_sink_start() 762 gst_app_sink_stop (GstBaseSink * psink) in gst_app_sink_stop() argument [all …]
|
/third_party/cups-filters/filter/ |
D | rastertopdf.cpp | 676 Pl_Buffer psink("psink"); in makePclmStrips() local 679 Pl_Flate pflate("pflate", &psink, Pl_Flate::a_deflate); in makePclmStrips() 682 ret[i].replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), in makePclmStrips() 687 Pl_RunLength prle("prle", &psink, Pl_RunLength::a_encode); in makePclmStrips() 690 ret[i].replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), in makePclmStrips() 695 Pl_DCT pdct("pdct", &psink, width, strip_height[i], components, color_space); in makePclmStrips() 698 ret[i].replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), in makePclmStrips() 840 Pl_Buffer psink("psink"); in makeImage() local 841 Pl_Flate pflate("pflate",&psink,Pl_Flate::a_deflate); in makeImage() 846 ret.replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), in makeImage()
|
D | urftopdf.cpp | 148 Pl_Buffer psink("psink"); in makeImage() local 149 Pl_Flate pflate("pflate",&psink,Pl_Flate::a_deflate); in makeImage() 156 ret.replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), in makeImage()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.c | 2317 GstObject *psrc, *psink; in gst_pad_link_check_hierarchy() local 2320 psink = GST_OBJECT_PARENT (sink); in gst_pad_link_check_hierarchy() 2323 if (G_UNLIKELY (psrc == NULL || psink == NULL)) in gst_pad_link_check_hierarchy() 2327 if (G_UNLIKELY (!GST_IS_ELEMENT (psrc) || !GST_IS_ELEMENT (psink))) in gst_pad_link_check_hierarchy() 2331 if (G_UNLIKELY (psrc == psink)) in gst_pad_link_check_hierarchy() 2338 psink = GST_OBJECT_PARENT (psink); in gst_pad_link_check_hierarchy() 2341 if (G_UNLIKELY (psrc != psink)) in gst_pad_link_check_hierarchy() 2351 GST_PTR_FORMAT, psrc, psink); in gst_pad_link_check_hierarchy() 2358 GST_PTR_FORMAT, psrc, psink); in gst_pad_link_check_hierarchy() 2371 GST_PTR_FORMAT, psrc, psink); in gst_pad_link_check_hierarchy()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaysink.c | 4741 GstPlaySink *psink; in gst_play_sink_request_new_pad() local 4750 psink = GST_PLAY_SINK (element); in gst_play_sink_request_new_pad() 4764 pad = gst_play_sink_request_pad (psink, type); in gst_play_sink_request_new_pad() 4835 GstPlaySink *psink = GST_PLAY_SINK (element); in gst_play_sink_release_request_pad() local 4837 gst_play_sink_release_pad (psink, pad); in gst_play_sink_release_request_pad()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 101 gst_pad_has_current_caps (GST_BASE_SINK_PAD (psink)))) { 102 priv->last_caps = gst_pad_get_current_caps (GST_BASE_SINK_PAD (psink));
|