HomeSort by relevance Sort by last modified time
    Searched defs:rate (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.h 65 ERate rate; member in union:__anon10885
94 /* Called by Current BSS, Rate Adaptation, RSN and other modules generating roaming events */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.h 65 rate_e rate; member in union:__anon16395
107 /* Called by Current BSS, Rate Adaptation, RSN and other modules generating roaming events */
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.h 65 ERate rate; member in union:__anon17600
94 /* Called by Current BSS, Rate Adaptation, RSN and other modules generating roaming events */
  /system/media/opensles/libopensles/
IRatePitch.c 22 static SLresult IRatePitch_SetRate(SLRatePitchItf self, SLpermille rate)
27 if (!(this->mMinRate <= rate && rate <= this->mMaxRate)) {
31 this->mRate = rate;
49 SLpermille rate = this->mRate; local
51 *pRate = rate;
IPlaybackRate.c 22 static SLresult IPlaybackRate_SetRate(SLPlaybackRateItf self, SLpermille rate)
28 if (!(this->mMinRate <= rate && rate <= this->mMaxRate)) {
32 this->mRate = rate;
38 result = android_audioPlayer_setPlayRate(ap, rate, true);
60 SLpermille rate = this->mRate; local
62 *pRate = rate;
119 SLpermille rate, SLuint32 *pCapabilities)
128 if (!(this->mMinRate <= rate && rate <= this->mMaxRate))
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 30 unsigned int rate,fract; local
37 rate = strtoul(*text,&end,10);
47 if (rate > UINT_MAX/1000) return RATE_ERROR;
48 rate *= 1000;
63 rate += fract;
69 rate = (rate+(up ? 8*ATM_CELL_PAYLOAD-1 : 0))/8/
74 if (rate > INT_MAX) return RATE_ERROR;
76 return rate;
  /external/qemu/audio/
rate_template.h 33 struct rate *rate = opaque; local
43 ilast = rate->ilast;
51 if (rate->opos_inc == (1ULL + UINT_MAX)) {
71 while (rate->ipos <= (rate->opos >> 32)) {
73 rate->ipos++;
85 t = (rate->opos & UINT_MAX) * (1.f / UINT_MAX);
87 t = (rate->opos & UINT_MAX) / (mixeng_real) UINT_MAX;
92 t = rate->opos & 0xffffffff
    [all...]
mixeng.c 270 * Sound Tools rate change effect file.
289 struct rate { struct
301 struct rate *rate = audio_calloc (AUDIO_FUNC, 1, sizeof (*rate)); local
303 if (!rate) {
304 dolog ("Could not allocate resampler (%zu bytes)\n", sizeof (*rate));
308 rate->opos = 0;
311 rate->opos_inc = ((uint64_t) inrate << 32) / outrate;
313 rate->ipos = 0
    [all...]
  /frameworks/base/libs/rs/java/Fountain/res/raw/
fountain.c 9 int rate = Control->rate; local
13 if (rate) {
14 float rMax = ((float)rate) * 0.005f;
23 while (rate--) {
  /external/bluetooth/bluez/audio/
gstsbcparse.h 58 gint rate; member in struct:_GstSbcParse
gstsbcenc.h 52 gint rate; member in struct:_GstSbcEnc
  /external/iproute2/tc/
q_red.c 43 unsigned rate = 0; local
96 if (get_rate(&rate, *argv)) {
118 if (rate == 0)
119 get_rate(&rate, "10Mbit");
138 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
q_gred.c 127 unsigned rate = 0; local
202 if (get_rate(&rate, *argv)) {
221 if (rate == 0)
222 get_rate(&rate, "10Mbit");
244 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
q_hfsc.c 54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n"
58 " rate : rate\n"
336 unsigned int umax = 0, dmax = 0, rate = 0; local
356 if (matches(*argv, "rate") == 0) {
358 if (get_rate(&rate, *argv) < 0) {
359 explain1("rate");
370 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) {
377 sc->m2 = rate;
381 * is at dmax - umax / rate
    [all...]
  /external/speex/include/speex/
speex_header.h 64 spx_int32_t rate; /**< Sampling rate used */ member in struct:SpeexHeader
68 spx_int32_t bitrate; /**< Bit-rate used */
78 void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const struct SpeexMode *m);
  /frameworks/base/libs/rs/java/Fountain/src/com/android/fountain/
FountainView.java 79 float rate = (ev.getPressure() * 50.f); local
80 rate *= rate;
81 if(rate > 2000.f) {
82 rate = 2000.f;
84 mRender.newTouchPosition((int)ev.getX(), (int)ev.getY(), (int)rate);
  /device/samsung/crespo/alsa-lib/include/
pcm_rate.h 3 * \brief External Rate-Converter-Plugin SDK
7 * External Rate-Converter-Plugin SDK
11 * ALSA external PCM rate-converter plugin SDK (draft version)
46 unsigned int rate; member in struct:snd_pcm_rate_side_info
58 /** Callback table of rate-converter */
108 * Define the object entry for external PCM rate-converter plugins
pcm_extplug.h 106 * rate hw parameter; filled after hw_params is caled
108 unsigned int rate; member in struct:snd_pcm_extplug
  /external/speex/libspeex/
vorbis_psy.h 80 int rate; member in struct:__anon7517
91 VorbisPsy *vorbis_psy_init(int rate, int size);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
scan_helpers.c 95 int rate = 0; local
101 if ((ie[i + 2] & 0x7f) > rate)
102 rate = ie[i + 2] & 0x7f;
107 if ((ie[i + 2] & 0x7f) > rate)
108 rate = ie[i + 2] & 0x7f;
111 return rate;
158 /* best/max rate preferred if signal level close enough XXX */
  /frameworks/base/libs/rs/java/Film/res/raw/
filmimage.c 11 int count, touch, x, y, rate, maxLife, lifeShift; local
27 rate = 4;
28 maxLife = (count / rate) - 1;
43 for (ct2=0; ct2<rate; ct2++) {
  /bionic/libc/kernel/arch-sh/asm/
clock.h 28 int (*set_rate)(struct clk *clk, unsigned long rate, int algo_id);
29 long (*round_rate)(struct clk *clk, unsigned long rate);
43 unsigned long rate; member in struct:clk
  /device/samsung/crespo/libaudio2/
aplay.c 49 int play_file(unsigned rate, unsigned channels, int fd, unsigned count)
97 unsigned rate, channels; local
arec.c 49 int record_file(unsigned rate, unsigned channels, int fd, unsigned count)
89 unsigned rate, channels; local
  /external/bluetooth/bluez/sbc/
sbcinfo.c 175 double rate; local
217 rate = calc_bit_rate(&hdr);
227 rate = 0;
277 rate += calc_bit_rate(&hdr);
298 printf("Bit rate\t\t%.3f kbps\n", rate / num);

Completed in 193 milliseconds

1 2 3 4 5 6 7