Searched refs:bds_ds (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-params.c1736 unsigned int bds_ds, i; local
1819 bds_ds = css_pipe->rect[IPU3_CSS_RECT_EFFECTIVE].width *
1832 acc->stripe.effective_stripes[0].width = bds_ds *
1835 acc->stripe.effective_stripes[1].width = bds_ds *
1840 acc->stripe.effective_stripes[1].offset = bds_ds *
1961 unsigned int bds_ds, ofs_x, ofs_y, i, width, height; local
2283 bds_ds = (css_pipe->rect[IPU3_CSS_RECT_EFFECTIVE].height *
2285 if (bds_ds < IMGU_BDS_MIN_SF_INV ||
2286 bds_ds - IMGU_BDS_MIN_SF_INV >= ARRAY_SIZE(imgu_css_bds_configs))
2289 cfg_bds = &imgu_css_bds_configs[bds_ds
[all...]

Completed in 116 milliseconds