Home
last modified time | relevance | path

Searched refs:g_properties (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/va/
Dgstvadisplay_drm.c84 static GParamSpec *g_properties[N_PROPERTIES]; variable
176 g_properties[PROP_PATH] = in gst_va_display_drm_class_init()
181 g_object_class_install_properties (gobject_class, N_PROPERTIES, g_properties); in gst_va_display_drm_class_init()
Dgstvadisplay.c71 static GParamSpec *g_properties[N_PROPERTIES]; variable
212 g_properties[PROP_VA_DISPLAY] = in gst_va_display_class_init()
216 g_object_class_install_properties (gobject_class, N_PROPERTIES, g_properties); in gst_va_display_class_init()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c103 static GParamSpec *g_properties[PROP_N] = { NULL, }; variable
820 g_object_notify_by_pspec (G_OBJECT (self), g_properties[PROP_DISPLAY_WIDTH]); in gst_kms_sink_start()
821 g_object_notify_by_pspec (G_OBJECT (self), g_properties[PROP_DISPLAY_HEIGHT]); in gst_kms_sink_start()
962 g_object_notify_by_pspec (G_OBJECT (self), g_properties[PROP_DISPLAY_WIDTH]); in gst_kms_sink_stop()
963 g_object_notify_by_pspec (G_OBJECT (self), g_properties[PROP_DISPLAY_HEIGHT]); in gst_kms_sink_stop()
1959 g_properties[PROP_DRIVER_NAME] = g_param_spec_string ("driver-name", in gst_kms_sink_class_init()
1970 g_properties[PROP_BUS_ID] = g_param_spec_string ("bus-id", in gst_kms_sink_class_init()
1981 g_properties[PROP_CONNECTOR_ID] = g_param_spec_int ("connector-id", in gst_kms_sink_class_init()
1992 g_properties[PROP_PLANE_ID] = g_param_spec_int ("plane-id", in gst_kms_sink_class_init()
2003 g_properties[PROP_FORCE_MODESETTING] = in gst_kms_sink_class_init()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadecoder.c67 static GParamSpec *g_properties[N_PROPERTIES]; variable
140 g_properties[PROP_DISPLAY] = in gst_va_decoder_class_init()
145 g_properties[PROP_PROFILE] = in gst_va_decoder_class_init()
150 g_properties[PROP_CHROMA] = in gst_va_decoder_class_init()
155 g_properties[PROP_WIDTH] = in gst_va_decoder_class_init()
160 g_properties[PROP_HEIGHT] = in gst_va_decoder_class_init()
165 g_object_class_install_properties (gobject_class, N_PROPERTIES, g_properties); in gst_va_decoder_class_init()
Dgstvafilter.c90 static GParamSpec *g_properties[N_PROPERTIES]; variable
150 g_properties[PROP_DISPLAY] = in gst_va_filter_class_init()
155 g_object_class_install_properties (gobject_class, N_PROPERTIES, g_properties); in gst_va_filter_class_init()