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

  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 36 static const float RADIANS_2_DEG = (float) (180 / M_PI);
64 tilt = (int) asinf(z / radius) * RADIANS_2_DEG;
65 orient = (int) atan2f(-x, y) * RADIANS_2_DEG;
  /hardware/ti/omap4-aah/camera/
SensorListener.cpp 34 static const float RADIANS_2_DEG = (float) (180 / M_PI);
62 tilt = (int) asinf(z / radius) * RADIANS_2_DEG;
63 orient = (int) atan2f(-x, y) * RADIANS_2_DEG;

Completed in 64 milliseconds