| /openbmc/qemu/ui/ |
| H A D | vnc-enc-tight.c | 117 static bool tight_can_send_png_rect(VncState *vs, VncTight *tight, int w, int h) in tight_can_send_png_rect() argument 119 if (tight->type != VNC_ENCODING_TIGHT_PNG) { in tight_can_send_png_rect() 138 tight_detect_smooth_image24(VncState *vs, VncTight *tight, int w, int h) in tight_detect_smooth_image24() argument 147 unsigned char *buf = tight->tight.buffer; in tight_detect_smooth_image24() 208 tight_detect_smooth_image##bpp(VncState *vs, VncTight *tight, \ 219 unsigned char *buf = tight->tight.buffer; \ 297 tight_detect_smooth_image(VncState *vs, VncTight *tight, int w, int h) in tight_detect_smooth_image() argument 300 int compression = tight->compression; in tight_detect_smooth_image() 301 int quality = tight->quality; in tight_detect_smooth_image() 313 if (tight->quality != (uint8_t)-1) { in tight_detect_smooth_image() [all …]
|
| H A D | vnc-enc-zlib.c | 79 err = deflateInit2(zstream, worker->tight.compression, Z_DEFLATED, in vnc_zlib_stop() 88 worker->zlib.level = worker->tight.compression; in vnc_zlib_stop() 92 if (worker->tight.compression != worker->zlib.level) { in vnc_zlib_stop() 93 if (deflateParams(zstream, worker->tight.compression, in vnc_zlib_stop() 97 worker->zlib.level = worker->tight.compression; in vnc_zlib_stop()
|
| H A D | vnc-enc-zrle.c | 263 if (!vs->vd->lossy || worker->tight.quality == (uint8_t)-1 in zrle_send_framebuffer_update() 264 || worker->tight.quality == 9) { in zrle_send_framebuffer_update() 267 } else if (worker->tight.quality < 3) { in zrle_send_framebuffer_update() 269 } else if (worker->tight.quality < 6) { in zrle_send_framebuffer_update()
|
| H A D | vnc.h | 197 Buffer tight; member 357 VncTight tight; member 437 * Other tight constants
|
| H A D | vnc.c | 199 return "tight"; in vnc_auth_name() 2133 vc->worker.tight.compression = 9; in set_encodings() 2134 vc->worker.tight.quality = -1; /* Lossless by default */ in set_encodings() 2222 vc->worker.tight.compression = (enc & 0x0F); in set_encodings() 2226 vc->worker.tight.quality = (enc & 0x0F); in set_encodings() 3313 buffer_init(&vc->worker.tight.tight, "vnc-tight/%p", sioc); in vnc_connect() 3314 buffer_init(&vc->worker.tight.zlib, "vnc-tight in vnc_connect() [all...] |
| H A D | meson.build | 36 'vnc-enc-tight.c',
|
| /openbmc/u-boot/fs/cramfs/ |
| H A D | Kconfig | 5 filesystem). CRAMFS is useful when space is tight since files are
|
| /openbmc/u-boot/fs/fat/ |
| H A D | Kconfig | 23 file. Unless you have an extremely tight memory memory constraints,
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-util-sockets.c | 315 addr.u.q_unix.tight = false; in test_socket_unix_abstract() 319 addr_tight.u.q_unix.tight = true; in test_socket_unix_abstract() 323 addr_padded.u.q_unix.tight = false; in test_socket_unix_abstract()
|
| /openbmc/u-boot/include/ |
| H A D | nand.h | 118 int nand_lock(struct mtd_info *mtd, int tight);
|
| /openbmc/qemu/chardev/ |
| H A D | char-socket.c | 412 const char *tight = "", *abstract = ""; in qemu_chr_socket_address() local 418 if (sa->has_tight && sa->tight) { in qemu_chr_socket_address() 419 tight = ",tight=on"; in qemu_chr_socket_address() 425 abstract, tight, in qemu_chr_socket_address() 1467 bool tight = qemu_opt_get_bool(opts, "tight", true); in qemu_chr_parse_socket() local 1531 q_unix->tight = tight; in qemu_chr_parse_socket()
|
| /openbmc/u-boot/cmd/ |
| H A D | nand.c | 735 int tight = 0; in do_nand() local 739 tight = 1; in do_nand() 746 if (!nand_lock(mtd, tight)) { in do_nand()
|
| H A D | Kconfig | 1750 filesystem). CRAMFS is useful when space is tight since files are
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_util.c | 215 int nand_lock(struct mtd_info *mtd, int tight) in nand_lock() argument 233 (tight ? NAND_CMD_LOCK_TIGHT : NAND_CMD_LOCK), in nand_lock()
|
| /openbmc/qemu/docs/specs/ |
| H A D | fsi.rst | 38 processors. This now makes an appearance in the ASPEED SoC due to tight
|
| /openbmc/u-boot/doc/ |
| H A D | README.nand | 332 "nand lock tight" 333 set NAND chip to lock tight state (software can't change locking anymore)
|
| /openbmc/qemu/util/ |
| H A D | qemu-sockets.c | 947 return !saddr->has_tight || saddr->tight; in saddr_is_tight() 1411 addr->u.q_unix.tight = salen < sizeof(su->sun_path); in socket_sockaddr_to_address_unix()
|
| /openbmc/webui-vue/docs/customization/ |
| H A D | theme.md | 152 The `color` map is not as important as the `theme-color` map. A tight-coupling
|
| /openbmc/docs/designs/ |
| H A D | ocp-led-policy-support.md | 97 - Combined Blue/Amber in tight spaces
|
| /openbmc/phosphor-logging/docs/ |
| H A D | structured-logging.md | 241 4. Very tight code generation at logging call sites and reasonably performant
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | Kconfig | 457 tight loop if it is called before debug_uart_init() has been called.
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-execution.rst | 90 the environment variables and provides tight control over the shell
|
| /openbmc/u-boot/common/spl/ |
| H A D | Kconfig | 338 in SPL, if space for the SPL binary is very tight.
|