Home
last modified time | relevance | path

Searched refs:ximagesink (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c57 static void gst_x_image_sink_reset (GstRkXImageSink * ximagesink);
59 ximagesink);
61 static void gst_x_image_sink_xwindow_clear (GstRkXImageSink * ximagesink,
1049 xwindow_get_window_position (GstRkXImageSink * ximagesink, int *x, int *y) in xwindow_get_window_position() argument
1061 XGetWindowAttributes (ximagesink->xcontext->disp, in xwindow_get_window_position()
1062 ximagesink->xwindow->win, &attr); in xwindow_get_window_position()
1064 XTranslateCoordinates (ximagesink->xcontext->disp, ximagesink->xwindow->win, in xwindow_get_window_position()
1065 ximagesink->xcontext->root, 0, 0, x, y, &child); in xwindow_get_window_position()
1078 xwindow_get_render_rectangle (GstRkXImageSink * ximagesink, in xwindow_get_render_rectangle() argument
1081 if (ximagesink->save_rect.w != 0 && ximagesink->save_rect.h != 0) { in xwindow_get_render_rectangle()
[all …]
H A Dmeson.build5 'ximagesink.c',
/OK3568_Linux_fs/external/gstreamer-rockchip/debian/
H A Dchangelog183 * vpudec: ximagesink: clean code
184 * vpudec: ximagesink: add display ratio
185 * vpudec: ximagesink: correct stride
186 * vpudec: ximagesink: check display position in event thread
187 * vpudec: ximagesink: use a timer to throttle and redraw when paused
188 * vpudec: ximagesink: add render rectangle support
189 * vpudec: eglglesink/ximagesink: move to child folder
191 * vpudec: ximagesink: remove throttle
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-meta-base.bb43 gstreamer1.0-plugins-base-ximagesink \