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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/audio/
sample_rates.h 12 // Enumeration used for histogramming sample rates into distinct buckets.
32 // returns false for unexpected sample rates.
  /external/chromium_org/ppapi/examples/audio/
audio.html 14 <!-- Unsupported sample rates will cause the plugin to fail to load. -->
  /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);
  /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],
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 74 0: will only report preferred rates
75 1: will report all rates to/from Hardware,
77 2: will report all rates measured */
  /external/iproute2/man/man8/
rtacct.8 44 Time interval to average rates. Default value is 60 seconds.
tc-tbf.8 33 sending out data exactly at the configured rates.
35 Much higher rates are possible but at the cost of losing the minimal burstiness. In that
39 Kernels with a higher 'HZ' can achieve higher rates with perfect burstiness. On Alpha, HZ is ten
83 In general, larger shaping rates require a larger buffer. For 10mbit/s on Intel, you need at least 10kbyte buffer
  /external/valgrind/main/VEX/
TODO.txt 19 Assess tt_fast miss rates
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
hal_outputs.h 41 // Set data rates for virtual sensors
  /external/chromium_org/remoting/base/
rate_counter.h 19 // rates, etc.
30 // Note that rates reported before |time_window| has elapsed are not accurate.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select_unittest.cc 96 // No down-sampling action at high rates.
108 // Update rates for a sequence of intervals.
138 // Update rates for a sequence of intervals.
238 // Update rates for a sequence of intervals.
277 // Update rates for a sequence of intervals.
321 // Update rates for a sequence of intervals.
365 // Update rates for a sequence of intervals.
403 // Update rates for a sequence of intervals.
433 // Update rates for a sequence of intervals.
465 // Update rates for a sequence of intervals
    [all...]
  /device/htc/flounder/
nvaudio_conf.xml 71 <param name="ulp rates" val="48000 44100"/>
73 <param name="HW Rates" val="48000 44100"/>
135 <param name="ulp rates" val="48000 44100"/>
137 <param name="HW Rates" val="48000 44100"/>
189 <param name="HW Rates" val="48000 44100"/>
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioUtilities.cpp 77 // Windows can support audio sampling rates this high, so allow AudioBuffer rates this high as well.
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Tables.c 31 /* Table with supported sampling rates. The table can be indexed using LVM_Fs_en */
44 /* Table with supported sampling rates. The table can be indexed using LVM_Fs_en */
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.cc 115 // resampling from 44.1kHz and 48kHz to higher sample rates.
160 // supports, so just allow sample rates of the "guaranteed working" ones.
161 // TODO(dalecurtis): If sample rates are added RecommendSampleFrameCount_1_1()
162 // must be updated to account for the new rates.
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
compositor-change-playback-rate.html 9 The four squares should make identical rotations at different rates without jumping.
  /external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPad/
AppDelegate_iPad.m 32 Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_unittest.h 26 // Rates we support.
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
bitrate.h 34 // Calculates rates.
  /external/iproute2/doc/
nstat.sgml 47 <item><tt/-t INTERVAL/ - time interval to average rates. Default value
92 for large time. Also <tt/Xstat/ daemon calculates average rates.
94 f.e. for gigabit rates byte counters overflow not more frequently than
96 From the other hand, when <tt/Xstat/ is used for estimating rates
  /external/skia/experimental/SimpleiOSApp/iPad/
AppDelegate_iPad.m 32 Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
  /external/valgrind/main/cachegrind/tests/
filter_stderr 13 # Remove numbers from I1/D1/LL/LLi/LLd "misses:" and "miss rates:" lines
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.h 52 // Set data rates for virtual sensors
  /external/chromium_org/components/domain_reliability/
config.h 29 // patterns that the resource will match, along with sample rates for
58 // Sample rates for successful and unsuccessful requests, respectively.
  /external/chromium_org/third_party/webrtc/common_audio/vad/include/
webrtc_vad.h 60 // Calculates a VAD decision for the |audio_frame|. For valid sampling rates
76 // 20 and 30 ms frames and the rates 8000, 16000 and 32000 Hz.

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011>>