HomeSort by relevance Sort by last modified time
    Searched full:rate (Results 126 - 150 of 1951) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 59 __u32 rate; member in struct:tc_ratespec
78 struct tc_ratespec rate; member in struct:tc_tbf_qopt
184 struct tc_ratespec rate; member in struct:tc_htb_opt
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 59 __u32 rate; member in struct:tc_ratespec
78 struct tc_ratespec rate; member in struct:tc_tbf_qopt
184 struct tc_ratespec rate; member in struct:tc_htb_opt
  /external/bluetooth/bluez/audio/
gstrtpsbcpay.c 81 "rate = (int) { 16000, 32000, 44100, 48000 }, "
96 "clock-rate = (int) { 16000, 32000, 44100, 48000 },"
128 gint rate, subbands, channels, blocks, bitpool; local
136 if (!gst_structure_get_int(structure, "rate", &rate))
156 gst_basertppayload_set_options(payload, "audio", TRUE, "SBC", rate);
ipctest.c 99 uint32_t rate; member in struct:userdata
114 .rate = 48000,
379 uint32_t rate; member in struct:__anon868
394 * sampling rate */
396 if (freq_table[i].rate >= u->rate &&
398 u->rate = freq_table[i].rate;
406 u->rate = freq_table[i].rate;
    [all...]
gstsbcenc.h 52 gint rate; member in struct:_GstSbcEnc
gstsbcparse.h 58 gint rate; member in struct:_GstSbcParse
liba2dp.h 31 int a2dp_init(int rate, int channels, a2dpData* dataPtr);
  /external/bluetooth/bluez/sbc/
sbcinfo.c 174 double rate; local
216 rate = calc_bit_rate(&hdr);
226 rate = 0;
276 rate += calc_bit_rate(&hdr);
297 printf("Bit rate\t\t%.3f kbps\n", rate / num);
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 39 meter1=" police index 1 rate $CIR1 burst $CBS1 "
40 meter2=" police index 2 rate $CIR2 burst $CBS1 "
41 meter3=" police index 3 rate $CIR2 burst $CBS2 "
42 meter4=" police index 4 rate $CIR1 burst $CBS2 "
43 meter5=" police index 5 rate $CIR1 burst $CBS2 "
58 # if it exceeds the above but not the extra rate/burst below, it gets a
  /external/iproute2/include/linux/
pkt_sched.h 39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
85 __u32 rate; member in struct:tc_ratespec
139 struct tc_ratespec rate; member in struct:tc_tbf_qopt
272 struct tc_ratespec rate; member in struct:tc_htb_opt
306 __u32 giants; /* too big packets (rate will not be accurate) */
  /external/kernel-headers/original/linux/
pkt_sched.h 39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
85 __u32 rate; member in struct:tc_ratespec
139 struct tc_ratespec rate; member in struct:tc_tbf_qopt
272 struct tc_ratespec rate; member in struct:tc_htb_opt
306 __u32 giants; /* too big packets (rate will not be accurate) */
fd.h 25 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct
28 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
29 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
33 spec1, /* stepping rate, head unload time */
126 unsigned long max_dtr; /* Step rate, usec */
130 unsigned long srt; /* Step rate, usec */
351 unsigned char rate; member in struct:floppy_raw_cmd
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_types.h 253 #define SHORT_PREAMBLE_BIT BIT_0 /* CCK or Barker depending on the rate */
279 Transmit-Descriptor RATE-SET field definitions...
281 Define a new "Rate-Set" for TX path that incorporates the
282 Rate & Modulation info into a single 16-bit field.
287 Must be LONG (0) for 1Mbps rate.
294 b12-b0 - Supported Rate indicator bits as defined below.
  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 100 public MockOrientationEventListener(Context context, int rate) {
101 super(context, rate);
  /external/iproute2/testsuite/tests/
cls-testbed.t 20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
33 htb rate 100Mbit quantum 1514
  /external/iptables/extensions/
libip6t_hashlimit.c 35 "--hashlimit <avg> max average match rate\n"
62 int parse_rate(const char *rate, u_int32_t *val)
68 delim = strchr(rate, '/');
84 r = atoi(rate);
91 exit_error(PARAMETER_PROBLEM, "Rate too fast `%s'\n", rate);
167 "bad rate `%s'", optarg);
327 /* FIXME: Make minimalist: only print rate if not default --RR */
libipt_hashlimit.c 35 "--hashlimit <avg> max average match rate\n"
62 int parse_rate(const char *rate, u_int32_t *val)
68 delim = strchr(rate, '/');
84 r = atoi(rate);
91 exit_error(PARAMETER_PROBLEM, "Rate too fast `%s'\n", rate);
167 "bad rate `%s'", optarg);
327 /* FIXME: Make minimalist: only print rate if not default --RR */
  /external/opencore/fileformats/mp4/composer/src/
