/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | md5_utils.c | 144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 145 #define F2(x, y, z) F1(z, x, y) argument 146 #define F3(x, y, z) (x ^ y ^ z) argument 147 #define F4(x, y, z) (y ^ (x | ~z)) argument 150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
D | eboled.cxx | 180 void EBOLED::drawChar (uint8_t x, uint8_t y, uint8_t data, uint8_t color, uint8_t size) { in drawChar() 234 void EBOLED::drawPixel(int8_t x, int8_t y, uint8_t color) in drawPixel() 303 void EBOLED::drawLineHorizontal(int8_t x, int8_t y, uint8_t width, uint8_t color) in drawLineHorizontal() 308 void EBOLED::drawLineVertical(int8_t x, int8_t y, uint8_t height, uint8_t color) in drawLineVertical() 313 void EBOLED::drawRectangle(int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color) in drawRectangle() 326 void EBOLED::drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, … in drawRoundedRectangle() 339 void EBOLED::drawRectangleFilled(int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color) in drawRectangleFilled() 355 int16_t a, b, y, last; in drawTriangleFilled() local 435 int16_t y = radius; in drawCircle() local 471 int16_t y = radius; in drawRoundCorners() local [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 54 #define atan2(x,y) ml_atan2(x,y) argument 64 #define pow(x,y) ml_pow(x,y) argument 70 #define atan2f(x,y) ml_atan2(x,y) argument 87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument 91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 54 #define atan2(x,y) ml_atan2(x,y) argument 64 #define pow(x,y) ml_pow(x,y) argument 70 #define atan2f(x,y) ml_atan2(x,y) argument 87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument 91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
|
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
D | gfx.cxx | 44 GFX::setPixel (int x, int y, uint16_t color) { in setPixel() 62 GFX::fillRect (int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) { in fillRect() 69 GFX::drawFastVLine(int16_t x, int16_t y, int16_t h, uint16_t color) { in drawFastVLine() 127 int16_t y = r; in drawCircle() local 157 GFX::setCursor (int16_t x, int16_t y) { in setCursor() 179 GFX::drawChar (int16_t x, int16_t y, uint8_t data, uint16_t color, uint16_t bg, uint8_t size) { in drawChar()
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | _dbpriv.h | 41 #define DSP_ValidWritePtr(x , y) ((x)==NULL) argument 42 #define DSP_ValidReadPtr(x, y) ((x)==NULL) argument
|
/hardware/ti/omap3/dspbridge/inc/ |
D | _dbpriv.h | 41 #define DSP_ValidWritePtr(x , y) ((x)==NULL) argument 42 #define DSP_ValidReadPtr(x, y) ((x)==NULL) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | intrapred_test.cc | 57 for (int y = 0; y < block_size_; y++) in FillRandom() local 105 for (int y = 0; y < block_size_; y++) in CheckDCPrediction() local 112 for (int y = 1; y < block_size_; ++y) in CheckDCPrediction() local 127 for (int y = 0; y < block_size_; y++) in CheckVPrediction() local 136 for (int y = 0; y < block_size_; y++) in CheckHPrediction() local 153 for (int y = 0; y < block_size_; y++) in CheckTMPrediction() local
|
D | convolve_test.cc | 269 for (int y = 0; y < Height(); ++y) in TEST_P() local 286 for (int y = 0; y < Height(); ++y) in TEST_P() local 303 for (int y = 0; y < Height(); ++y) in TEST_P() local 375 for (int y = 0; y < Height(); ++y) in TEST_P() local 393 for (int y = 0; y < Height(); ++y) { in TEST_P() local 434 for (int y = 0; y < Height(); ++y) in TEST_P() local 515 for (int y = 0; y < Height(); ++y) { in TEST_P() local 532 for (int y = 0; y < Height(); ++y) { in TEST_P() local 569 for (int y = 0; y < Height(); ++y) { in TEST_P() local
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayer.cpp | 29 inline bool operator==(const hwc_rect_t& x, const hwc_rect_t& y) in operator ==() 37 inline bool operator !=(const hwc_rect_t& x, const hwc_rect_t& y) in operator !=() 42 inline bool operator ==(const hwc_frect_t& x, const hwc_frect_t& y) in operator ==() 50 inline bool operator !=(const hwc_frect_t& x, const hwc_frect_t& y) in operator !=()
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcLayer.cpp | 30 inline bool operator==(const hwc_rect_t& x, const hwc_rect_t& y) in operator ==() 38 inline bool operator !=(const hwc_rect_t& x, const hwc_rect_t& y) in operator !=() 43 inline bool operator ==(const hwc_frect_t& x, const hwc_frect_t& y) in operator ==() 51 inline bool operator !=(const hwc_frect_t& x, const hwc_frect_t& y) in operator !=()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconinter.h | 45 const int y = sf ? sf->scale_value_y(y_offset, sf) : y_offset; in scaled_buffer_offset() local 55 const int y = (MI_SIZE * mi_row) >> subsampling_y; in setup_pred_plane() local
|
D | vp9_textblit.c | 27 static void plot(int x, int y, unsigned char *image, int pitch) { in plot() 64 int error, ystep, y, x; in vp9_blit_line() local
|
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/ |
D | lsm9ds0.cxx | 220 int16_t x, y, z; in updateGyroscope() local 238 int16_t x, y, z; in updateAccelerometer() local 256 int16_t x, y, z; in updateMagnetometer() local 588 void LSM9DS0::getAccelerometer(float *x, float *y, float *z) in getAccelerometer() 600 void LSM9DS0::getGyroscope(float *x, float *y, float *z) in getGyroscope() 612 void LSM9DS0::getMagnetometer(float *x, float *y, float *z) in getMagnetometer()
|
/hardware/bsp/intel/peripheral/libupm/src/adxl335/ |
D | adxl335.cxx | 91 int x, y, z; in acceleration() local 117 int x, y, z; in calibrate() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve2_dspr2.c | 29 int32_t y; in convolve_bi_horiz_4_transposed_dspr2() local 119 int32_t y; in convolve_bi_horiz_8_transposed_dspr2() local 257 int32_t c, y; in convolve_bi_horiz_16_transposed_dspr2() local 489 int32_t c, y; in convolve_bi_horiz_64_transposed_dspr2() local 719 int x, y; in convolve_bi_horiz_transposed() local
|
D | vp9_convolve8_dspr2.c | 45 int32_t y; in convolve_horiz_4_transposed_dspr2() local 161 int32_t y; in convolve_horiz_8_transposed_dspr2() local 338 int32_t c, y; in convolve_horiz_16_transposed_dspr2() local 628 int32_t c, y; in convolve_horiz_64_transposed_dspr2() local 916 int x, y, k; in convolve_horiz_transposed() local 936 int x, y; in copy_horiz_transposed() local 1078 int x, y; in vp9_convolve_copy_dspr2() local
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
D | AKFS_Math.h | 36 #define AKFS_ATAN2(y, x) atan2((y), (x)) argument 43 #define AKFS_ATAN2(y, x) atan2f((y), (x)) argument
|
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/ |
D | ak8975.cxx | 165 int16_t x, y, z; in update() local 230 void AK8975::getMagnetometer(float *x, float *y, float *z) in getMagnetometer()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | textblit.c | 55 static void plot (const int x, const int y, unsigned char *image, const int pitch) in plot() 65 int error, ystep, y, x; in vp8_blit_line() local
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 225 void QCamera3CropRegionMapper::toActiveArray(uint32_t& x, uint32_t& y) in toActiveArray() 254 void QCamera3CropRegionMapper::toSensor(uint32_t& x, uint32_t& y) in toSensor()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/ |
D | DisplayPlane.cpp | 93 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h) in checkPosition() 110 void DisplayPlane::setPosition(int x, int y, int w, int h) in setPosition() 139 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop()
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoEncoderAVC.h | 52 #define SET_FT(x, y) { x = ((x & ~0xF0000000) | (y << 28)); } argument 53 #define SET_CO(x, y) { x = ((x & ~0x0C000000) | (y << 26 )); } argument 54 #define SET_FC(x, y) { x = ((x & ~0x01FFFFFF) | (y & 0x01FFFFFF )); } argument
|
/hardware/bsp/intel/peripheral/libupm/src/lol/ |
D | lol.cxx | 171 unsigned char LoL::setPixel(int x, int y, unsigned char pixel) in setPixel() 180 unsigned char LoL::getPixel(int x, int y) in getPixel()
|
/hardware/intel/img/hwcomposer/merrifield/common/planes/ |
D | DisplayPlane.cpp | 87 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h) in checkPosition() 104 void DisplayPlane::setPosition(int x, int y, int w, int h) in setPosition() 118 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop()
|