Searched refs:jitter (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.h96 UINT32 core; /* Cumulative core jitter */
97 UINT32 xfer; /* Cumulative XFER jitter */
98 UINT32 fw; /* Cumulative firmware jitter */
99 UINT32 air; /* Cumulative air jitter */
100 } jitter; member in struct:__anon594
225 /* jitter periodic timer flag */
H A Dtx.c1535 /* update core delay and jitter */
1536 pTxData->txJitter[selectedQueueIndex].jitter.core +=
1843 pTxData->txJitter[qIndex].jitter.air +=
1845 pTxData->txJitter[qIndex].jitter.fw +=
1900 * The function calculates GWSI delay and jitter.
1928 /* Update jitter statistics */
1930 pTxData->txJitter[pPacketId->txQid].jitter.xfer +=
4162 /* reset jitter intervals */
4163 pTxData->txJitter[u_ac].jitter.core = 0;
4164 pTxData->txJitter[u_ac].jitter
[all...]

Completed in 125 milliseconds