Home
last modified time | relevance | path

Searched refs:tight (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc-enc-tight.c117 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 Dvnc-enc-zlib.c79 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 Dvnc-enc-zrle.c263 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 Dvnc.h197 Buffer tight; member
357 VncTight tight; member
437 * Other tight constants
H A Dvnc.c199 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 Dmeson.build36 'vnc-enc-tight.c',
/openbmc/u-boot/fs/cramfs/
H A DKconfig5 filesystem). CRAMFS is useful when space is tight since files are
/openbmc/u-boot/fs/fat/
H A DKconfig23 file. Unless you have an extremely tight memory memory constraints,
/openbmc/qemu/tests/unit/
H A Dtest-util-sockets.c315 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 Dnand.h118 int nand_lock(struct mtd_info *mtd, int tight);
/openbmc/qemu/chardev/
H A Dchar-socket.c412 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 Dnand.c735 int tight = 0; in do_nand() local
739 tight = 1; in do_nand()
746 if (!nand_lock(mtd, tight)) { in do_nand()
H A DKconfig1750 filesystem). CRAMFS is useful when space is tight since files are
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c215 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 Dfsi.rst38 processors. This now makes an appearance in the ASPEED SoC due to tight
/openbmc/u-boot/doc/
H A DREADME.nand332 "nand lock tight"
333 set NAND chip to lock tight state (software can't change locking anymore)
/openbmc/qemu/util/
H A Dqemu-sockets.c947 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 Dtheme.md152 The `color` map is not as important as the `theme-color` map. A tight-coupling
/openbmc/docs/designs/
H A Docp-led-policy-support.md97 - Combined Blue/Amber in tight spaces
/openbmc/phosphor-logging/docs/
H A Dstructured-logging.md241 4. Very tight code generation at logging call sites and reasonably performant
/openbmc/u-boot/drivers/serial/
H A DKconfig457 tight loop if it is called before debug_uart_init() has been called.
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-execution.rst90 the environment variables and provides tight control over the shell
/openbmc/u-boot/common/spl/
H A DKconfig338 in SPL, if space for the SPL binary is very tight.