Home
last modified time | relevance | path

Searched refs:redraw (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0007-waylandsink-Enable-changing-window-handle.patch19 @@ -675,9 +675,10 @@ render_last_buffer (GstWaylandSink * sink, gboolean redraw)
23 - if (G_UNLIKELY (sink->video_info_changed && !redraw)) {
24 + if (G_UNLIKELY ((sink->video_info_changed && !redraw) || sink->resend_info)) {
H A D0030-kmssink-Support-setting-prefered-frame-syncing-mode.patch68 - /* Wait for the previous frame to complete redraw */
73 + /* Wait for the previous frame to complete redraw */
80 /* Save the rendered buffer and its metadata in case a redraw is needed */
H A D0023-waylandsink-Support-frame-sync-mode.patch42 @@ -819,6 +822,11 @@ render_last_buffer (GstWaylandSink * sink, gboolean redraw)
H A D0020-waylandsink-Support-window-fill-mode-property.patch127 @@ -763,6 +817,7 @@ render_last_buffer (GstWaylandSink * sink, gboolean redraw)
H A D0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch181 GST_LOG_OBJECT (sink, "buffer %p dropped (redraw pending)", buffer);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0007-waylandsink-Enable-changing-window-handle.patch19 @@ -718,9 +718,10 @@ render_last_buffer (GstWaylandSink * self, gboolean redraw)
23 - if (G_UNLIKELY (self->video_info_changed && !redraw)) {
24 + if (G_UNLIKELY ((self->video_info_changed && !redraw) || self->resend_info)) {
H A D0024-waylandsink-Support-frame-sync-mode.patch42 @@ -858,6 +861,11 @@ render_last_buffer (GstWaylandSink * self, gboolean redraw)
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch67 /* Wait for the previous frame to complete redraw */
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch169 GST_LOG_OBJECT (self, "buffer %" GST_PTR_FORMAT " dropped (redraw pending)",
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0007-waylandsink-Enable-changing-window-handle.patch19 @@ -718,9 +718,10 @@ render_last_buffer (GstWaylandSink * self, gboolean redraw)
23 - if (G_UNLIKELY (self->video_info_changed && !redraw)) {
24 + if (G_UNLIKELY ((self->video_info_changed && !redraw) || self->resend_info)) {
H A D0024-waylandsink-Support-frame-sync-mode.patch42 @@ -858,6 +861,11 @@ render_last_buffer (GstWaylandSink * self, gboolean redraw)
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch67 /* Wait for the previous frame to complete redraw */
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch169 GST_LOG_OBJECT (self, "buffer %" GST_PTR_FORMAT " dropped (redraw pending)",
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0017-xvimagesink-Ignore-expose-redraw-when-video-not-read.patch4 Subject: [PATCH 17/20] xvimagesink: Ignore expose-redraw when video not ready
/OK3568_Linux_fs/u-boot/scripts/
H A Dget_maintainer.pl1566 my $redraw = 1;
1569 if ($redraw) {
1649 $redraw = 1;
1721 $redraw = 1;
1802 $redraw = 0;
/OK3568_Linux_fs/kernel/scripts/
H A Dget_maintainer.pl1788 my $redraw = 1;
1791 if ($redraw) {
1871 $redraw = 1;
1943 $redraw = 1;
2024 $redraw = 0;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0085-man-add-a-man-page-for-the-VNC-backend.patch75 +Specifies the desktop redraw rate in Hz. If unspecified, the default is 60Hz. Changing
/OK3568_Linux_fs/buildroot/package/weston/
H A D0084-man-add-a-man-page-for-the-VNC-backend.patch75 +Specifies the desktop redraw rate in Hz. If unspecified, the default is 60Hz. Changing
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dvesafb.rst149 redraw Scroll by redrawing the affected part of the screen, this
H A Duvesafb.rst72 redraw Scroll by redrawing the affected part of the screen, this
H A Dmatroxfb.rst364 It is time to redraw whole screen 1000 times in 1024x768, 60Hz. It is
/OK3568_Linux_fs/external/gstreamer-rockchip/debian/
H A Dchangelog187 * vpudec: ximagesink: use a timer to throttle and redraw when paused
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt.c986 int redraw = 0; in redraw_screen() local
1001 redraw = 1; in redraw_screen()
1013 redraw = 1; in redraw_screen()
1016 if (redraw) { in redraw_screen()
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0005-lvgl-Add-lv_conf.h.patch97 +/*Default display refresh period. LVG will redraw changed areas with this period time*/
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...

12