Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dsurfacetexture_test.cpp97 #define ALIGN_UP(x, n) ((((x) + (n) - 1)) & (~((n) - 1))) macro
Dcamera_test_surfacetexture.cpp49 #define ALIGN_UP(x, n) ((((x) + (n) - 1)) & (~((n) - 1))) macro
758 aligned_width = ALIGN_UP(bufinfo.crop.right - bufinfo.crop.left, ALIGN_WIDTH); in setInput()