Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s5p-g2d/
Dg2d-hw.c94 w((src->c_height << 16) / dst->c_height, SRC_YSCALE_REG); in g2d_set_v41_stretch()
Dg2d.c72 .c_height = DEFAULT_HEIGHT,
403 frm->c_height = frm->height; in vidioc_s_fmt()
441 cr->c.height = f->c_height; in vidioc_g_crop()
478 f->c_height = cr->c.height; in vidioc_s_crop()
481 f->bottom = f->o_height + f->c_height; in vidioc_s_crop()
514 ctx->in.c_height != ctx->out.c_height) { in device_run()
Dg2d.h42 u32 c_height; member
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-risc.c391 unsigned int c_height; in bttv_calc_geo() local
408 c_height = min((unsigned int) crop->height, height * 16); in bttv_calc_geo()
415 geo->sheight = c_height; in bttv_calc_geo()
417 sr = c_height >> !both_fields; in bttv_calc_geo()