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

  /hardware/ti/omap4-aah/hwc/
hal_public.h 34 #define HW_ALIGN 32
rgz_2d.c 40 #define HW_ALIGN 32
    [all...]
hwc.c 576 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp;
625 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8;
    [all...]
  /hardware/ti/omap4xxx/hwc/
hal_public.h 34 #define HW_ALIGN 32
hwc.c 387 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp;
436 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8;
    [all...]
  /hardware/intel/img/hwcomposer/include/pvr/hal/
hal_public.h 38 #define HW_ALIGN 32

Completed in 3379 milliseconds