| /device/google/contexthub/firmware/inc/algos/ |
| D | vec.h | 35 static inline void initVec3(struct Vec3 *v, float x, float y, float z) { in initVec3() 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() 53 static inline void vec3ScalarMul(struct Vec3 *v, float c) { in vec3ScalarMul() 59 static inline float vec3Dot(const struct Vec3 *v, const struct Vec3 *w) { in vec3Dot() 63 static inline float vec3NormSquared(const struct Vec3 *v) { in vec3NormSquared() 67 static inline float vec3Norm(const struct Vec3 *v) { in vec3Norm() 71 static inline void vec3Normalize(struct Vec3 *v) { in vec3Normalize() 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/generic/goldfish/camera/ |
| D | Converters.h | 153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV() 162 RGB565ToYUV(uint16_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) in RGB565ToYUV() 169 RGB32ToYUV(uint32_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) in RGB32ToYUV() 199 #define YUV2R(y, u, v) clamp((298 * ((y)-16) + 409 * ((v)-128) + 128) >> 8) argument 200 #define YUV2G(y, u, v) clamp((298 * ((y)-16) - 100 * ((u)-128) - 208 * ((v)-128) + 128) >> 8) argument 201 #define YUV2B(y, u, v) clamp((298 * ((y)-16) + 516 * ((u)-128) + 128) >> 8) argument 206 YUVToRGB565(int y, int u, int v) in YUVToRGB565() 218 YUVToRGB32(int y, int u, int v) in YUVToRGB32()
|
| D | EmulatedCamera2.cpp | 343 const vendor_tag_query_ops_t *v, in get_camera_vendor_section_name() 350 const vendor_tag_query_ops_t *v, in get_camera_vendor_tag_name() 357 const vendor_tag_query_ops_t *v, in get_camera_vendor_tag_type()
|
| /device/google/contexthub/firmware/inc/ |
| D | floatRt.h | 45 static inline float floatFromUint64(uint64_t v) in floatFromUint64() 50 static inline float floatFromInt64(int64_t v) in floatFromInt64()
|
| /device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
| D | math_private.h | 147 #define SET_HIGH_WORD(d,v) \ argument 157 #define SET_LOW_WORD(d,v) \ argument 260 #define SET_LDBL_EXPSIGN(d,v) \ argument 270 #define LD80C(m, ex, v) { \ argument 276 #define LD80C(m, ex, v) { .e = (v), } argument 319 #define RETURNF(v) return (v) argument 565 #define DOPRINT_END1(v) \ argument 581 #define DOPRINT_END1(v) \ argument 597 #define DOPRINT_END1(v) \ argument 619 #define DOPRINT_END1(v) \ argument [all …]
|
| /device/google/contexthub/firmware/src/ |
| D | floatRt.c | 126 float floatFromUint64(uint64_t v) in floatFromUint64() 137 float floatFromInt64(int64_t v) in floatFromInt64()
|
| /device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
| D | ColorLEDController.java | 33 int v = (int) (255 * value); in onPositionChange() local 51 public void onClick(View v) { in onClick()
|
| D | DemoKitPhone.java | 64 public void onClick(View v) { in onClick()
|
| /device/google/contexthub/lib/libm/ |
| D | kf_sin.c | 38 float z,r,v; local
|
| D | fdlibm.h | 320 #define SET_HIGH_WORD(d,v) \ argument 330 #define SET_LOW_WORD(d,v) \ argument
|
| D | ef_pow.c | 67 float y1,t1,t2,r,s,t,u,v,w; local
|
| /device/generic/goldfish/opengl/system/GLESv2_enc/ |
| D | GL2Encoder.cpp | 1060 void GL2Encoder::s_glUniform1fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform1fv() 1091 void GL2Encoder::s_glUniform1iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform1iv() 1111 void GL2Encoder::s_glUniform2fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform2fv() 1131 void GL2Encoder::s_glUniform2iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform2iv() 1151 void GL2Encoder::s_glUniform3fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform3fv() 1171 void GL2Encoder::s_glUniform3iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform3iv() 1191 void GL2Encoder::s_glUniform4fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform4fv() 1211 void GL2Encoder::s_glUniform4iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform4iv()
|
| D | gl2_entry.cpp | 906 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v) in glUniform1fv() 918 void glUniform1iv(GLint location, GLsizei count, const GLint* v) in glUniform1iv() 930 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv() 942 void glUniform2iv(GLint location, GLsizei count, const GLint* v) in glUniform2iv() 954 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() 966 void glUniform3iv(GLint location, GLsizei count, const GLint* v) in glUniform3iv() 978 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v) in glUniform4fv() 990 void glUniform4iv(GLint location, GLsizei count, const GLint* v) in glUniform4iv()
|
| /device/asus/fugu/recovery/ |
| D | fw_version_check.cpp | 167 int get_current_fw_rev(struct firmware_versions *v) in get_current_fw_rev() 194 int get_image_fw_rev(void *data, unsigned sz, struct firmware_versions *v) in get_image_fw_rev()
|
| D | recovery_updater.cpp | 45 static void dump_fw_versions(struct firmware_versions *v) in dump_fw_versions()
|
| /device/google/contexthub/lib/nanohub/ |
| D | sha2.c | 39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument
|
| D | aes.c | 138 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument
|
| /device/google/contexthub/firmware/src/platform/stm32f4xx/ |
| D | eeData.c | 143 uint32_t v; in eeDataEraseOldVersion() local
|
| /device/google/contexthub/firmware/src/algos/ |
| D | mat.c | 59 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v) in mat33Apply() 473 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) in mat44Apply()
|
| D | mag_cal.c | 95 struct Vec3 v; in moc_fit() local
|
| D | fusion.c | 409 float v = A->elem[c][r] * P->elem[c][c] * 0.5f; in scaleCovariance() local
|
| /device/google/contexthub/util/nanoapp_sign/ |
| D | nanoapp_sign.c | 86 uint32_t i, v; in rand32_no_zero_bytes() local
|
| /device/google/contexthub/inc/ |
| D | chre_sensor.h | 532 float v[3]; member
|
| /device/google/dragon/recovery/updater/ |
| D | vboot_interface.c | 93 char v; in vboot_get_mainfw_act() local
|
| /device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
| D | GLSharedGroup.cpp | 22 static void clearObjectMap(android::DefaultKeyedVector<GLuint, T>& v) { in clearObjectMap()
|