Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 91) sorted by relevance

1234

/device/google/contexthub/firmware/inc/algos/
Dvec.h27 float x, y, z; member
31 float x, y, z, w; member
35 static inline void initVec3(struct Vec3 *v, float x, float y, float z) { in initVec3()
84 static inline void initVec4(struct Vec4 *v, float x, float y, float z, float w) { in initVec4()
/device/generic/goldfish/camera/
DConverters.cpp39 for (int y = 0; y < height; y++) { in _YUV420SToRGB565() local
69 for (int y = 0; y < height; y++) { in _YUV420SToRGB32() local
144 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv12); in NV12ToRGB565() local
152 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv12); in NV12ToRGB32() local
160 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21); in NV21ToRGB565() local
168 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21); in NV21ToRGB32() local
DConverters.h153 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()
DEmulatedFakeCameraDevice.cpp269 for(int y = 0; y < mFrameHeight; y++) { in drawCheckerboard() local
314 int y, in drawSquare()
366 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) { in drawStripes() local
/device/google/contexthub/lib/libm/
Dwf_pow.c24 float powf(float x, float y) /* wrapper powf */ in powf()
170 double pow(double x, double y) in pow()
Dwf_atan2.c25 float atan2f(float y, float x) /* wrapper atan2f */ in atan2f()
37 double atan2(double y, double x) in atan2()
Dwf_fmod.c24 float fmodf(float x, float y) /* wrapper fmodf */ in fmodf()
64 double fmod(double x, double y) in fmod()
Dsf_sin.c25 float y[2],z=0.0; local
Dsf_cos.c31 float y[2],z=0.0; local
/device/google/contexthub/firmware/inc/
Dtoolchain.h66 #define SET_INTERNAL_LOCATION(x, y) _Pragma((x, y)) __root argument
68 #define SET_INTERNAL_LOCATION_ATTRIBUTES(x, y) argument
70 #define SET_EXTERNAL_APP_ATTRIBUTES(x, y, z) argument
72 #define SET_EXTERNAL_APP_VERSION(x, y, z) argument
/device/google/contexthub/firmware/inc/variant/nucleo/
Dvariant.h41 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
47 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/contexthub/firmware/src/algos/
Daccel_cal.c226 float x, float y, float z) { in accelStillnessDetection()
448 bool accelCalUpdateBias(struct accelCal_t *acc, float *x, float *y, float *z) { in accelCalUpdateBias()
470 float x, float y, float z) { in accelCalBiasSet()
478 float *x, float *y, float *z) { in accelCalBiasRemove()
485 float x, float y, float z,float temp) { in accelCalRun()
Dmag_cal.c165 float x, float y, float z) in magCalUpdate()
242 void magCalGetBias(struct MagCal *moc, float *x, float *y, float *z) in magCalGetBias()
249 void magCalAddBias(struct MagCal *moc, float x, float y, float z) in magCalAddBias()
Dgyro_cal.c185 float x, float y, float z, in gyroCalUpdateGyro()
214 float x, float y, float z) { in gyroCalUpdateMag()
232 float x, float y, float z) { in gyroCalUpdateAccel()
/device/google/contexthub/firmware/inc/variant/lunchbox/
Dvariant.h57 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
63 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h502 q31_t y) in mult32x64()
647 uint32_t y) in __SSAT()
695 q31_t y) in __QADD8()
722 q31_t y) in __QSUB8()
752 q31_t y) in __QADD16()
775 q31_t y) in __SHADD16()
798 q31_t y) in __QSUB16()
820 q31_t y) in __SHSUB16()
842 q31_t y) in __QASX()
860 q31_t y) in __SHASX()
[all …]
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp221 void QCamera3CropRegionMapper::toActiveArray(uint32_t& x, uint32_t& y) in toActiveArray()
250 void QCamera3CropRegionMapper::toSensor(uint32_t& x, uint32_t& y) in toSensor()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp221 void QCamera3CropRegionMapper::toActiveArray(uint32_t& x, uint32_t& y) in toActiveArray()
250 void QCamera3CropRegionMapper::toSensor(uint32_t& x, uint32_t& y) in toSensor()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp406 for (unsigned int y = 0; y < kResolution[1]; y++ ) { in captureRaw() local
445 for (unsigned int y = 0, outY = 0; y < kResolution[1]; y+=inc, outY++ ) { in captureRGBA() local
475 for (unsigned int y = 0, outY = 0; y < kResolution[1]; y += inc, outY++ ) { in captureRGB() local
517 for (unsigned int y = 0, outY = 0; in captureNV21() local
559 for (unsigned int y = 0, outY = 0; y < kResolution[1]; y += inc, outY++ ) { in captureDepth() local
588 for (size_t y = 0, i = 0; y < 4; y++) { in captureDepthCloud() local
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp98 bool CalibrationFile::SetTripleAxis(const char *key, int32_t x, int32_t y, in SetTripleAxis()
108 bool CalibrationFile::SetFourAxis(const char *key, int32_t x, int32_t y, in SetFourAxis()
/device/google/dragon/audio/hal/dsp/
Deq.c59 float y = b0*x in eq_process1() local
94 float y = b0*x in eq_process() local
130 float y = qb0*x in eq_process() local
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DJoystickView.java34 public void setPosition(int x, int y) { in setPosition()
73 int y = h / 2 + 4 + fY; in onDraw() local
DInputController.java77 public void joystickMoved(int x, int y) { in joystickMoved()
97 public void onStickMoved(int x, int y) { in onStickMoved()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dakm_ak09915_slave.c22 void parseMagData(struct MagTask *magTask, uint8_t *buf, float *x, float *y, float *z) { in parseMagData()
/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_entry.cpp364 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D()
370 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y in glCopyTexSubImage2D()
786 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo… in glReadPixels()
810 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor()
924 void glUniform2f(GLint location, GLfloat x, GLfloat y) in glUniform2f()
936 void glUniform2i(GLint location, GLint x, GLint y) in glUniform2i()
948 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in glUniform3f()
960 void glUniform3i(GLint location, GLint x, GLint y, GLint z) in glUniform3i()
972 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f()
984 void glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) in glUniform4i()
[all …]

1234