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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/media/audio/
audio_manager.h 46 // guarantee that the existing devices support all formats and sample rates.
51 // sample rates.
66 // devices in the list support all formats and sample rates for
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTestCase.java 36 * running with a load of several listeners, requesting data at different rates.
  /cts/tests/tests/media/src/android/media/cts/
AudioRecord_BufferSizeTest.java 58 assertTrue("Failed sample rates: " + failedSampleRates + " See log for more details.",
  /device/asus/fugu/libaudio/
alsa_utils.h 106 void getRatesForAF(String8& rates);
  /external/chromium_org/media/base/
audio_buffer_converter.h 92 // Ratio of sample rates, in/out.
multi_channel_resampler.h 30 // ratio of input / output sample rates. |request_frames| is the size in
sinc_resampler.h 44 // of input / output sample rates. |request_frames| controls the size in
94 // The ratio of input / output sample rates.
  /external/chromium_org/third_party/opus/src/celt/
modes.h 74 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
push_resampler.cc 76 // sample rates, so reproduce it here for the sinc resampler.
sinc_resampler.h 56 // of input / output sample rates. |request_frames| controls the size in
116 // The ratio of input / output sample rates.
  /external/chromium_org/third_party/webrtc/common_audio/vad/
webrtc_vad.c 112 // We only allow 10, 20 or 30 ms frames. Loop through valid frame rates and
  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/include/
bitrate_controller.h 50 // When false, the bitrate observers will be allocated rates up to their
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
media_opt_test.h 31 // 2 - Release test - iterates over a number of video sequences, bit rates, packet loss values ,etc.
  /external/guava/guava-tests/test/com/google/common/hash/
BloomFilterTest.java 19 * Sanity checking with many combinations of false positive rates and expected insertions
  /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/iptables/extensions/
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;
  /external/libopus/celt/
modes.h 74 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */
  /external/libvorbis/test/
test.c 37 /* Do safest and most used sample rates first. */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h 110 /* Sample rates */
  /hardware/broadcom/libbt/include/
userial_vendor.h 38 /**** baud rates ****/
  /external/chromium_org/components/autofill/core/browser/
autofill_xml_parser.cc 52 // present, we use the default upload rates.
157 // Loop over all attributes to get the upload rates.
  /external/chromium_org/media/video/capture/linux/
video_capture_device_factory_linux.cc 127 // frame rates. See http://linuxtv.org/downloads/v4l-dvb-apis for reference.
179 // Some devices, e.g. Kinect, do not enumerate any frame rates. For these
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h 74 // This class handles all four types (i.e., sample rates) of PCM16B codecs.
88 // This class handles all four types (i.e., sample rates) of PCM16B codecs.
  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.cc 145 // (gives a little extra increase at low rates, negligible at higher
146 // rates).
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_opt_util.cc 96 // When in Hybrid mode (RTT range), adjust FEC rates based on the
109 // update FEC rates after applying adjustment
204 // Protection/fec rates obtained above are defined relative to total number
296 // Computed off-line for a range of FEC code parameters and loss rates.
427 // The range on the rate index corresponds to rates (bps)
525 // This is more significant at low rates (small # of source packets), where
530 // for cases of low rates (small #packets) and low protection levels.
632 // Protection/fec rates obtained above is defined relative to total number

Completed in 1430 milliseconds

1 23 4 5 6 7 8 91011>>