Home
last modified time | relevance | path

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

/linux/drivers/media/platform/nxp/dw100/
H A Ddw100.c948 unsigned int wframe, hframe; in dw100_s_selection() local
962 wframe = src_q_data->pix_fmt.width; in dw100_s_selection()
966 sel->r.left = clamp_t(int, sel->r.left, 0, wframe - DW100_MIN_W); in dw100_s_selection()
970 clamp(sel->r.width, DW100_MIN_W, wframe - sel->r.left); in dw100_s_selection()
973 qscalex = (sel->r.width << 16) / wframe; in dw100_s_selection()
997 w = (u32)((((u64)wframe << 16) * qscale) >> 32); in dw100_s_selection()
1001 x = min(wframe - w, (unsigned int)max(0, x)); in dw100_s_selection()