Home
last modified time | relevance | path

Searched refs:GST_PAD_FLAG_PROXY_ALLOCATION (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h713 GST_PAD_FLAG_PROXY_ALLOCATION = (GST_OBJECT_FLAG_LAST << 9), enumerator
1127 …e GST_PAD_IS_PROXY_ALLOCATION(pad) (GST_OBJECT_FLAG_IS_SET (pad, GST_PAD_FLAG_PROXY_ALLOCATION))
1139 …fine GST_PAD_SET_PROXY_ALLOCATION(pad) (GST_OBJECT_FLAG_SET (pad, GST_PAD_FLAG_PROXY_ALLOCATION))
1146 …ne GST_PAD_UNSET_PROXY_ALLOCATION(pad) (GST_OBJECT_FLAG_UNSET (pad, GST_PAD_FLAG_PROXY_ALLOCATION))
Dgstenumtypes.c1166 { C_FLAGS(GST_PAD_FLAG_PROXY_ALLOCATION), "GST_PAD_FLAG_PROXY_ALLOCATION", "proxy-allocation" }, in gst_pad_flags_get_type()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Drndbuffersize.c161 GST_OBJECT_FLAG_SET (self->sinkpad, GST_PAD_FLAG_PROXY_ALLOCATION); in gst_rnd_buffer_size_init()
169 GST_OBJECT_FLAG_SET (self->srcpad, GST_PAD_FLAG_PROXY_ALLOCATION); in gst_rnd_buffer_size_init()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpfunnel.c348 GST_OBJECT_FLAG_SET (sinkpad, GST_PAD_FLAG_PROXY_ALLOCATION); in gst_rtp_funnel_request_new_pad()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfunnel.c241 GST_OBJECT_FLAG_SET (sinkpad, GST_PAD_FLAG_PROXY_ALLOCATION); in gst_funnel_request_new_pad()
Dgstconcat.c310 GST_OBJECT_FLAG_SET (sinkpad, GST_PAD_FLAG_PROXY_ALLOCATION); in gst_concat_request_new_pad()
Dgstinputselector.c1795 GST_OBJECT_FLAG_SET (sinkpad, GST_PAD_FLAG_PROXY_ALLOCATION); in gst_input_selector_request_new_pad()
/third_party/gstreamer/gstplugins_bad/gst/netsim/
Dgstnetsim.c611 GST_PAD_FLAG_PROXY_CAPS | GST_PAD_FLAG_PROXY_ALLOCATION); in gst_net_sim_init()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.c1660 GST_OBJECT_FLAG_SET (sinkpad, GST_PAD_FLAG_PROXY_ALLOCATION); in gst_input_selector_request_new_pad()