Home
last modified time | relevance | path

Searched refs:req_name (Results 1 – 24 of 24) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
DgenRef.py828 req_name = required.get('name')
829 if not req_name:
832 if req_name.endswith('_SPEC_VERSION') or req_name.endswith('_EXTENSION_NAME'):
842 if req_name not in genDict:
843 logWarn('ERROR: {} (in extension {}) does not have a ref page.'.format(req_name, name))
845 declares.append(req_name)
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmosaic.c71 GstPadTemplate * temp, const gchar * req_name, const GstCaps * caps);
153 const gchar * req_name, const GstCaps * caps) in gst_gl_mosaic_request_new_pad() argument
159 templ, req_name, caps); in gst_gl_mosaic_request_new_pad()
Dgstglmixerbin.c161 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps);
489 const gchar * req_name, const GstCaps * caps) in gst_gl_mixer_bin_request_new_pad() argument
503 gst_element_request_pad (self->mixer, mixer_templ, req_name, NULL); in gst_gl_mixer_bin_request_new_pad()
Dgstglstereomix.c145 GstPadTemplate * temp, const gchar * req_name, const GstCaps * caps);
425 const gchar * req_name, const GstCaps * caps) in gst_gl_stereo_mix_request_new_pad() argument
431 templ, req_name, caps); in gst_gl_stereo_mix_request_new_pad()
Dgstglvideomixer.c850 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_gl_video_mixer_request_new_pad() argument
856 templ, req_name, caps); in gst_gl_video_mixer_request_new_pad()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c208 GstPadTemplate * temp, const gchar * req_name, const GstCaps * caps);
248 const gchar * req_name, const GstCaps * caps) in gst_audiomixer_request_new_pad() argument
254 templ, req_name, caps); in gst_audiomixer_request_new_pad()
Dgstaudiointerleave.c154 GstPadTemplate * temp, const gchar * req_name, const GstCaps * caps);
722 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_audio_interleave_request_new_pad() argument
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.c2277 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_asf_mux_request_new_pad() argument
2289 GST_DEBUG_OBJECT (asfmux, "Requested pad: %s", GST_STR_NULL (req_name)); in gst_asf_mux_request_new_pad()
2300 if (req_name != NULL && sscanf (req_name, "audio_%u", &pad_id) == 1) { in gst_asf_mux_request_new_pad()
2301 pad_name = req_name; in gst_asf_mux_request_new_pad()
2312 if (req_name != NULL && sscanf (req_name, "video_%u", &pad_id) == 1) { in gst_asf_mux_request_new_pad()
2313 pad_name = req_name; in gst_asf_mux_request_new_pad()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c1998 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_aggregator_default_create_new_pad() argument
2015 if (req_name == NULL || strlen (req_name) < 6 in gst_aggregator_default_create_new_pad()
2016 || !g_str_has_prefix (req_name, "sink_") in gst_aggregator_default_create_new_pad()
2017 || strrchr (req_name, '%') != NULL) { in gst_aggregator_default_create_new_pad()
2024 serial = g_ascii_strtoull (&req_name[5], &endptr, 10); in gst_aggregator_default_create_new_pad()
2059 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_aggregator_request_new_pad() argument
2068 agg_pad = klass->create_new_pad (self, templ, req_name, caps); in gst_aggregator_request_new_pad()
Dgstaggregator.h305 const gchar * req_name,
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c2554 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_matroska_mux_request_new_pad() argument
2570 if (req_name != NULL && sscanf (req_name, "audio_%u", &pad_id) == 1) { in gst_matroska_mux_request_new_pad()
2571 pad_name = req_name; in gst_matroska_mux_request_new_pad()
2584 if (req_name != NULL && sscanf (req_name, "video_%u", &pad_id) == 1) { in gst_matroska_mux_request_new_pad()
2585 pad_name = req_name; in gst_matroska_mux_request_new_pad()
2598 if (req_name != NULL && sscanf (req_name, "subtitle_%u", &pad_id) == 1) { in gst_matroska_mux_request_new_pad()
2599 pad_name = req_name; in gst_matroska_mux_request_new_pad()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c422 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_ogg_mux_request_new_pad() argument
448 if (req_name == NULL || strlen (req_name) < 6) { in gst_ogg_mux_request_new_pad()
455 long_serial = strtoul (&req_name[5], &endptr, 10); in gst_ogg_mux_request_new_pad()
458 req_name + 5); in gst_ogg_mux_request_new_pad()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c399 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps);
7169 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_qt_mux_create_new_pad() argument
7171 return g_object_new (GST_TYPE_QT_MUX_PAD, "name", req_name, "direction", in gst_qt_mux_create_new_pad()
7177 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_qt_mux_request_new_pad() argument
7194 if (req_name != NULL && sscanf (req_name, "audio_%u", &pad_id) == 1) { in gst_qt_mux_request_new_pad()
7195 name = g_strdup (req_name); in gst_qt_mux_request_new_pad()
7201 if (req_name != NULL && sscanf (req_name, "video_%u", &pad_id) == 1) { in gst_qt_mux_request_new_pad()
7202 name = g_strdup (req_name); in gst_qt_mux_request_new_pad()
7208 if (req_name != NULL && sscanf (req_name, "subtitle_%u", &pad_id) == 1) { in gst_qt_mux_request_new_pad()
7209 name = g_strdup (req_name); in gst_qt_mux_request_new_pad()
[all …]
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c1975 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_videomixer2_request_new_pad() argument
1989 if (req_name == NULL || strlen (req_name) < 6 in gst_videomixer2_request_new_pad()
1990 || !g_str_has_prefix (req_name, "sink_")) { in gst_videomixer2_request_new_pad()
1995 serial = g_ascii_strtoull (&req_name[5], NULL, 10); in gst_videomixer2_request_new_pad()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpmux.c302 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_rtp_mux_request_new_pad() argument
317 newpad = gst_pad_new_from_template (templ, req_name); in gst_rtp_mux_request_new_pad()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c1048 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_avi_mux_request_new_pad() argument
1074 if (req_name != NULL && sscanf (req_name, "audio_%u", &pad_id) == 1) { in gst_avi_mux_request_new_pad()
1075 pad_name = req_name; in gst_avi_mux_request_new_pad()
/third_party/gstreamer/gstreamer/gst/
Dgstelement.c1228 const gchar *req_name = NULL; in gst_element_request_pad_simple() local
1240 req_name = strstr (name, "%") ? NULL : name; in gst_element_request_pad_simple()
1253 req_name = name; in gst_element_request_pad_simple()
1264 pad = _gst_element_request_pad (element, templ, req_name, NULL); in gst_element_request_pad_simple()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.c182 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_multipart_mux_request_new_pad() argument
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1477 const gchar * req_name, const GstCaps * caps) in gst_compositor_request_new_pad() argument
1483 templ, req_name, caps); in gst_compositor_request_new_pad()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c111 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps);
727 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_flv_mux_create_new_pad() argument
/third_party/gstreamer/gstplugins_good/gst/interleave/
Dinterleave.c501 const gchar * req_name, const GstCaps * caps) in gst_interleave_request_new_pad() argument
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c1234 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_cc_combiner_create_new_pad() argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c2651 GstPadTemplate * templ, const gchar * req_name, const GstCaps * caps) in gst_video_aggregator_request_new_pad() argument
2660 (element, templ, req_name, caps); in gst_video_aggregator_request_new_pad()
/third_party/python/Python/
DPython-ast.c12013 const char * const req_name[] = {"Module", "Expression", "Interactive"}; in PyAST_obj2mod() local
12037 req_name[mode], _PyType_Name(Py_TYPE(ast))); in PyAST_obj2mod()