/hardware/invensense/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/mlsdk/platform/include/ |
D | mlmath.h | 66 #define atan2(x,y) ml_atan2(x,y) argument 76 #define pow(x,y) ml_pow(x,y) argument 82 #define atan2f(x,y) ml_atan2(x,y) argument 99 #define MIN(x,y) (((x)<(y))?(x):(y)) argument 103 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
|
/hardware/ti/wlan/wl1271/platforms/os/linux/build/ |
D | common.inc | 42 # Choose the bus type (n for SDIO, y for WSPI) 49 INTR ?= y 54 DEBUG ?= y 56 STRIP ?= y 91 ifeq ($(XCC),y) 95 ifeq ($(GEM),y) 103 ifeq ($(DEBUG),y) 113 ifeq ($(KERNEL_DEBUGGER),y) 121 ifeq ($(TI_TRACE_BUFFER),y) 125 ifeq ($(BMTRACE),y) [all …]
|
D | Makefile | 9 NO_ARCH_STRCMP ?= y 53 ifeq ($(STACK_PROFILING_ON),y) 58 ifeq ($(NO_ARCH_STRCMP),y) 66 ifeq ($(WSPI),y) 114 ifeq ($(NO_USERMODE_WORKAROUND),y) 118 ifeq ($(POLLING_MODE),y) 122 ifeq ($(MEM_ALLOC_TRACE),y)
|
/hardware/ti/wlan/wl1271/stad/build/linux/ |
D | common.inc | 42 # Choose the bus type (n for SDIO, y for WSPI) 49 INTR ?= y 54 DEBUG ?= y 56 STRIP ?= y 91 ifeq ($(XCC),y) 95 ifeq ($(GEM),y) 103 ifeq ($(DEBUG),y) 113 ifeq ($(KERNEL_DEBUGGER),y) 121 ifeq ($(TI_TRACE_BUFFER),y) 125 ifeq ($(BMTRACE),y) [all …]
|
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/ |
D | common.inc | 43 # Choose the bus type (n for SDIO, y for WSPI) 50 INTR ?= y 55 DEBUG ?= y 57 STRIP ?= y 92 ifeq ($(XCC),y) 96 ifeq ($(GEM),y) 104 ifeq ($(DEBUG),y) 114 ifeq ($(KERNEL_DEBUGGER),y) 122 ifeq ($(TI_TRACE_BUFFER),y) 126 ifeq ($(BMTRACE),y) [all …]
|
/hardware/ti/wlan/wl1271/CUDK/ |
D | Makefile | 5 STATIC_LIB ?= y 7 DEBUG ?= y 9 BUILD_SUPPL ?= y 15 WPA_ENTERPRISE ?= y 29 ifeq ($(STATIC_LIB),y) 49 ifeq ($(BUILD_SUPPL),y) 57 ifeq ($(BUILD_SUPPL),y) 72 …XCC) CROSS_COMPILE=$(CROSS_COMPILE) STATIC_LIB=$(STATIC_LIB) TI_WLAN_DRIVER=y CONFIG_CTRL_IFACE=un… 74 …COMPILE) STATIC_LIB=$(STATIC_LIB) TI_WLAN_DRIVER=y CONFIG_CTRL_IFACE=unix CONFIG_EAP_WSC=y CONFIG_…
|
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosRect.h | 42 int y; //!< y pos member 60 y = _y_; 72 y = other->y; in ExynosRect() 84 y = other.y; 97 && y == other.y
|
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_display.c | 114 overlayp->src_rect.y = e->src_rect.y; in overlay_set_params() 119 overlayp->dst_rect.y = e->dst_rect.y; in overlay_set_params() 139 overlayp->src_rect.x, overlayp->src_rect.y, overlayp->src_rect.w, overlayp->src_rect.h, in overlay_set_params() 140 overlayp->dst_rect.x, overlayp->dst_rect.y, overlayp->dst_rect.w, overlayp->dst_rect.h in overlay_set_params() 208 e->src_rect.y = (crop->out2_h - crop->in2_h + 1) / 2 - 1; in test_app_camframe_callback() 214 CDBG("e->src_rect.y = %d\n", e->src_rect.y); in test_app_camframe_callback() 219 e->dst_rect.y = 0; in test_app_camframe_callback() 224 e->src_rect.y = 0; in test_app_camframe_callback() 229 e->dst_rect.y = 0; in test_app_camframe_callback() 407 int x, int y, int dx, int dy) in draw_rect() argument [all …]
|
/hardware/qcom/camera/ |
D | QCameraParameters.cpp | 335 void QCameraParameters::setTouchIndexAec(int x, int y) in setTouchIndexAec() argument 338 snprintf(str, sizeof(str), "%dx%d", x, y); in setTouchIndexAec() 342 void QCameraParameters::getTouchIndexAec(int *x, int *y) const in getTouchIndexAec() 345 *y = -1; in getTouchIndexAec() 355 *y = tempY; in getTouchIndexAec() 359 void QCameraParameters::setTouchIndexAf(int x, int y) in setTouchIndexAf() argument 362 snprintf(str, sizeof(str), "%dx%d", x, y); in setTouchIndexAf() 366 void QCameraParameters::getTouchIndexAf(int *x, int *y) const in getTouchIndexAf() 369 *y = -1; in getTouchIndexAf() 379 *y = tempY; in getTouchIndexAf() [all …]
|
D | QCameraParameters.h | 247 void setTouchIndexAec(int x, int y); 248 void getTouchIndexAec(int *x, int *y) const; 249 void setTouchIndexAf(int x, int y); 250 void getTouchIndexAf(int *x, int *y) const; 251 void getMeteringAreaCenter(int * x, int *y) const;
|
/hardware/qcom/display/liboverlay/ |
D | overlayMdp.h | 238 int compute(uint32_t x, uint32_t y, uint32_t z) { in compute() argument 239 return x-(y+z); in compute() 319 mOVInfo.src_rect.y, in getSrcRectDim() 326 mOVInfo.src_rect.y = d.y; in setSrcRectDim() 333 mOVInfo.dst_rect.y, in getDstRectDim() 340 mOVInfo.dst_rect.y = d.y; in setDstRectDim() 379 d.y = compute(whf.h, d.y, d.h); in overlayTransFlipV() 389 d.y, in overlayTransRot90() 391 d.y = tmp; in overlayTransRot90()
|
/hardware/ti/omap4xxx/libI420colorconvert/ |
D | ColorConvert.cpp | 42 for (int y = 0; y < dstHeight; ++y) { in convertDecoderOutputToI420() local 49 for (int y = 0; y < (dstHeight + 1) / 2; ++y) { in convertDecoderOutputToI420() local
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_ImgConv.c | 181 OMX_U8 *y, *u, *v, *w; /* Pointers on Y U V buffers and Weight buffer */ in ConvertChromReduction() local 202 y = pComponentPrivate->overlay->iOvlyConvBufPtr + 2*(iWidth+iAlign)*(iHeight+3*KDeepFiltering); in ConvertChromReduction() 221 u = (y+iWidth*iHeight); /* Initialise pointer on YUV420 output buffers */ in ConvertChromReduction() 275 *y = 0; /* set pixel at Y Color Key */ in ConvertChromReduction() 281 *y=(OMX_U8)((77*(OMX_S32)(*pComponentPrivate->overlay->iRBuff) + in ConvertChromReduction() 284 … *puu=(OMX_U8)(((160*((OMX_S32)(*pComponentPrivate->overlay->iRBuff) - (OMX_S32)(*y)))>>8) + 128); in ConvertChromReduction() 285 … *pvv=(OMX_U8)(((126*((OMX_S32)(*pComponentPrivate->overlay->iBBuff) - (OMX_S32)(*y)))>>8) + 128); in ConvertChromReduction() 287 if(*y == 0) in ConvertChromReduction() 288 …(*y)++; /* avoid zero almost blackbecause is used by the Y color k… in ConvertChromReduction() 298 y += nIncAlign; in ConvertChromReduction() [all …]
|
/hardware/qcom/camera/QCamera/HAL2/core/inc/ |
D | QCameraParameters.h | 244 void setTouchIndexAec(int x, int y); 245 void getTouchIndexAec(int *x, int *y) const; 246 void setTouchIndexAf(int x, int y); 247 void getTouchIndexAf(int *x, int *y) const; 248 void getMeteringAreaCenter(int * x, int *y) const;
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
D | makefile | 1 STATIC_LIB ?= y 2 DEBUG ?= y 3 BUILD_SUPPL ?= y 5 WPA_ENTERPRISE ?= y 8 ifeq ($(DEBUG),y) 32 ifeq ($(STATIC_LIB),y)
|
D | Android.mk | 4 STATIC_LIB ?= y 5 DEBUG ?= y 7 WPA_ENTERPRISE ?= y 9 ifeq ($(DEBUG),y)
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
D | tracebuf_api.h | 63 #define tb_min(x,y) (((x)<(y)) ? (x) : (y)) argument
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/ |
D | makefile | 1 STATIC_LIB ?= y 2 DEBUG ?= y 3 BUILD_SUPPL ?= y 5 WPA_ENTERPRISE ?= y 15 ifeq ($(STATIC_LIB),y) 21 ifeq ($(DEBUG),y)
|
D | Android.mk | 4 STATIC_LIB ?= y 5 DEBUG ?= y 7 WPA_ENTERPRISE ?= y 32 ifeq ($(DEBUG),y) 38 ifeq ($(DEBUG),y)
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 524 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) argument 525 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y)) argument 571 #define MODADD(x, y, bound) \ argument 572 MUX((x) + (y) >= (bound), (x) + (y) - (bound), (x) + (y)) 573 #define MODSUB(x, y, bound) \ argument 574 MUX(((int)(x)) - ((int)(y)) < 0, (x) - (y) + (bound), (x) - (y)) 577 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 578 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | swconvertor.c | 450 int x, y, j, k, l; in Tile2D_To_YUV420() local 455 for (y = 0; y < height; y += 16) { in Tile2D_To_YUV420() 459 base_addr = y_addr + Tile2D_To_Linear(width, height, x, y, 0); in Tile2D_To_YUV420() 461 for (k = 0; (k < 16) && ((y + k) < height); k++) { in Tile2D_To_YUV420() 466 Y_plane[(y+k)*width + x + l*4 +j] = (data>>(8*j))&0xff; in Tile2D_To_YUV420() 473 for (y = 0; y < height/2; y += 8) { in Tile2D_To_YUV420() 476 base_addr = c_addr + Tile2D_To_Linear(width, height/2, x, y, 1); in Tile2D_To_YUV420() 477 for (k = 0; (k < 8) && ((y+k) < height/2); k++) { in Tile2D_To_YUV420() 482 Cb_plane[(y+k)*width/2 + x/2 + l*2 +j] = (data>> (8*2*j))&0xff; in Tile2D_To_YUV420() 483 Cr_plane[(y+k)*width/2 + x/2 + l*2 +j] = (data>>(8*2*j+8))&0xff; in Tile2D_To_YUV420()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 565 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) argument 566 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y)) argument 622 #define MODADD(x, y, bound) \ argument 623 MUX((x) + (y) >= (bound), (x) + (y) - (bound), (x) + (y)) 624 #define MODSUB(x, y, bound) \ argument 625 MUX(((int)(x)) - ((int)(y)) < 0, (x) - (y) + (bound), (x) - (y)) 628 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 629 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
/hardware/ti/omap4xxx/camera/ |
D | NV12_resize.c | 41 mmUint16 x, y; in VT_resizeFrame_Video_opt2_lp() local 88 coy = cropout->y; in VT_resizeFrame_Video_opt2_lp() 117 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9); in VT_resizeFrame_Video_opt2_lp() 119 pu8Yrow1 = inImgPtrY + (y) * i_img_ptr->uStride; in VT_resizeFrame_Video_opt2_lp() 199 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9); in VT_resizeFrame_Video_opt2_lp() 202 pu8Cbr1 = inImgPtrU + (y) * i_img_ptr->uStride; in VT_resizeFrame_Video_opt2_lp() 204 pu8Crr1 = inImgPtrV + (y) * i_img_ptr->uStride; in VT_resizeFrame_Video_opt2_lp()
|
/hardware/invensense/mlsdk/mllite/ |
D | mlMathFunc.h | 39 long *y; member 59 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y); 61 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y);
|