Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/
Dgstglwindow_dispmanx_egl.c130 DISPMANX_UPDATE_HANDLE_T dispman_update; in gst_gl_window_dispmanx_egl_close() local
136 dispman_update = vc_dispmanx_update_start (0); in gst_gl_window_dispmanx_egl_close()
137 vc_dispmanx_element_remove (dispman_update, window_egl->native.element); in gst_gl_window_dispmanx_egl_close()
138 vc_dispmanx_update_submit_sync (dispman_update); in gst_gl_window_dispmanx_egl_close()
190 DISPMANX_UPDATE_HANDLE_T dispman_update; in gst_gl_window_dispmanx_egl_set_window_handle() local
197 dispman_update = vc_dispmanx_update_start (0); in gst_gl_window_dispmanx_egl_set_window_handle()
198 vc_dispmanx_element_remove (dispman_update, window_egl->native.element); in gst_gl_window_dispmanx_egl_set_window_handle()
199 vc_dispmanx_update_submit_sync (dispman_update); in gst_gl_window_dispmanx_egl_set_window_handle()
234 DISPMANX_UPDATE_HANDLE_T dispman_update; in window_resize() local
265 dispman_update = vc_dispmanx_update_start (0); in window_resize()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c224 DISPMANX_UPDATE_HANDLE_T dispman_update; in RPI_CreateWindow() local
264 dispman_update = vc_dispmanx_update_start( 0 ); in RPI_CreateWindow()
265 wdata->dispman_window.element = vc_dispmanx_element_add (dispman_update, in RPI_CreateWindow()
277 vc_dispmanx_update_submit_sync(dispman_update); in RPI_CreateWindow()