Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 43) sorted by relevance

12

/device/google/contexthub/firmware/inc/algos/
Dvec.h31 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/
DJoystickView.java51 int w = mJoystickBackground.getIntrinsicWidth(); in initJoystickView() local
70 int w = mJoystickBackground.getIntrinsicWidth(); in onDraw() local
DUtilities.java7 int w = d.getIntrinsicWidth(); in centerAround() local
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp126 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/
Ds_atanf.c51 float w,s1,s2,z; in atanf() local
Dmath_private.h67 u_int64_t w; member
85 u_int64_t w; member
/device/google/contexthub/lib/include/nanohub/
Dsha2.h34 uint32_t w[SHA2_WORDS_STATE_SIZE]; member
/device/google/contexthub/lib/libm/
Dsf_atan.c74 float w,s1,s2,z; local
Def_rem_pio2.c105 float z,w,t,r,fn; local
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Dcore_cm0.h241 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
Dcore_cm0plus.h252 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
Dcore_sc000.h247 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/
Dcalibrationfile.cpp109 int32_t z, int32_t w) { in SetFourAxis()
Dandroidcontexthub.cpp317 int32_t y, int32_t z, int32_t w) { in SetCalibration()
Dcontexthub.cpp532 int32_t y, int32_t z, int32_t w) { in SetCalibration()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Rdi.cpp106 int w,h,main_422; in dumpFrameToFile() local
DQCameraHWI_Preview.cpp553 int w, h; in dumpFrameToFile() local
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp275 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vad… in gralloc_lock()
Dalloc_device.cpp357 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/
Dfusion.c254 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()
Dmag_cal.c170 float w = x * x + y * y + z * z; in magCalUpdate() local
/device/google/contexthub/firmware/src/drivers/orientation/
Dorientation.c174 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/
Dmm_qcamera_rdi.c59 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/
Degl.cpp357 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/
DQCameraStream_Preview.cpp187 int w, h; in dumpFrameToFile() local

12