Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-hextile-template.h35 assert(vs->client_pf.bytes_per_pixel <= MAX_BYTES_PER_PIXEL); in CONCAT()
141 n_data += vs->client_pf.bytes_per_pixel; in CONCAT()
161 n_data += vs->client_pf.bytes_per_pixel; in CONCAT()
H A Dvnc-enc-tight.c124 vs->client_pf.bytes_per_pixel == 1) { in tight_can_send_png_rect()
308 vs->client_pf.bytes_per_pixel == 1 || in tight_detect_smooth_image()
323 if (vs->client_pf.bytes_per_pixel == 4) { in tight_detect_smooth_image()
436 switch (vs->client_pf.bytes_per_pixel) { in tight_fill_palette()
942 bytes = vs->client_pf.bytes_per_pixel; in send_full_color_rect()
962 bytes = vs->client_pf.bytes_per_pixel; in send_solid_rect()
979 int bpp = vs->client_pf.bytes_per_pixel * 8; in send_mono_rect()
996 switch (vs->client_pf.bytes_per_pixel) { in send_mono_rect()
1049 uint32_t bytes = vs->client_pf.bytes_per_pixel; in write_palette()
1066 if (vs->client_pf.bytes_per_pixel == 1) { in send_gradient_rect()
[all …]
H A Dqemu-pixman.c19 pf.bytes_per_pixel = PIXMAN_FORMAT_BPP(format) / 8; in qemu_pixelformat_from_pixman()
H A Dvnc-enc-zrle.c280 switch (vs->client_pf.bytes_per_pixel) { in zrle_send_framebuffer_update()
H A Dvnc.c893 switch (vs->client_pf.bytes_per_pixel) { in vnc_convert_pixel()
934 vnc_write(vs, buf, vs->client_pf.bytes_per_pixel); in vnc_write_pixels_generic()
1020 isize = c->width * c->height * vs->client_pf.bytes_per_pixel; in vnc_cursor_define()
1073 vs->client_width * vs->client_height * vs->client_pf.bytes_per_pixel; in vnc_update_throttle_offset()
1104 vs->client_height, vs->client_pf.bytes_per_pixel, vs->audio_cap); in vnc_update_throttle_offset()
2313 vs->client_pf.bytes_per_pixel = bits_per_pixel / 8; in set_pixel_format()
H A Dtrace-events72 …t oldoffset, size_t offset, int client_width, int client_height, int bytes_per_pixel, void *audio_…
/openbmc/qemu/include/ui/
H A Dqemu-pixman.h66 uint8_t bytes_per_pixel; member
/openbmc/u-boot/drivers/video/
H A Dipu.h242 uint32_t bytes_per_pixel(uint32_t fmt);
H A Dipu_common.c1023 if (stride < width * bytes_per_pixel(pixel_fmt)) in ipu_init_channel_buffer()
1024 stride = width * bytes_per_pixel(pixel_fmt); in ipu_init_channel_buffer()
1197 uint32_t bytes_per_pixel(uint32_t fmt) in bytes_per_pixel() function