/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/ |
D | CMakeLists.txt | 2 set (libdescription "libupm NRF tx/rx")
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_rt.c | 321 double x = (dRate->tn ? (dRate->tx ? ((1e6 * dRate->tn) / dRate->tx) : 1e6) : 0.); in count_temporal_rate() 329 double s = dRate->txx ? (dRate->tx * (double) dRate->tx / dRate->txx / dRate->tn) : 1; in count_temporal_rate() 339 dRate->txx = dRate->tx = dRate->tn = 0; in count_temporal_rate() 409 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0; in __rt_Boundary() 535 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0; in __rt_Buffer() 566 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0; in __rt_Buffer() 593 me->dRate[i].tx += delta; in __rt_Buffer() 606 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = 0; in __rt_Buffer()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymode.c | 400 tx_counts_to_branch_counts_8x8(counts->tx.p8x8[i], branch_ct_8x8p); in vp9_adapt_mode_probs() 405 tx_counts_to_branch_counts_16x16(counts->tx.p16x16[i], branch_ct_16x16p); in vp9_adapt_mode_probs() 410 tx_counts_to_branch_counts_32x32(counts->tx.p32x32[i], branch_ct_32x32p); in vp9_adapt_mode_probs()
|
D | vp9_entropymode.h | 71 struct tx_counts tx; member
|
/hardware/bsp/intel/peripheral/libmraa/src/arm/ |
D | banana.c | 564 b->uart_dev[b->uart_dev_count].tx = 13; in mraa_banana() 571 b->uart_dev[b->uart_dev_count].tx = 8; in mraa_banana() 578 b->uart_dev[b->uart_dev_count].tx = 32; in mraa_banana() 581 b->uart_dev[b->uart_dev_count].tx = 32; in mraa_banana() 588 b->uart_dev[b->uart_dev_count].tx = 13; in mraa_banana()
|
D | beaglebone.c | 1409 b->uart_dev[0].tx = 46 + 24; in mraa_beaglebone() 1411 b->uart_dev[1].tx = 46 + 21; in mraa_beaglebone() 1414 b->uart_dev[2].tx = 42; in mraa_beaglebone() 1417 b->uart_dev[3].tx = 46 + 13; in mraa_beaglebone() 1419 b->uart_dev[4].tx = 37; in mraa_beaglebone()
|
D | raspberry_pi.c | 489 b->uart_dev[0].tx = 8; in mraa_raspberry_pi()
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_rt.h | 64 unsigned long x, tx; member
|
/hardware/bsp/intel/peripheral/libmraa/include/ |
D | mraa_internal_types.h | 257 int tx; /**< uart tx */ member
|
/hardware/bsp/intel/peripheral/libmraa/src/x86/ |
D | intel_minnow_byt_compatible.c | 205 b->uart_dev[0].tx = -1; in mraa_intel_minnowboard_byt_compatible()
|
D | intel_galileo_rev_d.c | 434 b->uart_dev[0].tx = 1; in mraa_intel_galileo_rev_d() 438 b->uart_dev[1].tx = -1; in mraa_intel_galileo_rev_d()
|
D | intel_galileo_rev_g.c | 750 b->uart_dev[0].tx = 1; in mraa_intel_galileo_gen2() 753 b->uart_dev[1].tx = -1; in mraa_intel_galileo_gen2()
|
D | intel_edison_fab_c.c | 1148 b->uart_dev[0].tx = 35; in mraa_intel_edison_miniboard() 1448 b->uart_dev[0].tx = 1; in mraa_intel_edison_fab_c()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 697 float sx, sy, tx, ty, h, w; in getCrop() local 706 tx = mtx[12]; in getCrop() 712 unsigned int left = (unsigned int)(tx * w -1); in getCrop()
|
/hardware/bsp/intel/peripheral/libmraa/src/uart/ |
D | uart.c | 166 pos = plat->uart_dev[index].tx; in mraa_uart_init()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 3315 count4x4 += cm->counts.tx.p32x32[i][TX_4X4]; in vp9_encode_frame() 3316 count4x4 += cm->counts.tx.p16x16[i][TX_4X4]; in vp9_encode_frame() 3317 count4x4 += cm->counts.tx.p8x8[i][TX_4X4]; in vp9_encode_frame() 3319 count8x8_lp += cm->counts.tx.p32x32[i][TX_8X8]; in vp9_encode_frame() 3320 count8x8_lp += cm->counts.tx.p16x16[i][TX_8X8]; in vp9_encode_frame() 3321 count8x8_8x8p += cm->counts.tx.p8x8[i][TX_8X8]; in vp9_encode_frame() 3323 count16x16_16x16p += cm->counts.tx.p16x16[i][TX_16X16]; in vp9_encode_frame() 3324 count16x16_lp += cm->counts.tx.p32x32[i][TX_16X16]; in vp9_encode_frame() 3325 count32x32 += cm->counts.tx.p32x32[i][TX_32X32]; in vp9_encode_frame() 3493 &cm->counts.tx)[mbmi->tx_size]; in encode_superblock()
|
D | vp9_bitstream.c | 820 tx_counts_to_branch_counts_8x8(cm->counts.tx.p8x8[i], ct_8x8p); in encode_txfm_probs() 826 tx_counts_to_branch_counts_16x16(cm->counts.tx.p16x16[i], ct_16x16p); in encode_txfm_probs() 833 tx_counts_to_branch_counts_32x32(cm->counts.tx.p32x32[i], ct_32x32p); in encode_txfm_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1246 assert(!memcmp(&cm->counts.tx, &zero_counts.tx, sizeof(cm->counts.tx))); in debug_check_frame_counts()
|
D | vp9_decodemv.c | 74 ++get_tx_counts(max_tx_size, ctx, &cm->counts.tx)[tx_size]; in read_selected_tx_size()
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ipa.h | 1200 struct ipa_ioc_tx_intf_prop tx[0]; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ipa.h | 717 struct ipa_ioc_tx_intf_prop tx[0]; member
|
/hardware/intel/img/psb_video/src/ |
D | tng_hostcode.c | 1121 IMG_INT tb, td, tx; in tng_update_driver_mv_scaling() local 1127 tx = (16384 + tng__abs(td / 2)) / td; in tng_update_driver_mv_scaling() 1128 iDistScale = (tb * tx + 32) >> 6; in tng_update_driver_mv_scaling() 1142 tx = (16384 + tng__abs(td / 2)) / td; in tng_update_driver_mv_scaling() 1143 iDistScale = (tb * tx + 32) >> 6; in tng_update_driver_mv_scaling()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 3551 wl_traffic_stats_t tx[AC_COUNT]; /* Packets transmitted */ member
|