HomeSort by relevance Sort by last modified time
    Searched defs:Rate (Results 1 - 16 of 16) sorted by null

  /hardware/ti/wlan/wl1271/utils/
rate.c 2 * rate.c
35 /** \file rate.c
36 * \brief Rate conversion
38 * \see rate.h
42 #include "rate.h"
44 ERate rate_NetToDrv (TI_UINT32 rate)
46 switch (rate)
140 DESCRIPTION: Translates a host rate (1, 2, 3, ....) to network rate (0x02, 0x82, 0x84, etc...)
142 INPUT: rate - Host rat
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
rate.c 2 * rate.c
35 /** \file rate.c
36 * \brief Rate conversion
38 * \see rate.h
42 #include "rate.h"
44 ERate rate_NetToDrv (TI_UINT32 rate)
46 switch (rate)
140 DESCRIPTION: Translates a host rate (1, 2, 3, ....) to network rate (0x02, 0x82, 0x84, etc...)
142 INPUT: rate - Host rat
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalTrace.h 76 UINT16 Rate;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 157 rate_e Rate;
180 UINT32 rate; member in struct:__anon13569
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
whalBus_Defs.h 69 rate_e Rate;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.c 106 DESCRIPTION: Translates a network rate (0x02, 0x82, 0x84, etc...) to host rate (1, 2, 3, ....)
108 INPUT: rate - Network rate
113 RETURN: Host rate if the input rate is valid, otherwise returns 0.
165 rate_e networkToHostRate(UINT8 rate)
167 switch (rate)
229 DESCRIPTION: Translates a host rate (1, 2, 3, ....) to network rate (0x02, 0x82, 0x84, etc...)
301 rate_e rate = DRV_RATE_1M; local
1348 rate_e rate = DRV_RATE_1M; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.c 686 * DESCRIPTION: set the basic rate set
696 * DESCRIPTION: set the hardware and firmware generated Tx rate (convert to HW coding).
701 /* Set The Rate & modulation for CTS, RTS, and PS-Poll frames (not including CTS-protection). */
708 /* Set The Rate & modulation for Beacon and Probe-Response frames (IBSS). */
719 * DESCRIPTION: set the basic rate set
    [all...]
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 518 WORD Rate;
524 WORD Rate;
1018 // Set number of voices to give us the sampling rate we want
1091 // do 11khz sampling rate unless command line parameter wants different
1099 // Make sure rate not too high
1104 for (CodecRate=CodecRates;CodecRate->Rate!=0;CodecRate++)
1106 if (shm->speed <= CodecRate->Rate)
1108 shm->speed=CodecRate->Rate;
1148 // do 19khz sampling rate unless command line parameter wants different
1156 // Make sure rate not too high
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c     [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBld.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
commonTypes.h 660 UINT32 wlanRxMinRateToRespectBtHp; /* Integer rate number. Note that Fw gets it in Index rate */
987 UINT32 rate; \/* index of the transmit *\/ member in struct:__anon13198
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_radio.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.h 254 the rate specified in the TNETW Tx descriptor before
255 falling back to the next lowest rate.
256 If this field is set to 0xff, then rate fallback is disabled.
259 #define TWD_RATE_FB_RETRY_LIMIT_MAX 255 /* =>0xff for disabling Rate fallback */
405 /* Low Rx rate roaming trigger configuration */
804 * \brief TX Rate Type
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h 251 the rate specified in the TNETW Tx descriptor before
252 falling back to the next lowest rate.
253 If this field is set to 0xff, then rate fallback is disabled.
256 #define TWD_RATE_FB_RETRY_LIMIT_MAX 255 /* =>0xff for disabling Rate fallback */
413 /* Low Rx rate roaming trigger configuration */
815 * \brief TX Rate Type
    [all...]

Completed in 3040 milliseconds