Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/ti-vpe/
Dvpe.c1434 int i, depth, depth_bytes; in __vpe_try_fmt() local
1452 depth_bytes = depth >> 3; in __vpe_try_fmt()
1454 if (depth_bytes == 3) in __vpe_try_fmt()
1467 w_align = order_base_2(VPDMA_DESC_ALIGN / depth_bytes); in __vpe_try_fmt()