Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/ti-vpe/
Dvpdma.h55 #define VPDMA_STRIDE_ALIGN 16 /* macro
Dvpdma.c649 stride = ALIGN((depth * width) >> 3, VPDMA_STRIDE_ALIGN); in vpdma_add_out_dtd()
720 stride = ALIGN((depth * width) >> 3, VPDMA_STRIDE_ALIGN); in vpdma_add_in_dtd()
Dvpe.c835 VPDMA_STRIDE_ALIGN); in set_srcdst_params()