/third_party/gstreamer/gstreamer/gst/ |
D | gstpadtemplate.c | 340 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()
|
D | gstpadtemplate.h | 213 GstCaps *caps, GType pad_type) G_GNUC_MALLOC; 220 GType pad_type);
|
D | gstghostpad.c | 628 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()
|
D | gstelement.h | 757 GType pad_type);
|
D | gstelement.c | 1440 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()
|
D | gstpad.c | 861 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/ |
D | xenon_sdhci.c | 128 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/ |
D | mdc2dgst.c | 33 c->pad_type = 1; in MDC2_Init() 116 j = c->pad_type; in MDC2_Final()
|
/third_party/openssl/include/openssl/ |
D | mdc2.h | 29 int pad_type; /* either 1 or 2, default 1 */ member
|
/third_party/openssl/test/ |
D | mdc2test.c | 59 ((MDC2_CTX *)EVP_MD_CTX_md_data(c))->pad_type = 2; in test_mdc2()
|
/third_party/boost/boost/spirit/home/karma/binary/ |
D | padding.hpp | 51 using boost::spirit::pad_type;
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstaggregator.c | 1665 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/ |
D | gst-inspect.c | 778 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/ |
D | gstcamerabin2.c | 1187 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/ |
D | common_terminals.hpp | 110 ( pad, pad_type )
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst_gdb.py | 585 def pad_type(self): member in GdbGstPad 594 _gdb_write(indent, "%s(%s%s) {" % (self.pad_type(), self.name(), m))
|