Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dipu_pixfmt.h18 #define fourcc(a, b, c, d)\ macro
26 #define IPU_PIX_FMT_GENERIC fourcc('I', 'P', 'U', '0')
27 #define IPU_PIX_FMT_GENERIC_32 fourcc('I', 'P', 'U', '1')
28 #define IPU_PIX_FMT_LVDS666 fourcc('L', 'V', 'D', '6')
29 #define IPU_PIX_FMT_LVDS888 fourcc('L', 'V', 'D', '8')
31 #define IPU_PIX_FMT_RGB332 fourcc('R', 'G', 'B', '1') /*< 8 RGB-3-3-2 */
32 #define IPU_PIX_FMT_RGB555 fourcc('R', 'G', 'B', 'O') /*< 16 RGB-5-5-5 */
33 #define IPU_PIX_FMT_RGB565 fourcc('R', 'G', 'B', 'P') /*< 1 6 RGB-5-6-5 */
34 #define IPU_PIX_FMT_RGB666 fourcc('R', 'G', 'B', '6') /*< 18 RGB-6-6-6 */
35 #define IPU_PIX_FMT_BGR666 fourcc('B', 'G', 'R', '6') /*< 18 BGR-6-6-6 */
[all …]
/openbmc/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()
/openbmc/qemu/ui/
H A Ddmabuf.c20 uint32_t fourcc; member
38 uint32_t fourcc, uint64_t modifier, in qemu_dmabuf_new() argument
55 dmabuf->fourcc = fourcc; in qemu_dmabuf_new()
159 return dmabuf->fourcc; in qemu_dmabuf_get_fourcc()
H A Dspice-display.c903 int fourcc; in spice_gl_replace_fd_texture() local
938 &fourcc, in spice_gl_replace_fd_texture()
956 &fourcc, in spice_gl_replace_fd_texture()
1005 int fd[DMABUF_MAX_PLANES], num_planes, fourcc; in spice_gl_switch() local
1013 &fourcc, in spice_gl_switch()
1029 fourcc); in spice_gl_switch()
1036 fourcc, modifier, false); in spice_gl_switch()
1090 EGLint offset[DMABUF_MAX_PLANES], stride[DMABUF_MAX_PLANES], fourcc = 0; in qemu_spice_gl_scanout_texture() local
1095 if (!egl_dmabuf_export_texture(tex_id, fd, offset, stride, &fourcc, in qemu_spice_gl_scanout_texture()
1101 trace_qemu_spice_gl_scanout_texture(ssd->qxl.id, w, h, fourcc); in qemu_spice_gl_scanout_texture()
[all …]
H A Ddbus-listener.c306 uint32_t width, height, stride, fourcc; in dbus_scanout_dmabuf_v1()
322 fourcc = qemu_dmabuf_get_fourcc(dmabuf); in dbus_scanout_dmabuf_v1()
329 width, height, stride, fourcc, modifier, in dbus_scanout_dmabuf_v2()
340 uint32_t x, y, width, height, fourcc, backing_width, backing_height; in dbus_scanout_dmabuf_v2()
376 fourcc = qemu_dmabuf_get_fourcc(dmabuf); in dbus_scanout_dmabuf_v2()
394 num_planes, fourcc, backing_width, backing_height, modifier, y0_top, in dbus_scanout_dmabuf()
597 uint32_t offset[DMABUF_MAX_PLANES], stride[DMABUF_MAX_PLANES], fourcc; in dbus_scanout_texture()
602 (EGLint *)&fourcc, &num_planes, &modifier)) { in dbus_scanout_texture()
607 backing_height, fourcc, modifier, fd, num_planes, in dbus_scanout_texture()
298 uint32_t width, height, stride, fourcc; dbus_scanout_dmabuf_v1() local
332 uint32_t x, y, width, height, fourcc, backing_width, backing_height; dbus_scanout_dmabuf_v2() local
589 uint32_t offset[DMABUF_MAX_PLANES], stride[DMABUF_MAX_PLANES], fourcc; dbus_scanout_texture() local
H A Dtrace-events126 qemu_spice_gl_surface(int qid, uint32_t w, uint32_t h, uint32_t fourcc) "%d %dx%d, fourcc 0x%x"
128 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.c293 EGLint *stride, EGLint *fourcc, int *num_planes, in egl_dmabuf_export_texture() argument
308 eglExportDMABUFImageQueryMESA(qemu_egl_display, image, fourcc, in egl_dmabuf_export_texture()
/openbmc/qemu/include/ui/
H A Ddmabuf.h21 uint32_t fourcc, uint64_t modifier,
H A Degl-helpers.h52 EGLint *stride, EGLint *fourcc, int *num_planes,
/openbmc/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
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch2728 + // Check we have a sliced version of the fourcc if we want the resizer
5376 +// Nicked from avcodec/fourcc.c
13745 --- a/src/misc/fourcc.c
13746 +++ b/src/misc/fourcc.c
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch4550 +// Return 0 terminated list of drm fourcc video formats for this context
4910 + * Get the list of drm fourcc pixel formats for this context