Home
last modified time | relevance | path

Searched refs:GST_VA_DISPLAY (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/va/
Dgstvadisplay.c73 #define GET_PRIV(obj) gst_va_display_get_instance_private (GST_VA_DISPLAY (obj))
136 GstVaDisplay *self = GST_VA_DISPLAY (object); in gst_va_display_set_property()
169 GstVaDisplay *self = GST_VA_DISPLAY (object); in gst_va_display_constructed()
283 GstVaDisplay *self = GST_VA_DISPLAY (object); in _va_warning()
295 GstVaDisplay *self = GST_VA_DISPLAY (object); in _va_info()
Dgstvadisplay.h77 #define GST_VA_DISPLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_VA_DISPLAY, GstV… macro