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

  /packages/apps/Camera2/jni/
tinyplanet.cc 26 #define PI_F 3.141592653589f
112 if (theta>PI_F) theta-=2*PI_F;
119 float px = (theta / (2 * PI_F)) * input_width;
120 float py = (phi / PI_F) * input_height;
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 25 #define PI_F 3.141592653589f
111 if (theta>PI_F) theta-=2*PI_F;
118 float px = (theta / (2 * PI_F)) * input_width;
119 float py = (phi / PI_F) * input_height;

Completed in 67 milliseconds