Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp196 float fx = centerX - eyeX; in gluLookAt() local
199 float flf = 1.0f / sqrt(fx * fx + fy * fy + fz * fz); in gluLookAt()
200 fx *= flf; in gluLookAt()
207 float sy = fz * upX - fx * upZ; in gluLookAt()
208 float sz = fx * upY - fy * upX; in gluLookAt()
216 float uy = sz * fx - sx * fz; in gluLookAt()
217 float uz = sx * fy - sy * fx; in gluLookAt()
226 m[2] = -fx; in gluLookAt()
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h139 uint32_t fx; member
Daccel_cal.c149 static void accelGoodDataInit(struct AccelGoodData *agd, uint32_t fx, in accelGoodDataInit() argument
153 agd->nfx = fx; in accelGoodDataInit()
165 static void accelCalAlgoInit(struct AccelCalAlgo *acc, uint32_t fx, in accelCalAlgoInit() argument
168 accelGoodDataInit(&acc->agd, fx, fxb, fy, fyb, fz, fzb, fle); in accelCalAlgoInit()
183 accelCalAlgoInit(&acc->ac1[0], parameters->fx, parameters->fxb, in accelCalInit()
186 accelCalAlgoInit(&acc->ac1[1], parameters->fx, parameters->fxb, in accelCalInit()