Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/
Dg2d-hw.c89 w((src->c_width << 16) / dst->c_width, SRC_XSCALE_REG); in g2d_set_v41_stretch()
Dg2d.c62 .c_width = DEFAULT_WIDTH,
391 frm->c_width = frm->width; in vidioc_s_fmt()
432 s->r.width = f->c_width; in vidioc_g_selection()
492 f->c_width = s->r.width; in vidioc_s_selection()
497 f->right = f->o_width + f->c_width; in vidioc_s_selection()
528 if (ctx->in.c_width != ctx->out.c_width || in device_run()
Dg2d.h37 u32 c_width; member
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Dbttv-risc.c378 unsigned int c_width; in bttv_calc_geo() local
395 c_width = min((unsigned int) crop->width, width * 16); in bttv_calc_geo()
399 geo->hscale = (c_width * 4096U + (width >> 1)) / width - 4096; in bttv_calc_geo()
401 geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1; in bttv_calc_geo()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
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()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch38749 + s->r.width = f->c_width;
39140 + f->c_width, f->c_height);
40472 + * c_width: crop image width set by g_selection
40485 + u32 c_width;
40726 + f->c_width = width;
40735 + f->c_width = width;
40746 + f->c_width = width;
41254 + (dst_f->o_width == dst_f->c_width)) {
41262 + crop.width = dst_f->c_width - 1;
43112 + s->r.width = f->c_width;