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

  /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/opt/telephony/src/java/android/provider/
Telephony.java     [all...]

Completed in 515 milliseconds