Searched defs:p5 (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.cpp117 double p1[2],p2[2],p3[2],p4[2],p5[2],p6[2]; local
150 p5[1]=db_sqr(ax)+db_sqr(ay);
152 p1[0]=p2[0]=p3[0]=p4[0]=p5[0]=p6[0]=1;
159 db_MultiplyPoly1_2(p11,p5,p10);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.cpp117 double p1[2],p2[2],p3[2],p4[2],p5[2],p6[2]; local
150 p5[1]=db_sqr(ax)+db_sqr(ay);
152 p1[0]=p2[0]=p3[0]=p4[0]=p5[0]=p6[0]=1;
159 db_MultiplyPoly1_2(p11,p5,p10);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2338 int p1, int p2, int p3, int p4, int p5) {
2342 uuid1.getMostSignificantBits(), bda1, p1, p2, p3, p4, p5);
2344 gattTestNative(command, 0,0, bda1, p1, p2, p3, p4, p5);
2349 int p1, int p2, int p3, int p4, int p5);
2337 gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, int p5) argument
2347 gattTestNative(int command, long uuid1_lsb, long uuid1_msb, String bda1, int p1, int p2, int p3, int p4, int p5) argument

Completed in 151 milliseconds