/third_party/glib/gio/ |
D | gproxyaddress.c | 154 g_value_set_string (value, proxy->priv->protocol); in g_proxy_address_get_property() 158 g_value_set_string (value, proxy->priv->dest_protocol); in g_proxy_address_get_property() 162 g_value_set_string (value, proxy->priv->dest_hostname); in g_proxy_address_get_property() 170 g_value_set_string (value, proxy->priv->username); in g_proxy_address_get_property() 174 g_value_set_string (value, proxy->priv->password); in g_proxy_address_get_property() 178 g_value_set_string (value, proxy->priv->uri); in g_proxy_address_get_property()
|
D | gdbusutils.c | 433 g_value_set_string (out_gvalue, g_variant_get_string (value, NULL)); in g_dbus_gvariant_to_gvalue() 438 g_value_set_string (out_gvalue, g_variant_get_string (value, NULL)); in g_dbus_gvariant_to_gvalue() 443 g_value_set_string (out_gvalue, g_variant_get_string (value, NULL)); in g_dbus_gvariant_to_gvalue() 452 g_value_set_string (out_gvalue, g_variant_get_bytestring (value)); in g_dbus_gvariant_to_gvalue()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdsegmenttemplatenode.c | 69 g_value_set_string (value, self->media); in gst_mpd_segment_template_node_get_property() 72 g_value_set_string (value, self->index); in gst_mpd_segment_template_node_get_property() 75 g_value_set_string (value, self->initialization); in gst_mpd_segment_template_node_get_property() 78 g_value_set_string (value, self->bitstreamSwitching); in gst_mpd_segment_template_node_get_property()
|
D | gstmpdrootnode.c | 120 g_value_set_string (value, self->default_namespace); in gst_mpd_root_node_get_property() 123 g_value_set_string (value, self->namespace_xsi); in gst_mpd_root_node_get_property() 126 g_value_set_string (value, self->namespace_ext); in gst_mpd_root_node_get_property() 129 g_value_set_string (value, self->schemaLocation); in gst_mpd_root_node_get_property() 132 g_value_set_string (value, self->id); in gst_mpd_root_node_get_property() 135 g_value_set_string (value, self->profiles); in gst_mpd_root_node_get_property()
|
D | gstmpdbaseurlnode.c | 67 g_value_set_string (value, self->baseURL); in gst_mpd_baseurl_node_get_property() 70 g_value_set_string (value, self->serviceLocation); in gst_mpd_baseurl_node_get_property() 73 g_value_set_string (value, self->byteRange); in gst_mpd_baseurl_node_get_property()
|
D | gstmpdrepresentationbasenode.c | 133 g_value_set_string (value, self->profiles); in gst_mpd_representation_base_node_get_property() 157 g_value_set_string (value, self->mimeType); in gst_mpd_representation_base_node_get_property() 160 g_value_set_string (value, self->segmentProfiles); in gst_mpd_representation_base_node_get_property() 163 g_value_set_string (value, self->codecs); in gst_mpd_representation_base_node_get_property() 179 g_value_set_string (value, self->scanType); in gst_mpd_representation_base_node_get_property()
|
/third_party/glib/gobject/tests/ |
D | properties.c | 156 g_value_set_string (value, tobj->baz); in test_object_get_property() 160 g_value_set_string (value, tobj->quux); in test_object_get_property() 403 g_value_set_string (&(values_in[2]), "pigs"); in properties_testv_with_valid_properties() 406 g_value_set_string (&(values_in[3]), "fly"); in properties_testv_with_valid_properties() 422 g_value_set_string (&(values_in[2]), "Elmo knows"); in properties_testv_with_valid_properties() 423 g_value_set_string (&(values_in[3]), "where you live"); in properties_testv_with_valid_properties() 452 g_value_set_string (&(values_in[0]), "fly"); in properties_testv_with_invalid_property_type() 482 g_value_set_string (&(values_in[2]), "pigs"); in properties_testv_with_invalid_property_names() 485 g_value_set_string (&(values_in[3]), "fly"); in properties_testv_with_invalid_property_names() 605 g_value_set_string (&(values_in[2]), ""); in properties_testv_notify_queue()
|
D | value.c | 59 g_value_set_string (&value, static1); in test_value_string() 79 g_value_set_string (&value, static2); in test_value_string() 128 g_value_set_string (&value, static2); in test_value_string() 202 g_value_set_string (&value, static2); in test_value_string()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlssrtpbin.c | 231 g_value_set_string (value, self->srtp_auth); in gst_dtls_srtp_bin_get_property() 234 g_value_set_string (value, self->srtp_cipher); in gst_dtls_srtp_bin_get_property() 237 g_value_set_string (value, self->srtcp_auth); in gst_dtls_srtp_bin_get_property() 240 g_value_set_string (value, self->srtcp_cipher); in gst_dtls_srtp_bin_get_property()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlsshsink.c | 313 g_value_set_string (value, sink->ssh_pub_keyfile); in gst_curl_ssh_sink_get_property() 317 g_value_set_string (value, sink->ssh_priv_keyfile); in gst_curl_ssh_sink_get_property() 321 g_value_set_string (value, sink->ssh_key_passphrase); in gst_curl_ssh_sink_get_property() 325 g_value_set_string (value, sink->ssh_knownhosts); in gst_curl_ssh_sink_get_property() 329 g_value_set_string (value, sink->ssh_host_public_key_md5); in gst_curl_ssh_sink_get_property() 333 g_value_set_string (value, sink->ssh_host_public_key_sha256); in gst_curl_ssh_sink_get_property()
|
D | gstcurltlssink.c | 218 g_value_set_string (value, sink->ca_cert); in gst_curl_tls_sink_get_property() 221 g_value_set_string (value, sink->ca_path); in gst_curl_tls_sink_get_property() 224 g_value_set_string (value, sink->crypto_engine); in gst_curl_tls_sink_get_property()
|
D | gstcurlsmtpsink.c | 493 g_value_set_string (value, sink->mail_rcpt); in gst_curl_smtp_sink_get_property() 496 g_value_set_string (value, sink->mail_from); in gst_curl_smtp_sink_get_property() 499 g_value_set_string (value, sink->subject); in gst_curl_smtp_sink_get_property() 502 g_value_set_string (value, sink->message_body); in gst_curl_smtp_sink_get_property() 505 g_value_set_string (value, sink->content_type); in gst_curl_smtp_sink_get_property() 514 g_value_set_string (value, sink->pop_user); in gst_curl_smtp_sink_get_property() 517 g_value_set_string (value, sink->pop_passwd); in gst_curl_smtp_sink_get_property() 520 g_value_set_string (value, sink->pop_location); in gst_curl_smtp_sink_get_property()
|
D | gstcurlhttpsink.c | 294 g_value_set_string (value, sink->proxy); in gst_curl_http_sink_get_property() 300 g_value_set_string (value, sink->proxy_user); in gst_curl_http_sink_get_property() 303 g_value_set_string (value, sink->proxy_passwd); in gst_curl_http_sink_get_property() 309 g_value_set_string (value, sink->content_type); in gst_curl_http_sink_get_property()
|
/third_party/glib/tests/gobject/ |
D | paramspec-test.c | 98 g_value_set_string (&value, "foobar"); in test_param_spec_string() 102 g_value_set_string (&value, ""); in test_param_spec_string() 110 g_value_set_string (&value, NULL); in test_param_spec_string() 120 g_value_set_string (&value, ""); in test_param_spec_string() 135 g_value_set_string (&value, "ABC"); in test_param_spec_string() 147 g_value_set_string (&value, "aBC"); in test_param_spec_string()
|
/third_party/glib/gio/tests/ |
D | gtesttlsbackend.c | 142 g_value_set_string (value, cert->cert_pem); in g_test_tls_certificate_get_property() 145 g_value_set_string (value, cert->key_pem); in g_test_tls_certificate_get_property() 154 g_value_set_string (value, cert->pkcs11_uri); in g_test_tls_certificate_get_property() 157 g_value_set_string (value, cert->private_key_pkcs11_uri); in g_test_tls_certificate_get_property() 420 g_value_set_string (value, db->anchors);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtphdrext.c | 742 g_value_set_string (&val, ""); in gst_rtp_header_extension_set_caps_from_attributes_helper() 746 g_value_set_string (&val, "sendrecv"); in gst_rtp_header_extension_set_caps_from_attributes_helper() 748 g_value_set_string (&val, "sendonly"); in gst_rtp_header_extension_set_caps_from_attributes_helper() 750 g_value_set_string (&val, "recvonly"); in gst_rtp_header_extension_set_caps_from_attributes_helper() 752 g_value_set_string (&val, "inactive"); in gst_rtp_header_extension_set_caps_from_attributes_helper() 757 g_value_set_string (&val, gst_rtp_header_extension_get_uri (ext)); in gst_rtp_header_extension_set_caps_from_attributes_helper() 761 g_value_set_string (&val, attributes); in gst_rtp_header_extension_set_caps_from_attributes_helper()
|
/third_party/gstreamer/gstplugins_bad/ext/x265/ |
D | gstx265enc.c | 221 g_value_set_string (&fmt, "Y444"); in gst_x265_enc_add_x265_chroma_format() 226 g_value_set_string (&fmt, "Y42B"); in gst_x265_enc_add_x265_chroma_format() 231 g_value_set_string (&fmt, "I420"); in gst_x265_enc_add_x265_chroma_format() 239 g_value_set_string (&fmt, "Y444_10LE"); in gst_x265_enc_add_x265_chroma_format() 241 g_value_set_string (&fmt, "Y444_10BE"); in gst_x265_enc_add_x265_chroma_format() 248 g_value_set_string (&fmt, "I422_10LE"); in gst_x265_enc_add_x265_chroma_format() 250 g_value_set_string (&fmt, "I422_10BE"); in gst_x265_enc_add_x265_chroma_format() 257 g_value_set_string (&fmt, "I420_10LE"); in gst_x265_enc_add_x265_chroma_format() 259 g_value_set_string (&fmt, "I420_10BE"); in gst_x265_enc_add_x265_chroma_format() 268 g_value_set_string (&fmt, "Y444_12LE"); in gst_x265_enc_add_x265_chroma_format() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstcombdetect.c | 147 g_value_set_string (&v, "interleaved"); in gst_comb_detect_transform_caps() 149 g_value_set_string (&v, "mixed"); in gst_comb_detect_transform_caps() 151 g_value_set_string (&v, "progressive"); in gst_comb_detect_transform_caps()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2codec.c | 64 g_value_set_string (&value, in gst_v4l2_codec_probe_profiles() 112 g_value_set_string (&value, codec->level_to_string (i)); in gst_v4l2_codec_probe_levels()
|
/third_party/gstreamer/gstplugins_good/ext/shout2/ |
D | gstshout2.c | 895 g_value_set_string (value, shout2send->ip); 901 g_value_set_string (value, shout2send->password); 904 g_value_set_string (value, shout2send->username); 910 g_value_set_string (value, shout2send->streamname); 913 g_value_set_string (value, shout2send->description); 916 g_value_set_string (value, shout2send->genre); 922 g_value_set_string (value, shout2send->mount); 925 g_value_set_string (value, shout2send->url);
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmoovrecover.c | 297 g_value_set_string (value, qtmr->broken_input); in gst_qt_moov_recover_get_property() 300 g_value_set_string (value, qtmr->recovery_input); in gst_qt_moov_recover_get_property() 303 g_value_set_string (value, qtmr->fixed_output); in gst_qt_moov_recover_get_property()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpclientsink.c | 388 g_value_set_string (value, souphttpsink->location); in gst_soup_http_client_sink_get_property() 394 g_value_set_string (value, souphttpsink->user_agent); in gst_soup_http_client_sink_get_property() 397 g_value_set_string (value, souphttpsink->user_id); in gst_soup_http_client_sink_get_property() 400 g_value_set_string (value, souphttpsink->user_pw); in gst_soup_http_client_sink_get_property() 403 g_value_set_string (value, souphttpsink->proxy_id); in gst_soup_http_client_sink_get_property() 406 g_value_set_string (value, souphttpsink->proxy_pw); in gst_soup_http_client_sink_get_property() 414 g_value_set_string (value, proxy); in gst_soup_http_client_sink_get_property()
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-source.c | 227 g_value_set_string (value, oss->device); in gst_oss4_source_get_property() 235 g_value_set_string (value, oss->device_name); in gst_oss4_source_get_property() 242 g_value_set_string (value, name); in gst_oss4_source_get_property() 246 g_value_set_string (value, oss->device_name); in gst_oss4_source_get_property()
|
/third_party/libsoup/libsoup/ |
D | soup-auth.c | 107 g_value_set_string (value, soup_auth_get_scheme_name (auth)); in soup_auth_get_property() 110 g_value_set_string (value, soup_auth_get_realm (auth)); in soup_auth_get_property() 113 g_value_set_string (value, soup_auth_get_host (auth)); in soup_auth_get_property()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | tests.c | 244 g_value_set_string (value, "---"); in md5_get_value() 246 g_value_set_string (value, g_checksum_get_string (checksum)); in md5_get_value()
|