HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_UP (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 97 #define ALIGN_UP(x, n) ((((x) + (n) - 1)) & (~((n) - 1)))
camera_test_surfacetexture.cpp 49 #define ALIGN_UP(x, n) ((((x) + (n) - 1)) & (~((n) - 1)))
758 aligned_width = ALIGN_UP(bufinfo.crop.right - bufinfo.crop.left, ALIGN_WIDTH);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 228 milliseconds