Home
last modified time | relevance | path

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

/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,
401 frm->c_height = frm->height; in vidioc_s_fmt()
439 cr->c.height = f->c_height; in vidioc_g_crop()
476 f->c_height = cr->c.height; in vidioc_s_crop()
479 f->bottom = f->o_height + f->c_height; in vidioc_s_crop()
525 ctx->in.c_height != ctx->out.c_height) { in device_run()
Dg2d.h43 u32 c_height; member
/drivers/media/pci/bt8xx/
Dbttv-risc.c389 unsigned int c_height; in bttv_calc_geo() local
406 c_height = min((unsigned int) crop->height, height * 16); in bttv_calc_geo()
413 geo->sheight = c_height; in bttv_calc_geo()
415 sr = c_height >> !both_fields; in bttv_calc_geo()