HomeSort by relevance Sort by last modified time
    Searched defs:CEILING64 (Results 1 - 4 of 4) sorted by null

  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 42 #define CEILING64(X) (((X) + 0x0003F) & 0xFFFFFFC0)
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 46 #define CEILING64(X) (((X) + 0x0003F) & 0xFFFFFFC0)
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h 46 #define CEILING64(X) (((X) + 0x0003F) & 0xFFFFFFC0)
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 46 #define CEILING64(X) (((X) + 0x0003F) & 0xFFFFFFC0)
    [all...]

Completed in 90 milliseconds