/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstahcsrc.c | 405 properties[PROP_WB_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() 410 properties[PROP_COLOUR_TONE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() 415 properties[PROP_SCENE_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() 420 properties[PROP_FLASH_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() 426 g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() 431 properties[PROP_CAPABILITIES] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() 436 properties[PROP_EV_COMP] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() 441 properties[PROP_ISO_SPEED] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() 446 properties[PROP_APERTURE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() 452 properties[PROP_EXPOSURE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init() [all …]
|
/third_party/glib/gobject/tests/ |
D | ifaceproperties.c | 467 g_assert (g_object_class_find_property (object_class, "prop1") == inherited_spec1); in test_find_overridden() 468 g_assert (g_object_class_find_property (object_class, "prop2") == inherited_spec2); in test_find_overridden() 469 g_assert (g_object_class_find_property (object_class, "prop3") == inherited_spec3); in test_find_overridden() 470 g_assert (g_object_class_find_property (object_class, "prop4") == inherited_spec4); in test_find_overridden()
|
/third_party/glib/gio/tests/ |
D | gdbus-tests.h | 51 if (g_object_class_find_property (G_OBJECT_GET_CLASS (object), \
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audiotestsrc.c | 86 property = g_object_class_find_property (oclass, "wave"); in GST_START_TEST() 179 property = g_object_class_find_property (oclass, "wave"); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/ |
D | gsturidownloader.c | 481 if (g_object_class_find_property (gobject_class, "compress")) in gst_uri_downloader_set_uri() 483 if (g_object_class_find_property (gobject_class, "keep-alive")) in gst_uri_downloader_set_uri() 485 if (g_object_class_find_property (gobject_class, "extra-headers")) { in gst_uri_downloader_set_uri() 533 if (g_object_class_find_property (gobject_class, "method")) { in gst_uri_downloader_set_method()
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gst1394probe.c | 80 spec = g_object_class_find_property (klass, "guid");
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-textoverlay.c | 35 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (object), prop); in set_enum_property_by_name()
|
/third_party/libsoup/tests/ |
D | no-ssl-test.c | 66 pspec = g_object_class_find_property (g_type_class_peek (SOUP_TYPE_SESSION), in do_session_property_tests()
|
/third_party/glib/gobject/ |
D | gbinding.c | 838 …binding->source_pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (source), binding->source… in g_binding_constructed() 839 …binding->target_pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (target), binding->target… in g_binding_constructed() 1290 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (source), source_property); in g_object_bind_property_full() 1331 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (target), target_property); in g_object_bind_property_full()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsadeviceprobe.c | 46 pspec = g_object_class_find_property (klass, "device");
|
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/ |
D | test-uvch264.c | 125 param = g_object_class_find_property (G_OBJECT_GET_CLASS (property->src), in on_get_button_clicked() 179 param = g_object_class_find_property (G_OBJECT_GET_CLASS (property->src), in on_set_button_clicked() 435 g_object_class_find_property (G_OBJECT_GET_CLASS (properties in probe_all_properties()
|
/third_party/gstreamer/gstplugins_base/gst/audiomixer/ |
D | gstaudiomixer.c | 491 g_object_class_find_property (G_OBJECT_CLASS in gst_live_adder_set_property() 518 g_object_class_find_property (G_OBJECT_CLASS in gst_live_adder_get_property()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstcamerabin2.c | 1319 G_PARAM_SPEC_FLOAT (g_object_class_find_property (G_OBJECT_GET_CLASS in gst_camera_bin_src_notify_max_zoom_cb() 1727 if (g_object_class_find_property (G_OBJECT_GET_CLASS (camera->src), in gst_camera_bin_create_elements() 1814 if (g_object_class_find_property (G_OBJECT_GET_CLASS (camera->audio_src), in gst_camera_bin_create_elements() 2110 && g_object_class_find_property (G_OBJECT_GET_CLASS (camera->src), in gst_camera_bin_set_property() 2119 && g_object_class_find_property (G_OBJECT_GET_CLASS (camera->src), in gst_camera_bin_set_property() 2153 && g_object_class_find_property (G_OBJECT_GET_CLASS (camera->src), in gst_camera_bin_set_property()
|
D | gstwrappercamerabinsrc.c | 508 if (g_object_class_find_property (G_OBJECT_GET_CLASS (bcamsrc), "max-zoom")) { in check_and_replace_src() 852 if (g_object_class_find_property (G_OBJECT_GET_CLASS (photography), in gst_wrapper_camera_bin_src_set_mode() 871 if (g_object_class_find_property (G_OBJECT_GET_CLASS (self->src_vid_src), in set_videosrc_zoom()
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-property-probe.c | 81 pspec = g_object_class_find_property (klass, "device");
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | testplugin.c | 134 GParamSpec *spec = g_object_class_find_property (G_OBJECT_CLASS (klass), in gst_test_init()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/ |
D | mviewwidget.c | 174 g_object_class_find_property (G_OBJECT_GET_CLASS (mv), "downmix-mode"); in set_downmix_mode()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/fxtest/ |
D | fxtest.c | 151 G_PARAM_SPEC_ENUM (g_object_class_find_property (G_OBJECT_GET_CLASS in apply_fx()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstchildproxy.c | 239 g_object_class_find_property (G_OBJECT_GET_CLASS (obj), current[0]); in gst_child_proxy_lookup()
|
D | gstcontrolbinding.c | 144 g_object_class_find_property (G_OBJECT_GET_CLASS (object), in gst_control_binding_constructor()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagesink.c | 1400 list = g_list_append (NULL, g_object_class_find_property (klass, "device")); 1402 g_list_append (list, g_object_class_find_property (klass, 1405 g_list_append (list, g_object_class_find_property (klass, 1408 g_list_append (list, g_object_class_find_property (klass, "colorkey"));
|
/third_party/glib/gio/ |
D | gpropertyaction.c | 314 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (paction->object), property_name); in g_property_action_set_property_name()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 606 if (g_object_class_find_property (klass, "reserved-max-duration") == NULL) in update_muxer_properties() 608 if (g_object_class_find_property (klass, in update_muxer_properties() 1681 if (g_object_class_find_property (G_OBJECT_GET_CLASS (splitmux->sink), in start_next_fragment() 2924 if (g_object_class_find_property (G_OBJECT_GET_CLASS (e), "location") != NULL) in find_sink() 2933 if (g_object_class_find_property (G_OBJECT_GET_CLASS (child), in find_sink() 3011 if (g_object_class_find_property (G_OBJECT_GET_CLASS (splitmux->sink), in create_sink()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspautils.c | 323 if (g_object_class_find_property (G_OBJECT_CLASS (object_class), name)) { in gst_ladspa_object_class_get_param_name() 327 while (g_object_class_find_property (G_OBJECT_CLASS (object_class), nprop)) { in gst_ladspa_object_class_get_param_name()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturisourcebin.c | 985 if (g_object_class_find_property (G_OBJECT_GET_CLASS (slot->queue), in update_queue_values() 1009 && g_object_class_find_property (G_OBJECT_GET_CLASS (slot->queue), in update_queue_values() 1447 pspec = g_object_class_find_property (source_class, "connection-speed"); in gen_source_element() 1797 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (demuxer), in make_demuxer() 2111 pspec = g_object_class_find_property (source_class, "is-live"); in is_live_source()
|