Home
last modified time | relevance | path

Searched refs:mat34_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DFusion.h28 typedef mat<float, 3, 4> mat34_t; typedef
80 static mat34_t getF(const vec4_t& p);
DFusion.cpp358 mat34_t Fusion::getF(const vec4_t& q) { in getF()
359 mat34_t F; in getF()