Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 23 of 23) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
DCMakeLists.txt2 set (libdescription "libupm NRF tx/rx")
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_rt.c321 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/
Dvp9_entropymode.c400 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()
Dvp9_entropymode.h71 struct tx_counts tx; member
/hardware/bsp/intel/peripheral/libmraa/src/arm/
Dbanana.c564 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()
Dbeaglebone.c1409 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()
Draspberry_pi.c489 b->uart_dev[0].tx = 8; in mraa_raspberry_pi()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_rt.h64 unsigned long x, tx; member
/hardware/bsp/intel/peripheral/libmraa/include/
Dmraa_internal_types.h257 int tx; /**< uart tx */ member
/hardware/bsp/intel/peripheral/libmraa/src/x86/
Dintel_minnow_byt_compatible.c205 b->uart_dev[0].tx = -1; in mraa_intel_minnowboard_byt_compatible()
Dintel_galileo_rev_d.c434 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()
Dintel_galileo_rev_g.c750 b->uart_dev[0].tx = 1; in mraa_intel_galileo_gen2()
753 b->uart_dev[1].tx = -1; in mraa_intel_galileo_gen2()
Dintel_edison_fab_c.c1148 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/
Dcamera_test_surfacetexture.cpp697 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/
Duart.c166 pos = plat->uart_dev[index].tx; in mraa_uart_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c3315 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()
Dvp9_bitstream.c820 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/
Dvp9_decodeframe.c1246 assert(!memcmp(&cm->counts.tx, &zero_counts.tx, sizeof(cm->counts.tx))); in debug_check_frame_counts()
Dvp9_decodemv.c74 ++get_tx_counts(max_tx_size, ctx, &cm->counts.tx)[tx_size]; in read_selected_tx_size()
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_ipa.h1200 struct ipa_ioc_tx_intf_prop tx[0]; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_ipa.h717 struct ipa_ioc_tx_intf_prop tx[0]; member
/hardware/intel/img/psb_video/src/
Dtng_hostcode.c1121 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/
Dwlioctl.h3551 wl_traffic_stats_t tx[AC_COUNT]; /* Packets transmitted */ member