Home
last modified time | relevance | path

Searched refs:c_height (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dbus_vcxk.c368 unsigned long c_height; in vcxk_display_bitmap() local
386 c_height = display_height - y; in vcxk_display_bitmap()
388 c_height = height; in vcxk_display_bitmap()
392 if (c_height < height) in vcxk_display_bitmap()
393 dataptr = dataptr + lw * (height - c_height); in vcxk_display_bitmap()
396 vcxk_draw_mono(dataptr, lw, c_width, c_height); in vcxk_display_bitmap()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c473 unsigned int c_height; in vgacon_cursor() local
480 c_height = c->vc_cell_height; in vgacon_cursor()
496 vgacon_set_cursor_size(c_height - in vgacon_cursor()
497 (c_height < 10 ? 2 : 3), in vgacon_cursor()
498 c_height - in vgacon_cursor()
499 (c_height < 10 ? 1 : 2)); in vgacon_cursor()
502 vgacon_set_cursor_size(c_height / 3, c_height - in vgacon_cursor()
503 (c_height < 10 ? 1 : 2)); in vgacon_cursor()
506 vgacon_set_cursor_size(c_height * 2 / 3, c_height - in vgacon_cursor()
507 (c_height < 10 ? 1 : 2)); in vgacon_cursor()
[all …]
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-hw.c90 w((src->c_height << 16) / dst->c_height, SRC_YSCALE_REG); in g2d_set_v41_stretch()
H A Dg2d.c63 .c_height = DEFAULT_HEIGHT,
392 frm->c_height = frm->height; in vidioc_s_fmt()
433 s->r.height = f->c_height; in vidioc_g_selection()
493 f->c_height = s->r.height; in vidioc_s_selection()
496 f->bottom = f->o_height + f->c_height; in vidioc_s_selection()
529 ctx->in.c_height != ctx->out.c_height) { in device_run()
H A Dg2d.h38 u32 c_height; member
/openbmc/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.h64 u32 c_height; member
H A Ddma2d.c461 frm->c_height = frm->height; in vidioc_s_fmt()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c290 unsigned int c_height; in bttv_calc_geo() local
307 c_height = min((unsigned int) crop->height, height * 16); in bttv_calc_geo()
314 geo->sheight = c_height; in bttv_calc_geo()
316 sr = c_height >> !both_fields; in bttv_calc_geo()