Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.h70 GstStructure *plane_props; member
Dgstkmssink.c700 if (!self->plane_props) in gst_kms_sink_update_plane_properties()
708 gst_kms_sink_update_properties (&iter, self->plane_props); in gst_kms_sink_update_plane_properties()
1823 g_clear_pointer (&sink->plane_props, gst_structure_free); in gst_kms_sink_set_property()
1826 sink->plane_props = gst_structure_copy (s); in gst_kms_sink_set_property()
1881 gst_value_set_structure (value, sink->plane_props); in gst_kms_sink_get_property()
1899 g_clear_pointer (&sink->plane_props, gst_structure_free); in gst_kms_sink_finalize()
/third_party/weston/libweston/backend-drm/
Ddrm-internal.h652 extern const struct drm_property_info plane_props[];
Dkms.c64 const struct drm_property_info plane_props[] = { variable
Ddrm.c817 drm_property_info_populate(b, plane_props, plane->props, in drm_plane_create()