/hardware/ti/wlan/mac80211/ti-utils/ |
D | ini.c | 186 static int parse_general_prms(char *l, struct wl12xx_common *cmn, in parse_general_prms() argument 192 if (split_line(l, &name, &val)) { in parse_general_prms() 196 COMPARE_N_ADD("TXBiPFEMAutoDetect", l, val, in parse_general_prms() 199 COMPARE_N_ADD("TXBiPFEMManufacturer", l, val, in parse_general_prms() 202 COMPARE_N_ADD("RefClk", l, val, &gp->ref_clock, 1); in parse_general_prms() 204 COMPARE_N_ADD("SettlingTime", l, val, &gp->settling_time, 1); in parse_general_prms() 206 COMPARE_N_ADD("ClockValidOnWakeup", l, val, in parse_general_prms() 209 COMPARE_N_ADD("DC2DCMode", l, val, &gp->dc2dc_mode, 1); in parse_general_prms() 211 COMPARE_N_ADD("Single_Dual_Band_Solution", l, val, in parse_general_prms() 222 COMPARE_N_ADD("Settings", l, val, &gp->general_settings, 1); in parse_general_prms() [all …]
|
D | ini.h | 307 int (*prs_general_prms)(char *l, struct wl12xx_common *cmn, 310 int (*prs_band2_prms)(char *l, struct wl12xx_ini *p); 311 int (*prs_band5_prms)(char *l, struct wl12xx_ini *p); 312 int (*prs_fem0_band2_prms)(char *l, struct wl12xx_ini *p); 313 int (*prs_fem1_band2_prms)(char *l, struct wl12xx_ini *p); 314 int (*prs_fem1_band5_prms)(char *l, struct wl12xx_ini *p);
|
/hardware/libhardware/modules/hwcomposer/ |
D | hwcomposer.cpp | 57 static void dump_layer(hwc_layer_1_t const* l) { in dump_layer() argument 59 l->compositionType, l->flags, l->handle, l->transform, l->blending, in dump_layer() 60 l->sourceCrop.left, in dump_layer() 61 l->sourceCrop.top, in dump_layer() 62 l->sourceCrop.right, in dump_layer() 63 l->sourceCrop.bottom, in dump_layer() 64 l->displayFrame.left, in dump_layer() 65 l->displayFrame.top, in dump_layer() 66 l->displayFrame.right, in dump_layer() 67 l->displayFrame.bottom); in dump_layer()
|
/hardware/msm7k/libcopybit/ |
D | copybit.cpp | 113 out->l = max(lhs->l, rhs->l); in intersect() 165 e->dst_rect.x = clip.l; in set_rects() 167 e->dst_rect.w = clip.r - clip.l; in set_rects() 173 e->src_rect.y = (dst->r - clip.r) + src->l; in set_rects() 175 e->src_rect.h = (clip.r - clip.l); in set_rects() 177 H = dst->r - dst->l; in set_rects() 179 e->src_rect.x = (clip.l - dst->l) + src->l; in set_rects() 181 e->src_rect.w = (clip.r - clip.l); in set_rects() 183 W = dst->r - dst->l; in set_rects() 186 MULDIV(&e->src_rect.x, &e->src_rect.w, src->r - src->l, W); in set_rects() [all …]
|
/hardware/qcom/display/libcopybit/ |
D | copybit.cpp | 116 out->l = max(lhs->l, rhs->l); in intersect() 164 e->dst_rect.x = clip.l; in set_rects() 166 e->dst_rect.w = clip.r - clip.l; in set_rects() 174 e->src_rect.h = (clip.r - clip.l); in set_rects() 176 H = dst->r - dst->l; in set_rects() 178 delta_x = (clip.l - dst->l); in set_rects() 180 e->src_rect.w = (clip.r - clip.l); in set_rects() 182 W = dst->r - dst->l; in set_rects() 186 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects() 189 e->src_rect.x = delta_x + src->l; in set_rects() [all …]
|
D | copybit_priv.h | 45 rect->l = me->mRect.l; in iterate()
|
/hardware/qcom/display/libtilerenderer/ |
D | tilerenderer.cpp | 59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; in startTileRendering() local 61 if (l < 0 || t < 0) { in startTileRendering() 62 l = (l < 0) ? 0 : l; in startTileRendering() 77 glStartTilingQCOM(l, t, w, h, GL_COLOR_BUFFER_BIT0_QCOM); in startTileRendering() 79 glStartTilingQCOM(l, t, w, h, GL_NONE); in startTileRendering()
|
/hardware/invensense/libsensors_iio/software/simple_apps/self_test/ |
D | inv_self_test.c | 47 long l; member 339 save_data.gyro_bias[0] = (long)(gyro_bias[0].l * 65536.f / 8000.f); in main() 340 save_data.gyro_bias[1] = (long)(gyro_bias[1].l * 65536.f / 8000.f); in main() 341 save_data.gyro_bias[2] = (long)(gyro_bias[2].l * 65536.f / 8000.f); in main() 352 if (ABS(accel_bias[1].l) > ABS(accel_bias[0].l)) { in main() 355 if (ABS(accel_bias[2].l) > ABS(accel_bias[axis].l)) { in main() 358 if (accel_bias[axis].l < 0) { in main() 364 accel_bias[axis].l -= axis_sign * 4096L * 1000L; in main() 367 save_data.accel_bias[0] = (long)(accel_bias[0].l * 65536.f / 1000.f * 4.f); in main() 368 save_data.accel_bias[1] = (long)(accel_bias[1].l * 65536.f / 1000.f * 4.f); in main() [all …]
|
/hardware/qcom/display/libhwcomposer/ |
D | hwc_utils.cpp | 99 void dumpLayer(hwc_layer_1_t const* l) in dumpLayer() argument 103 l->compositionType, l->flags, l->handle, l->transform, l->blending, in dumpLayer() 104 l->sourceCrop.left, in dumpLayer() 105 l->sourceCrop.top, in dumpLayer() 106 l->sourceCrop.right, in dumpLayer() 107 l->sourceCrop.bottom, in dumpLayer() 108 l->displayFrame.left, in dumpLayer() 109 l->displayFrame.top, in dumpLayer() 110 l->displayFrame.right, in dumpLayer() 111 l->displayFrame.bottom); in dumpLayer()
|
D | hwc_utils.h | 117 void dumpLayer(hwc_layer_1_t const* l); 132 static inline bool isSkipLayer(const hwc_layer_1_t* l) { in isSkipLayer() argument 133 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
|
/hardware/ril/reference-ril/ |
D | at_tok.c | 110 long l; in at_tok_nextint_base() local 114 l = strtoul(ret, &end, base); in at_tok_nextint_base() 116 l = strtol(ret, &end, base); in at_tok_nextint_base() 118 *p_out = (int)l; in at_tok_nextint_base()
|
/hardware/msm7k/librpc/ |
D | xdr.c | 173 u_long l; in xdr_u_short() local 177 l = *usp; in xdr_u_short() 178 return XDR_SEND_UINT32(xdr, (uint32_t *)&l); in xdr_u_short() 180 if(!XDR_RECV_UINT32(xdr, (uint32_t *)&l)) in xdr_u_short() 182 *usp = (u_short)l; in xdr_u_short() 450 long l; in xdr_short() local 453 l = *sp; in xdr_short() 454 return XDR_SEND_INT32(xdr, (int32_t *)&l); in xdr_short() 456 if (!XDR_RECV_INT32(xdr, (int32_t *)&l)) in xdr_short() 458 *sp = (short)l; in xdr_short()
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | swconvertor.c | 450 int x, y, j, k, l; in Tile2D_To_YUV420() local 463 for (l = 0; l < actual_width; l++) { in Tile2D_To_YUV420() 464 data = *((unsigned int*)(base_addr + 16*k + l*4)); in Tile2D_To_YUV420() 465 for (j = 0; (j < 4) && (x + l*4 + j) < width; j++) { in Tile2D_To_YUV420() 466 Y_plane[(y+k)*width + x + l*4 +j] = (data>>(8*j))&0xff; in Tile2D_To_YUV420() 479 for (l = 0; l < actual_width; l++) { in Tile2D_To_YUV420() 480 data = *((unsigned int*)(base_addr + 16*k + l*4)); in Tile2D_To_YUV420() 481 for (j = 0; (j < 2) && (x/2 + l*2 +j) < width/2; j++) { 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/ti/omap3/dspbridge/libbridge/inc/ |
D | list.h | 60 #define LST_IsEmpty(l) (((l)->head.next == &(l)->head)) argument
|
/hardware/ti/omap3/dspbridge/inc/ |
D | list.h | 60 #define LST_IsEmpty(l) (((l)->head.next == &(l)->head)) argument
|
/hardware/invensense/mlsdk/mllite/ |
D | mlMathFunc.c | 282 int k, l, i, j; in inv_matrix_det_inc() local 284 for (j = 0, l = 0; j < *n; j++, l++) { in inv_matrix_det_inc() 289 *(b + 10 * k + l) = *(a + 10 * i + j); in inv_matrix_det_inc() 297 int k, l, i, j; in inv_matrix_det_incd() local 299 for (j = 0, l = 0; j < *n; j++, l++) { in inv_matrix_det_incd() 304 *(b + 10 * k + l) = *(a + 10 * i + j); in inv_matrix_det_incd()
|
/hardware/qcom/camera/hdr/include/ |
D | morpho_rect_int.h | 26 #define morpho_RectInt_setRect(rect,l,t,r,b) do { \ argument 27 (rect)->sx=(l);\
|
/hardware/qcom/camera/QCamera/HAL/core/src/ |
D | QCameraStream.cpp | 42 Mutex::Autolock l(&mQueueLock); in init() local 48 Mutex::Autolock l(&mQueueLock); in deinit() local 54 Mutex::Autolock l(&mQueueLock); in isInitialized() local 60 Mutex::Autolock l(&mQueueLock); in enqueue() local 92 Mutex::Autolock l(&mQueueLock); in flush() local
|
/hardware/qcom/camera/ |
D | QCameraStream.cpp | 43 Mutex::Autolock l(&mQueueLock); in init() local 49 Mutex::Autolock l(&mQueueLock); in deinit() local 55 Mutex::Autolock l(&mQueueLock); in isInitialized() local 61 Mutex::Autolock l(&mQueueLock); in enqueue() local 93 Mutex::Autolock l(&mQueueLock); in flush() local
|
/hardware/invensense/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 442 int k, l, i, j; in inv_matrix_det_inc() local 444 for (j = 0, l = 0; j < *n; j++, l++) { in inv_matrix_det_inc() 449 *(b + 6 * k + l) = *(a + 6 * i + j); in inv_matrix_det_inc() 457 int k, l, i, j; in inv_matrix_det_incd() local 459 for (j = 0, l = 0; j < *n; j++, l++) { in inv_matrix_det_incd() 464 *(b + 6 * k + l) = *(a + 6 * i + j); in inv_matrix_det_incd()
|
/hardware/libhardware/tests/camera2/ |
D | camera2_utils.cpp | 67 Mutex::Autolock l(mMutex); in enqueue() local 85 Mutex::Autolock l(mMutex); in getBufferCount() local 93 Mutex::Autolock l(mMutex); in dequeue() local 135 Mutex::Autolock l(mMutex); in waitForBuffer() local 257 Mutex::Autolock l(mMutex); in getNextNotification() local 266 Mutex::Autolock l(mMutex); in waitForNotification() local 274 Mutex::Autolock l(mMutex); in numNotifications() local 294 Mutex::Autolock l(mMutex); in onNotify() local
|
/hardware/qcom/camera/QCamera/HAL2/core/src/ |
D | QCameraStream.cpp | 42 Mutex::Autolock l(&mQueueLock); in init() local 48 Mutex::Autolock l(&mQueueLock); in deinit() local 54 Mutex::Autolock l(&mQueueLock); in isInitialized() local 60 Mutex::Autolock l(&mQueueLock); in enqueue() local 92 Mutex::Autolock l(&mQueueLock); in flush() local
|
/hardware/libhardware/modules/gralloc/ |
D | framebuffer.cpp | 71 int l, int t, int w, int h) in fb_setUpdateRect() argument 73 if (((w|h) <= 0) || ((l|t)<0)) in fb_setUpdateRect() 80 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); in fb_setUpdateRect() 81 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); in fb_setUpdateRect()
|
/hardware/qcom/display/libgralloc/ |
D | framebuffer.cpp | 88 int l, int t, int w, int h) in fb_setUpdateRect() argument 90 if (((w|h) <= 0) || ((l|t)<0)) in fb_setUpdateRect() 96 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); in fb_setUpdateRect() 97 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); in fb_setUpdateRect()
|
/hardware/msm7k/libgralloc/ |
D | framebuffer.cpp | 74 int l, int t, int w, int h) in fb_setUpdateRect() argument 76 if (((w|h) <= 0) || ((l|t)<0)) in fb_setUpdateRect() 83 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); in fb_setUpdateRect() 84 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); in fb_setUpdateRect()
|