Home
last modified time | relevance | path

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

/qemu/hw/display/
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/
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()
A Dspice-display.c879 EGLint stride, fourcc; in spice_gl_switch() local
889 &stride, &fourcc, in spice_gl_switch()
899 fourcc); in spice_gl_switch()
905 stride, fourcc, false); in spice_gl_switch()
944 EGLint stride = 0, fourcc = 0; in qemu_spice_gl_scanout_texture() local
948 fd = egl_get_fd_for_texture(tex_id, &stride, &fourcc, NULL); in qemu_spice_gl_scanout_texture()
957 stride, fourcc, y_0_top); in qemu_spice_gl_scanout_texture()
1028 EGLint stride = 0, fourcc = 0; in qemu_spice_gl_update() local
1075 stride, fourcc, false); in qemu_spice_gl_update()
1079 fourcc = qemu_dmabuf_get_fourcc(dmabuf); in qemu_spice_gl_update()
[all …]
A Ddbus-listener.c298 uint32_t width, height, stride, fourcc; in dbus_scanout_dmabuf() local
314 fourcc = qemu_dmabuf_get_fourcc(dmabuf); in dbus_scanout_dmabuf()
321 width, height, stride, fourcc, modifier, in dbus_scanout_dmabuf()
508 uint32_t stride, fourcc; in dbus_scanout_texture() local
512 fd = egl_get_fd_for_texture(tex_id, (EGLint *)&stride, (EGLint *)&fourcc, in dbus_scanout_texture()
519 backing_height, fourcc, modifier, fd, in dbus_scanout_texture()
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…
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/
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/
A Ddmabuf.h18 uint32_t backing_height, uint32_t fourcc,
A Degl-helpers.h49 int egl_get_fd_for_texture(uint32_t tex_id, EGLint *stride, EGLint *fourcc,

Completed in 20 milliseconds