Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/ti-vpe/
Dvpe.c1435 unsigned int w_align; in __vpe_try_fmt() local
1461 w_align = 4; in __vpe_try_fmt()
1469 w_align = order_base_2(VPDMA_DESC_ALIGN / depth_bytes); in __vpe_try_fmt()
1471 v4l_bound_align_image(&pix->width, MIN_W, MAX_W, w_align, in __vpe_try_fmt()