Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.h142 gboolean has_async_page_flip; member
H A Dximagesink.c316 guint64 has_async_page_flip; in drm_get_caps() local
336 has_async_page_flip = 0; in drm_get_caps()
337 ret = drmGetCap (self->fd, DRM_CAP_ASYNC_PAGE_FLIP, &has_async_page_flip); in drm_get_caps()
341 self->has_async_page_flip = (gboolean) has_async_page_flip; in drm_get_caps()
347 self->has_async_page_flip ? "✓" : "✗"); in drm_get_caps()
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch59 - if (!self->has_async_page_flip && !self->modesetting_enabled) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch59 - if (!self->has_async_page_flip && !self->modesetting_enabled) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0030-kmssink-Support-setting-prefered-frame-syncing-mode.patch59 - if (!self->has_async_page_flip && !self->modesetting_enabled) {