editatom.cpp 60 void PVA_FF_EditAtom::addEditEntry(uint32 duration, int32 time, uint16 rate)
62 _peditList->addEditEntry(duration, time, rate);
  /external/speex/libspeex/
quant_lsp.h 62 /* Quantizes low bit-rate narrowband LSPs with 18 bits */
65 /* Decodes quantized low bit-rate narrowband LSPs */
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 363 protected void zoomIn(float rate) {
374 mSuppMatrix.postScale(rate, rate, cx, cy);
378 protected void zoomOut(float rate) {
388 tmp.postScale(1F / rate, 1F / rate, cx, cy);
393 mSuppMatrix.postScale(1F / rate, 1F / rate, cx, cy);
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageViewTouchBase.java 337 protected void zoomIn(float rate) {
348 mSuppMatrix.postScale(rate, rate, cx, cy);
352 protected void zoomOut(float rate) {
362 tmp.postScale(1F / rate, 1F / rate, cx, cy);
367 mSuppMatrix.postScale(1F / rate, 1F / rate, cx, cy);
  /frameworks/base/media/java/android/media/
SoundPool.java 59 * <p>The playback rate can also be changed. A playback rate of 1.0 causes
61 * to the hardware output frequency). A playback rate of 2.0 causes the
62 * sound to play at twice its original frequency, and a playback rate of
64 * rate range is 0.5 to 2.0.</p>
89 * adjusting the playback rate in real-time for doppler or synthesis
133 * @param srcQuality the sample-rate converter quality. Currently has no
282 * The playback rate allows the application to vary the playback
283 * rate (pitch) of the sound. A value of 1.0 means play back at
292 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0
    [all...]
  /external/speex/include/speex/
speex.h 96 /** Set bit-rate used by the encoder (or lower) */
98 /** Get current bit-rate used by the encoder or decoder */
107 /** Set sampling rate used in bit-rate computation */
109 /** Get sampling rate used in bit-rate computation */
124 /** Set Average Bit-Rate (ABR) to n bits per seconds */
126 /** Get Average Bit-Rate (ABR) setting (in bps) */
143 /** Sets tuning for packet-loss concealment (expected loss rate) */
148 /** Sets the max bit-rate allowed in VBR mode *
    [all...]
  /external/iproute2/doc/actions/
actions-general 15 127.0.0.1/32 flowid 1:1 police mtu 4000 rate 1500kbit burst 90k
20 we execute a policing action which rate limits its bandwidth utilization
56 police mtu 4000 rate 1500kbit burst 90k
62 action police mtu 4000 rate 1500kbit burst 90k
113 - It is then metered to make sure it does not exceed its allocated rate of
114 1Kbps. If it doesnt exceed rate, this is where we terminate action execution.
116 - If it does exceed its rate, its "color" changes to a mark of 2 and it is
148 # doesnt exceed that rate, this is where we stop, if it exceeds we
150 action police rate 1kbit burst 9k pipe \
158 action police index 30 mtu 5000 rate 1kbit burst 10k pipe
    [all...]
  /external/grub/netboot/
timer.h 38 /* Timers tick over at this rate */

Completed in 724 milliseconds

1 2 3 4 56 7 8 91011>>