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

  /external/chromium_org/media/audio/cras/
cras_input_unittest.cc 191 const unsigned int rates[] = local
194 for (unsigned int i = 0; i < ARRAY_SIZE(rates); i++) {
195 SCOPED_TRACE(testing::Message() << "Mono " << rates[i] << "Hz");
198 rates[i],
204 for (unsigned int i = 0; i < ARRAY_SIZE(rates); i++) {
205 SCOPED_TRACE(testing::Message() << "Stereo " << rates[i] << "Hz");
208 rates[i],
  /external/iptables/extensions/
libxt_limit.c 112 static const struct rates struct
116 } rates[] = { { "day", XT_LIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
130 for (i = 1; i < ARRAY_SIZE(rates); ++i)
131 if (period > rates[i].mult
132 || rates[i].mult/period < rates[i].mult%period)
135 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name);
libxt_hashlimit.c 428 static const struct rates struct
432 } rates[] = { { "day", XT_HASHLIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
446 for (i = 1; i < ARRAY_SIZE(rates); ++i)
447 if (period > rates[i].mult
448 || rates[i].mult/period < rates[i].mult%period)
451 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name);
453 return rates[i-1].mult / XT_HASHLIMIT_SCALE * 1000;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aac_rom.c 1425 const int rates[8] = { variable
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 243 int rates[13]={6000,12000,48000,16000,32000,48000,64000,512000,13000,24000,48000,64000,96000}; local
245 rate=rates[j]+fast_rand()%rates[j];
272 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS((rates[j]>=64000?2:1)))!=OPUS_OK)test_failed();
329 int rates[16]={4000,12000,32000,8000,16000,32000,48000,88000,4000,12000,32000,8000,16000,32000,48000,88000}; local
333 rate=rates[j]+fast_rand()%rates[j];
  /external/iproute2/misc/
ifstat.c 221 double *rates = n->rate; local
229 rates = h1->rate;
237 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
247 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i)
257 if (rates[i] > mega) {
258 sprintf(temp, "%uM", (unsigned)(rates[i]/mega));
260 } else if (rates[i] > kilo) {
261 sprintf(temp, "%uK", (unsigned)(rates[i]/kilo));
264 fprintf(fp, "%-6u ", (unsigned)rates[i]);
  /external/libopus/tests/
test_opus_encode.c 243 int rates[13]={6000,12000,48000,16000,32000,48000,64000,512000,13000,24000,48000,64000,96000}; local
245 rate=rates[j]+fast_rand()%rates[j];
272 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS((rates[j]>=64000?2:1)))!=OPUS_OK)test_failed();
329 int rates[16]={4000,12000,32000,8000,16000,32000,48000,88000,4000,12000,32000,8000,16000,32000,48000,88000}; local
333 rate=rates[j]+fast_rand()%rates[j];
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 66 static const unsigned rates[] = {32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, local
    [all...]
  /external/tcpdump/
print-802_11.c 71 for (z = 0; z < p.rates.length ; z++) { \
72 PRINT_RATE(sep, p.rates.rate[z], \
73 (p.rates.rate[z] & 0x80 ? "*" : "")); \
76 if (p.rates.length != 0) \
514 "the data rates in BSSBasicRateSet parameter", /* 18 */
541 "Association denied due to excessive frame loss rates and/or "
661 struct rates_t rates; local
753 memcpy(&rates, p + offset, 2);
756 if (rates.length != 0) {
757 if (rates.length > sizeof rates.rate
    [all...]
ieee802_11.h 240 struct rates_t rates; member in struct:mgmt_body_t
  /frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp 1057 char *rates[] = { variable
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
j2k.h 251 /** rates of layers */
252 OPJ_FLOAT32 rates[100]; member in struct:opj_tcp
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 943 int rates[] = {Integer.MAX_VALUE, 0, 1000}; field in class:RadioInfo.CellInfoListRateHandler
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 132 * num_rates - Number of entries in the rates array
137 * rates - Array of supported rates in 100 kbps units
139 int *rates; member in struct:hostapd_hw_modes
348 * p2p_probe - Used to disable CCK (802.11b) rates for P2P probes
350 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
351 * Mbps from the support rates element(s) in the Probe Request frames
352 * and not to transmit the frames at any of those rates.
735 * basic_rates: -1 terminated array of basic rates in 100 kbps
    [all...]
driver_nl80211.c 5069 struct nlattr *rates; local
7181 u8 rates[NL80211_MAX_SUPP_RATES]; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 125 uint count; /* # rates in this set */
126 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */ member in struct:wl_bss_info_107::__anon39271
127 } rateset; /* supported rates */
158 uint count; /* # rates in this set */
159 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */ member in struct:wl_bss_info_108::__anon39272
160 } rateset; /* supported rates */
200 uint count; /* # rates in this set */
201 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic * member in struct:wl_bss_info::__anon39273
489 uint8 rates[WL_MAXRATES_IN_SET]; \/* rates in 500kbps units w\/hi bit set if basic *\/ member in struct:wl_rateset
494 uint8 rates[WL_MAXRATES_IN_SET]; \/* rates in 500kbps units w\/hi bit set if basic *\/ member in struct:wl_rateset_args
4704 uint16 rates; \/* Main Rates *\/ member in struct:__anon39345
    [all...]

Completed in 2695 milliseconds