Home
last modified time | relevance | path

Searched refs:c_width (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-hw.c89 w((src->c_width << 16) / dst->c_width, SRC_XSCALE_REG); in g2d_set_v41_stretch()
H A Dg2d.h37 u32 c_width; member
/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c289 unsigned int c_width; in bttv_calc_geo() local
306 c_width = min((unsigned int) crop->width, width * 16); in bttv_calc_geo()
310 geo->hscale = (c_width * 4096U + (width >> 1)) / width - 4096; in bttv_calc_geo()
312 geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1; in bttv_calc_geo()
/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.h63 u32 c_width; member
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c26 unsigned c_width : 2; member
136 req->w0 |= cfg->c_width << SEC_BD_W0_C_WIDTH_S; in sec_alg_skcipher_init_template()