Lines Matching defs:_GstRkXImageSink
125 struct _GstRkXImageSink struct
128 GstVideoSink videosink;
130 gint fd;
131 gint conn_id;
132 gint crtc_id;
133 gint plane_id;
134 guint pipe;
136 guint16 hdisplay, vdisplay;
137 guint32 buffer_id;
140 gboolean has_prime_import;
141 gboolean has_prime_export;
142 gboolean has_async_page_flip;
144 char *display_name;
146 GstXContext *xcontext;
147 GstXWindow *xwindow;
148 GstBuffer *cur_image;
149 GstVideoRectangle clip_rect;
151 GThread *event_thread;
152 gboolean running;
155 gint fps_n;
156 gint fps_d;
157 gint par_n;
158 gint par_d;
159 gboolean keep_aspect;
161 GMutex x_lock;
162 GMutex flow_lock;
164 gboolean synchronous;
165 gboolean handle_events;
166 gboolean handle_expose;
167 gboolean draw_border;
191 struct _GstRkXImageSinkClass argument