Home
last modified time | relevance | path

Searched refs:ct2 (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_image_homography.cpp72 double ct1[9],ct2[9]; in db_SAffineImagePointPointConstraints() local
74 db_SProjImagePointPointConstraints(ct1,ct2,xp,x); in db_SAffineImagePointPointConstraints()
76 db_Copy6(c2,ct2); c2[6]=ct2[8]; in db_SAffineImagePointPointConstraints()
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto141 bool ct2 = 5; field
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc354 if (request->ct2()) auth_req |= AUTH_REQ_CT2_MASK; in SetLeAuthRequirements()