HomeSort by relevance Sort by last modified time
    Searched full:rates (Results 76 - 100 of 596) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/iptables/extensions/
libxt_rateest.man 1 The rate estimator can match on estimated rates as collected by the RATEEST
78 # Estimate outgoing rates
  /frameworks/base/docs/html/distribute/analyze/
build-better-apps.jd 22 tend to have the highest conversion rates. Build custom reports to identify
62 may be able to reduce your drop-off rates.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
media_opt_test.cc 136 // for bit rates: 500, 1000, 2000, 3000,4000
137 // for loss rates: 0, 1, 3, 5, 10%
371 // Set bit rates
423 // iterate over all bit rates
543 TEST(psnr.average > 10); // low becuase of possible frame dropping (need to verify that OK for all packet loss values/ rates)
  /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/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];
  /external/iproute2/man/man8/
tc.8 260 Bandwidths or rates can be specified in:
350 output more detailed information about rates and cell sizes.
362 print rates in IEC units (ie. 1K = 1024).
  /external/chromium_org/base/debug/
trace_event_system_stats_monitor.cc 30 // Uses the previous stats to compute rates if this is not the first profile.
  /external/chromium_org/components/domain_reliability/
context.h 45 // actual beacon to be uploaded, depending on the sample rates in the config,
  /external/chromium_org/media/tools/layout_tests/
trend_graph.py 37 other is for passing rates).
  /external/chromium_org/ppapi/api/
ppb_audio_buffer.idl 19 * rates.
  /external/chromium_org/ppapi/c/
ppb_audio_buffer.h 32 * rates.
  /external/chromium_org/third_party/opus/src/silk/
quant_LTP_gains.c 58 /* rates/distortions, and choose best */
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
resampler_unittest.cc 28 // Rates we must support.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_enc_dec.h 39 specified bit rates - 64000bps, 56000bps and 48000bps. It passes the ITU tests.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding_defines.h 138 // and the rates sent the last second is returned to the VCM.
  /external/libnfc-nci/src/udrv/include/
usb.h 41 /**** baud rates ****/
  /external/libopus/silk/
quant_LTP_gains.c 58 /* rates/distortions, and choose best */
  /external/libvorbis/doc/vorbisfile/
decoding.html 33 encode differing numbers of channels or sample rates. It is vitally
  /external/webrtc/src/common_audio/resampler/
resampler_unittest.cc 28 // Rates we must support.
  /external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c 76 /* Hard code 1 stream, MCS0-7 is a min Basic VHT MCS rates */
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 129 int wpa_bss_get_bit_rates(const struct wpa_bss *bss, u8 **rates);
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h 124 /* LVM sampling rates */
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
aac_rom.h 97 extern const int rates[8];
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc.c 382 for (i = 0; rates[i]; i++)
384 if (rates[i] >= bitrate)
449 for (i = 0; rates[i]; i++)
451 if (rates[i] >= bitrate)
  /frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java 31 * higher values representing higher speech rates.</li>

Completed in 1014 milliseconds

1 2 34 5 6 7 8 91011>>