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

  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 49 #define CEIL_DIVISION(n, d) ((n+d-1)/d)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_camera_interface.h 51 #define CEIL_DIVISION(n, d) ((n+d-1)/d)
    [all...]

Completed in 62 milliseconds