HomeSort by relevance Sort by last modified time
    Searched defs:Rate (Results 1 - 6 of 6) 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...]
  /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...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c     [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h     [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 423 milliseconds