Searched refs:preferred_width (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/android/ |
D | gstvkwindow_android.c | 59 gint preferred_width; member 97 priv->preferred_width = 320; in gst_vulkan_window_android_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglwindow_x11.c | 60 gint preferred_width; member 314 width = window_x11->priv->preferred_width; in gst_gl_window_x11_set_window_handle() 400 window_x11->priv->preferred_width = width; in gst_gl_window_x11_set_preferred_size() 408 guint width = window_x11->priv->preferred_width; in _show_window()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/ |
D | gstvkwindow_cocoa.m | 66 gint preferred_width; field 110 priv->preferred_width = 320; 177 NSRect rect = NSMakeRect (0, y, priv->preferred_width, priv->preferred_height);
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/ |
D | gstvkwindow_win32.c | 43 gint preferred_width; member 91 priv->preferred_width = 320; in gst_vulkan_window_win32_init() 462 gint width = priv->preferred_width; in gst_vulkan_window_win32_show()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/ |
D | gstglwindow_dispmanx_egl.h | 69 gint preferred_width; member
|
D | gstglwindow_dispmanx_egl.c | 216 window_egl->preferred_width = width; in gst_gl_window_dispmanx_egl_set_preferred_size() 345 window_resize (window_egl, window_egl->preferred_width, in gst_gl_window_dispmanx_egl_show()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/ |
D | gstglwindow_cocoa.m | 97 gint preferred_width; field 150 window->priv->preferred_width = 320; 203 NSRect rect = NSMakeRect (0, y, priv->preferred_width, priv->preferred_height); 204 NSRect windowRect = NSMakeRect (0, y, priv->preferred_width, priv->preferred_height); 401 window_cocoa->priv->preferred_width = width;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | gstglwindow_wayland_egl.h | 84 int preferred_width, preferred_height; member
|
D | gstglwindow_wayland_egl.c | 386 else if (window_egl->window.preferred_width > 0) in create_surfaces() 387 width = window_egl->window.preferred_width; in create_surfaces() 765 window_egl->window.preferred_width = width; in gst_gl_window_wayland_egl_set_preferred_size()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/ |
D | gstglwindow_win32.c | 40 gint preferred_width; member 366 gint width = window_win32->priv->preferred_width; in gst_gl_window_win32_show() 396 window_win32->priv->preferred_width = width; in gst_gl_window_win32_set_preferred_size()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ios/ |
D | gstvkwindow_ios.m | 64 gint preferred_width; field 119 priv->preferred_width = 320;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/ |
D | gstglwindow_eagl.m | 61 gint preferred_width, preferred_height; 245 window_eagl->priv->preferred_width = width;
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | gstvkwindow_xcb.c | 61 gint preferred_width; member
|