Home
last modified time | relevance | path

Searched refs:g_object_class_find_property (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstahcsrc.c406 properties[PROP_WB_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
411 properties[PROP_COLOUR_TONE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
416 properties[PROP_SCENE_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
421 properties[PROP_FLASH_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
427 g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
432 properties[PROP_CAPABILITIES] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
437 properties[PROP_EV_COMP] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
442 properties[PROP_ISO_SPEED] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
447 properties[PROP_APERTURE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
453 properties[PROP_EXPOSURE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
[all …]
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstliveadder.c73 g_object_class_find_property (G_OBJECT_CLASS in gst_live_adder_set_property()
100 g_object_class_find_property (G_OBJECT_CLASS in gst_live_adder_get_property()
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmultiple-vpp.c174 if (camera && (pspec = g_object_class_find_property (g_class, "skin-tone"))) { in config_simple()
186 pspec = g_object_class_find_property (g_class, props[i]); in config_simple()
267 pspec = g_object_class_find_property (g_class, "video-direction"); in change_dir_randomly()
308 return g_object_class_find_property (g_class, "sharpen"); in vpp_has_sharpen()
/third_party/glib/gobject/tests/
Difaceproperties.c467 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/gstreamer/gstplugins_base/tests/check/elements/
Daudiotestsrc.c86 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/glib/gio/tests/
Dgdbus-tests.h51 if (g_object_class_find_property (G_OBJECT_GET_CLASS (object), \
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgsturidownloader.c475 if (g_object_class_find_property (gobject_class, "compress")) in gst_uri_downloader_set_uri()
477 if (g_object_class_find_property (gobject_class, "keep-alive")) in gst_uri_downloader_set_uri()
479 if (g_object_class_find_property (gobject_class, "extra-headers")) { in gst_uri_downloader_set_uri()
527 if (g_object_class_find_property (gobject_class, "method")) { in gst_uri_downloader_set_method()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvkdeviceprovider.c56 g_object_class_find_property (G_OBJECT_GET_CLASS (device), in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgst1394probe.c80 spec = g_object_class_find_property (klass, "guid");
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-textoverlay.c35 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (object), prop); in set_enum_property_by_name()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c2038 pspec = g_object_class_find_property (g_class, "denoise"); in gst_va_vpp_init()
2042 pspec = g_object_class_find_property (g_class, "sharpen"); in gst_va_vpp_init()
2046 pspec = g_object_class_find_property (g_class, "skin-tone"); in gst_va_vpp_init()
2056 pspec = g_object_class_find_property (g_class, "brightness"); in gst_va_vpp_init()
2062 pspec = g_object_class_find_property (g_class, "contrast"); in gst_va_vpp_init()
2067 pspec = g_object_class_find_property (g_class, "hue"); in gst_va_vpp_init()
2072 pspec = g_object_class_find_property (g_class, "saturation"); in gst_va_vpp_init()
2197 pspec = g_object_class_find_property (klass, name); in _set_cb_val()
2248 pspec = g_object_class_find_property (klass, name); in _get_cb_val()
/third_party/glib/gobject/
Dgbinding.c838 …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/libsoup/tests/
Dno-ssl-test.c66 pspec = g_object_class_find_property (g_type_class_peek (SOUP_TYPE_SESSION), in do_session_property_tests()
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/
Dtest-uvch264.c125 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_bad/gst/camerabin2/
Dgstcamerabin2.c1326 G_PARAM_SPEC_FLOAT (g_object_class_find_property (G_OBJECT_GET_CLASS in gst_camera_bin_src_notify_max_zoom_cb()
1734 if (g_object_class_find_property (G_OBJECT_GET_CLASS (camera->src), in gst_camera_bin_create_elements()
1821 if (g_object_class_find_property (G_OBJECT_GET_CLASS (camera->audio_src), in gst_camera_bin_create_elements()
2117 && g_object_class_find_property (G_OBJECT_GET_CLASS (camera->src), in gst_camera_bin_set_property()
2126 && g_object_class_find_property (G_OBJECT_GET_CLASS (camera->src), in gst_camera_bin_set_property()
2160 && g_object_class_find_property (G_OBJECT_GET_CLASS (camera->src), in gst_camera_bin_set_property()
Dgstwrappercamerabinsrc.c510 if (g_object_class_find_property (G_OBJECT_GET_CLASS (bcamsrc), "max-zoom")) { in check_and_replace_src()
854 if (g_object_class_find_property (G_OBJECT_GET_CLASS (photography), in gst_wrapper_camera_bin_src_set_mode()
873 if (g_object_class_find_property (G_OBJECT_GET_CLASS (self->src_vid_src), in set_videosrc_zoom()
/third_party/gstreamer/gstplugins_base/tests/examples/device-provider/
Dexample-device-provider.c243 g_object_class_find_property ((GObjectClass *) element_class, "pattern"); in example_device_provider_start()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-property-probe.c81 pspec = g_object_class_find_property (klass, "device");
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c1201 if (g_object_class_find_property (jb_class, name)) in gst_rtp_bin_propagate_property_to_jitterbuffer()
1338 if (!g_object_class_find_property (jb_class, "ts-offset")) { in stream_set_ts_offset()
1849 if (g_object_class_find_property (jb_class, "drop-on-latency")) in create_stream()
1851 if (g_object_class_find_property (jb_class, "do-lost")) in create_stream()
1853 if (g_object_class_find_property (jb_class, "mode")) in create_stream()
1855 if (g_object_class_find_property (jb_class, "do-retransmission")) in create_stream()
1857 if (g_object_class_find_property (jb_class, "max-rtcp-rtp-time-diff")) in create_stream()
1860 if (g_object_class_find_property (jb_class, "max-dropout-time")) in create_stream()
1862 if (g_object_class_find_property (jb_class, "max-misorder-time")) in create_stream()
1864 if (g_object_class_find_property (jb_class, "rfc7273-sync")) in create_stream()
[all …]
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dtestplugin.c136 GParamSpec *spec = g_object_class_find_property (G_OBJECT_CLASS (klass), in gst_test_init()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.c1433 list = g_list_append (NULL, g_object_class_find_property (klass, "device"));
1435 g_list_append (list, g_object_class_find_property (klass,
1438 g_list_append (list, g_object_class_find_property (klass,
1441 g_list_append (list, g_object_class_find_property (klass, "colorkey"));
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/
Dmviewwidget.c174 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/
Dfxtest.c151 G_PARAM_SPEC_ENUM (g_object_class_find_property (G_OBJECT_GET_CLASS in apply_fx()
/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.c231 g_object_class_find_property (G_OBJECT_GET_CLASS (obj), current[0]); in gst_child_proxy_lookup()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideoflip.c227 g_object_class_find_property (G_OBJECT_GET_CLASS (flip->element), in GST_START_TEST()

1234