Home
last modified time | relevance | path

Searched refs:pad_type (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.c340 pad_template, GType pad_type) in gst_pad_template_new_from_static_pad_template_with_gtype() argument
345 g_return_val_if_fail (g_type_is_a (pad_type, GST_TYPE_PAD), NULL); in gst_pad_template_new_from_static_pad_template_with_gtype()
356 "presence", pad_template->presence, "caps", caps, "gtype", pad_type, in gst_pad_template_new_from_static_pad_template_with_gtype()
418 GType pad_type) in gst_pad_template_new_with_gtype() argument
428 g_return_val_if_fail (g_type_is_a (pad_type, GST_TYPE_PAD), NULL); in gst_pad_template_new_with_gtype()
437 "gtype", pad_type, NULL); in gst_pad_template_new_with_gtype()
Dgstpadtemplate.h213 GstCaps *caps, GType pad_type) G_GNUC_MALLOC;
220 GType pad_type);
Dgstghostpad.c628 GType pad_type = in gst_ghost_pad_new_full() local
632 g_return_val_if_fail (g_type_is_a (pad_type, GST_TYPE_GHOST_PAD), NULL); in gst_ghost_pad_new_full()
634 ret = g_object_new (pad_type, "name", name, in gst_ghost_pad_new_full()
Dgstelement.h757 GType pad_type);
Dgstelement.c1440 GstStaticPadTemplate * static_templ, GType pad_type) in gst_element_class_add_static_pad_template_with_gtype() argument
1444 pad_type)); in gst_element_class_add_static_pad_template_with_gtype()
Dgstpad.c861 GType pad_type = in gst_pad_new_from_template() local
867 return g_object_new (pad_type, in gst_pad_new_from_template()
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dxenon_sdhci.c128 int pad_type; member
203 if (priv->pad_type == SOC_PAD_FIXED_1_8V) in armada_3700_soc_pad_voltage_set()
205 else if (priv->pad_type == SOC_PAD_SD) in armada_3700_soc_pad_voltage_set()
465 priv->pad_type = SOC_PAD_SD; in xenon_sdhci_ofdata_to_platdata()
467 priv->pad_type = SOC_PAD_FIXED_1_8V; in xenon_sdhci_ofdata_to_platdata()
/third_party/openssl/crypto/mdc2/
Dmdc2dgst.c33 c->pad_type = 1; in MDC2_Init()
116 j = c->pad_type; in MDC2_Final()
/third_party/openssl/include/openssl/
Dmdc2.h29 int pad_type; /* either 1 or 2, default 1 */ member
/third_party/openssl/test/
Dmdc2test.c59 ((MDC2_CTX *)EVP_MD_CTX_md_data(c))->pad_type = 2; in test_mdc2()
/third_party/boost/boost/spirit/home/karma/binary/
Dpadding.hpp51 using boost::spirit::pad_type;
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c1665 GType pad_type = in gst_aggregator_default_create_new_pad() local
1696 g_assert (g_type_is_a (pad_type, GST_TYPE_AGGREGATOR_PAD)); in gst_aggregator_default_create_new_pad()
1697 agg_pad = g_object_new (pad_type, in gst_aggregator_default_create_new_pad()
2439 GType pad_type; in gst_aggregator_init() local
2459 pad_type = in gst_aggregator_init()
2463 g_assert (g_type_is_a (pad_type, GST_TYPE_AGGREGATOR_PAD)); in gst_aggregator_init()
2465 g_object_new (pad_type, "name", "src", "direction", GST_PAD_SRC, in gst_aggregator_init()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c778 GType pad_type = GST_PAD_TEMPLATE_GTYPE (tmpl); in print_pad_templates_info() local
780 if (pad_type != G_TYPE_NONE && pad_type != GST_TYPE_PAD) { in print_pad_templates_info()
783 pad_klass = g_type_class_ref (pad_type); in print_pad_templates_info()
785 DATATYPE_COLOR, g_type_name (pad_type), RESET_COLOR); in print_pad_templates_info()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c1187 gint pad_type) in encodebin_find_pad() argument
1195 pad_type == VIDEO_PAD ? "video" : "audio"); in encodebin_find_pad()
1204 if (pad_type == VIDEO_PAD) { in encodebin_find_pad()
1210 } else if (pad_type == AUDIO_PAD) { in encodebin_find_pad()
1243 tmpl = gst_element_class_get_pad_template (klass, pad_type == VIDEO_PAD ? in encodebin_find_pad()
/third_party/boost/boost/spirit/home/support/
Dcommon_terminals.hpp110 ( pad, pad_type )
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst_gdb.py585 def pad_type(self): member in GdbGstPad
594 _gdb_write(indent, "%s(%s%s) {" % (self.pad_type(), self.name(), m))