Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_capture.c71 unsigned int width_aligned; in sun6i_isp_capture_buffer_configure() local
89 width_aligned = ALIGN(width, 2); in sun6i_isp_capture_buffer_configure()
92 address += info->bpp[0] * width_aligned * height; in sun6i_isp_capture_buffer_configure()
100 DIV_ROUND_UP(width_aligned, info->hdiv) * in sun6i_isp_capture_buffer_configure()
382 unsigned int width_aligned; in sun6i_isp_capture_format_prepare() local
402 width_aligned = ALIGN(width, 2); in sun6i_isp_capture_format_prepare()
404 pix_format->bytesperline = width_aligned * info->bpp[0]; in sun6i_isp_capture_format_prepare()
412 DIV_ROUND_UP(width_aligned, hdiv) * in sun6i_isp_capture_format_prepare()