/device/google/contexthub/firmware/inc/algos/ |
D | vec.h | 31 float x, y, z, w; member 41 static inline void vec3Add(struct Vec3 *v, const struct Vec3 *w) { in vec3Add() 47 static inline void vec3Sub(struct Vec3 *v, const struct Vec3 *w) { in vec3Sub() 59 static inline float vec3Dot(const struct Vec3 *v, const struct Vec3 *w) { in vec3Dot() 78 static inline void vec3Cross(struct Vec3 *u, const struct Vec3 *v, const struct Vec3 *w) { in vec3Cross() 84 static inline void initVec4(struct Vec4 *v, float x, float y, float z, float w) { in initVec4()
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | JoystickView.java | 51 int w = mJoystickBackground.getIntrinsicWidth(); in initJoystickView() local 70 int w = mJoystickBackground.getIntrinsicWidth(); in onDraw() local
|
D | Utilities.java | 7 int w = d.getIntrinsicWidth(); in centerAround() local
|
/device/generic/goldfish/opengl/system/gralloc/ |
D | gralloc.cpp | 126 int w, int h, int format, int usage, in gralloc_alloc() 466 int l, int t, int w, int h) in fb_setUpdateRect() 603 int l, int t, int w, int h, in gralloc_lock() 784 int l, int t, int w, int h, in gralloc_lock_ycbcr()
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | s_atanf.c | 51 float w,s1,s2,z; in atanf() local
|
D | math_private.h | 67 u_int64_t w; member 85 u_int64_t w; member
|
/device/google/contexthub/lib/include/nanohub/ |
D | sha2.h | 34 uint32_t w[SHA2_WORDS_STATE_SIZE]; member
|
/device/google/contexthub/lib/libm/ |
D | sf_atan.c | 74 float w,s1,s2,z; local
|
D | ef_rem_pio2.c | 105 float z,w,t,r,fn; local
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/ |
D | core_cm0.h | 241 uint32_t w; /*!< Type used for word access */ member 254 uint32_t w; /*!< Type used for word access */ member 280 uint32_t w; /*!< Type used for word access */ member 295 uint32_t w; /*!< Type used for word access */ member
|
D | core_cm0plus.h | 252 uint32_t w; /*!< Type used for word access */ member 265 uint32_t w; /*!< Type used for word access */ member 291 uint32_t w; /*!< Type used for word access */ member 306 uint32_t w; /*!< Type used for word access */ member
|
D | core_sc000.h | 247 uint32_t w; /*!< Type used for word access */ member 260 uint32_t w; /*!< Type used for word access */ member 286 uint32_t w; /*!< Type used for word access */ member 301 uint32_t w; /*!< Type used for word access */ member
|
/device/google/contexthub/util/nanotool/ |
D | calibrationfile.cpp | 109 int32_t z, int32_t w) { in SetFourAxis()
|
D | androidcontexthub.cpp | 317 int32_t y, int32_t z, int32_t w) { in SetCalibration()
|
D | contexthub.cpp | 532 int32_t y, int32_t z, int32_t w) { in SetCalibration()
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Rdi.cpp | 106 int w,h,main_422; in dumpFrameToFile() local
|
D | QCameraHWI_Preview.cpp | 553 int w, h; in dumpFrameToFile() local
|
/device/linaro/hikey/gralloc/ |
D | gralloc_module.cpp | 275 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vad… in gralloc_lock()
|
D | alloc_device.cpp | 357 static int alloc_device_alloc(alloc_device_t *dev, int w, int h, int format, int usage, buffer_hand… in alloc_device_alloc()
|
/device/google/contexthub/firmware/src/algos/ |
D | fusion.c | 254 static void fusionPredict(struct Fusion *fusion, const struct Vec3 *w) { in fusionPredict() 382 void fusionHandleGyro(struct Fusion *fusion, const struct Vec3 *w, float dT) { in fusionHandleGyro()
|
D | mag_cal.c | 170 float w = x * x + y * y + z * z; in magCalUpdate() local
|
/device/google/contexthub/firmware/src/drivers/orientation/ |
D | orientation.c | 174 size_t i, w, n, num_samples; in fillSamples() local 399 struct Vec3 a, w, m; in drainSamples() local
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 59 static void dumpRdi(mm_camera_buf_def_t* newFrame, int w, int h, char* name, int main_422) in dumpRdi()
|
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 357 EGLint surfType, int32_t w, int32_t h) in egl_pbuffer_surface_t() 398 EGLConfig config, EGLint surfType, int32_t w, int32_t h, in create() 659 int32_t w = 0; in eglCreatePbufferSurface() local
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraStream_Preview.cpp | 187 int w, h; in dumpFrameToFile() local
|