Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/dw100/
H A Ddw100.c958 unsigned int wframe, hframe; in dw100_s_selection() local
972 wframe = src_q_data->pix_fmt.width; in dw100_s_selection()
976 sel->r.left = clamp_t(int, sel->r.left, 0, wframe - DW100_MIN_W); in dw100_s_selection()
980 clamp(sel->r.width, DW100_MIN_W, wframe - sel->r.left); in dw100_s_selection()
983 qscalex = (sel->r.width << 16) / wframe; in dw100_s_selection()
1007 w = (u32)((((u64)wframe << 16) * qscale) >> 32); in dw100_s_selection()
1011 x = min(wframe - w, (unsigned int)max(0, x)); in dw100_s_selection()