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

  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 27 import android.provider.Telephony.Mms.Rate;
95 values.put(Rate.SENT_TIME, System.currentTimeMillis());
97 Rate.CONTENT_URI, values);
103 Rate.CONTENT_URI, new String[] { "COUNT(*) AS rate" },
104 Rate.SENT_TIME + ">" + oneHourAgo, null, 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...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 46 ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer
91 ATTRIBUTE Ascend-Data-Rate 197 integer
147 ATTRIBUTE Ascend-Xmit-Rate 255 integer
dictionary 119 ATTRIBUTE Connect-Rate 1007 integer
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 40 import android.provider.Telephony.Mms.Rate;
61 static final String TABLE_RATE = "rate";
474 long now = values.getAsLong(Rate.SENT_TIME);
477 db.delete(table, Rate.SENT_TIME + "<=" + oneHourAgo, null);
    [all...]
MmsSmsDatabaseHelper.java 43 import android.provider.Telephony.Mms.Rate;
624 Rate.SENT_TIME + " INTEGER);");
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 240 /* Extend rate multiplier along side quantizer zbin increases */
574 int *Rate,
614 /* rate */
615 *Rate = vp8_rdcost_mby(mb);
642 int rate = 0; local
666 rate = bmode_costs[mode];
678 rate += ratey;
681 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
685 *bestrate = rate;
703 static int rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate,
775 int rate, ratey; local
882 int rate; local
1110 int rate = 0; local
1955 int rate; local
2602 int rate; local
    [all...]
pickinter.c 147 int rate; local
158 rate = mode_costs[mode];
163 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
167 *bestrate = rate;
183 int *Rate,
228 *Rate = cost;
587 int rate; local
802 pick_intra4x4mby_modes(x, &rate, &distortion2);
810 rate2 += rate;
1251 int rate, best_rate = 0, distortion, best_sse; local
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 38 // $e729 ; Baud Rate Generator Table
    [all...]

Completed in 561 milliseconds