Home
last modified time | relevance | path

Searched refs:fourcc (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/display/
H A Dramfb.c24 uint32_t fourcc; member
84 uint32_t fourcc, format, width, height; in ramfb_fw_cfg_write() local
90 fourcc = be32_to_cpu(s->cfg.fourcc); in ramfb_fw_cfg_write()
92 format = qemu_drm_format_to_pixman(fourcc); in ramfb_fw_cfg_write()
/qemu/ui/
H A Ddmabuf.c18 uint32_t fourcc; member
35 uint32_t backing_height, uint32_t fourcc, in qemu_dmabuf_new() argument
49 dmabuf->fourcc = fourcc; in qemu_dmabuf_new()
121 return dmabuf->fourcc; in qemu_dmabuf_get_fourcc()
H A Dspice-display.c878 EGLint stride, fourcc; in spice_gl_switch() local
888 &stride, &fourcc, in spice_gl_switch()
898 fourcc); in spice_gl_switch()
904 stride, fourcc, false); in spice_gl_switch()
943 EGLint stride = 0, fourcc = 0; in qemu_spice_gl_scanout_texture() local
947 fd = egl_get_fd_for_texture(tex_id, &stride, &fourcc, NULL); in qemu_spice_gl_scanout_texture()
956 stride, fourcc, y_0_top); in qemu_spice_gl_scanout_texture()
1027 EGLint stride = 0, fourcc = 0; in qemu_spice_gl_update() local
1074 stride, fourcc, false); in qemu_spice_gl_update()
1078 fourcc = qemu_dmabuf_get_fourcc(dmabuf); in qemu_spice_gl_update()
[all …]
H A Ddbus-listener.c282 uint32_t width, height, stride, fourcc; in dbus_scanout_dmabuf() local
298 fourcc = qemu_dmabuf_get_fourcc(dmabuf); in dbus_scanout_dmabuf()
305 width, height, stride, fourcc, modifier, in dbus_scanout_dmabuf()
447 uint32_t stride, fourcc; in dbus_scanout_texture() local
451 fd = egl_get_fd_for_texture(tex_id, (EGLint *)&stride, (EGLint *)&fourcc, in dbus_scanout_texture()
458 backing_height, fourcc, modifier, fd, in dbus_scanout_texture()
H A Dtrace-events112 qemu_spice_gl_surface(int qid, uint32_t w, uint32_t h, uint32_t fourcc) "%d %dx%d, fourcc 0x%x"
114 qemu_spice_gl_scanout_texture(int qid, uint32_t w, uint32_t h, uint32_t fourcc) "%d %dx%d, fourcc 0…
H A Degl-helpers.c280 int egl_get_fd_for_texture(uint32_t tex_id, EGLint *stride, EGLint *fourcc, in egl_get_fd_for_texture() argument
294 eglExportDMABUFImageQueryMESA(qemu_egl_display, image, fourcc, in egl_get_fd_for_texture()
/qemu/docs/interop/
H A Dvhost-user-gpu.rst113 | scanout-id | x | y | w | h | fdw | fwh | stride | flags | fourcc |
124 :fourcc: ``i32``, the DMABUF fourcc
/qemu/include/ui/
H A Ddmabuf.h18 uint32_t backing_height, uint32_t fourcc,
H A Degl-helpers.h49 int egl_get_fd_for_texture(uint32_t tex_id, EGLint *stride, EGLint *fourcc,