HomeSort by relevance Sort by last modified time
    Searched full:rate (Results 276 - 300 of 3459) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
SampleGattAttributes.java 31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
34 attributes.put(HEART_RATE_MEASUREMENT, "Heart Rate Measurement");
  /docs/source.android.com/src/devices/
audio_terminology.jd 57 The units for sample rate or frame rate.
75 <dt>sample rate or frame rate</dt>
78 note that "frame rate" is thus more accurate,
79 but "sample rate" is conventionally used to mean "frame rate".
143 The module within AudioFlinger responsible for sample-rate conversion. See Wikipedia article
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_api_constants.cc 21 const char kRateKey[] = "rate";
45 const char kErrorInvalidRate[] = "Invalid rate.";
  /external/chromium_org/media/tools/layout_tests/graph/
graph.html 24 data2.addColumn('number', 'Passing Rate ' +
50 <h3>Test passing rate</h3>
  /external/chromium_org/media/tools/layout_tests/test_data/
graph.html.bak 24 data2.addColumn('number', 'Passing Rate ' +
50 <h3>Test passing rate</h3>
  /external/chromium_org/ppapi/api/dev/
ppp_video_capture_dev.idl 20 * Signals the capture device information, such as resolution and frame rate,
24 * containing resolution and frame rate.
  /external/chromium_org/ppapi/c/dev/
ppp_video_capture_dev.h 36 * Signals the capture device information, such as resolution and frame rate,
40 * containing resolution and frame rate.
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 35 meter1=" police index 1 rate $CIR1 burst $CBS1 "
36 meter1a=" police index 2 rate $PIR1 burst $EBS1 "
37 meter2=" police index 3 rate $CIR2 burst $CBS1 "
38 meter2a=" police index 4 rate $PIR2 burst $EBS1 "
39 meter3=" police index 5 rate $CIR2 burst $CBS2 "
40 meter3a=" police index 6 rate $PIR2 burst $EBS2 "
41 meter4=" police index 7 rate $CIR1 burst $CBS2 "
66 # if it exceeds the above but not the extra rate/burst below, it gets a
efcbq 14 "10Mbit rate 1500Kbit avpkt 1000 prio 1 bounded isolated ".
25 "10Mbit rate 5Mbit avpkt 1000 prio 7 allot 1514 weight 1 ".
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
BitRateBox.java 31 * // gives the maximum rate in bits/second <br/>
34 * // avgBitrate gives the average rate in <br/>
  /external/netperf/
netcpu_kstat.c 41 idle. The rate at which this increments during a test is compared
259 rate[MAXTIMES], local
287 rate[i] = (float)0.0;
329 if (temp_rate > rate[i]) rate[i] = temp_rate;
331 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
334 if (local_maxrate < rate[i]) local_maxrate = rate[i];
netcpu_perfstat.c 43 idle. The rate at which this increments during a test is compared
125 rate[MAXTIMES], local
166 rate[i] = (float)0.0;
250 if (temp_rate > rate[i]) rate[i] = temp_rate;
252 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
255 if (local_maxrate < rate[i]) local_maxrate = rate[i];
  /external/openssh/
fixprogs 65 ($null, $null, $rate) = split(/,/, $ent[0]);
66 $est = $rate / $entscale; # scale the estimate back
  /external/oprofile/libop/
op_config_24.h 58 /** maximum sampling rate when using RTC */
60 /** minimum sampling rate when using RTC */
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 54 u32 rate; member in struct:__anon24975
66 extern void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format);
  /frameworks/av/media/common_time/
local_clock.cpp 73 status_t LocalClock::setLocalSlew(int16_t rate) {
79 return static_cast<status_t>(dev_->set_local_slew(dev_, rate));
  /frameworks/av/media/libstagefright/codecs/common/include/
voAAC.h 45 int sampleRate; /*! audio file sample rate */
46 int bitRate; /*! encoder bit rate in bits/sec */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 44 int rate; /* requested rate */ member in struct:snd_pcm_oss_runtime
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 44 int rate; /* requested rate */ member in struct:snd_pcm_oss_runtime
  /sdk/apps/SdkController/res/values/
strings.xml 40 <string name="sensors_sample_rate">Sample Rate</string>
44 <!-- Default sample rate for SensorsActivity UI.
  /external/chromium_org/remoting/codec/
audio_encoder_opus.cc 21 // Opus doesn't support 44100 sampling rate so we always resample to 48kHz.
29 // Number of samples per frame when using default sampling rate.
36 bool IsSupportedSampleRate(int rate) {
37 return rate == 44100 || rate == 48000;
85 // Drop leftover data because it's for different sampling rate.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.h 64 // Final value for k-rate parameters, otherwise use calculateSampleAccurateValues() for a-rate.
102 // Connect an audio-rate signal to control this parameter.
122 // sampleAccurate corresponds to a-rate (audio rate) vs. k-rate in the Web Audio specification.
  /external/chromium_org/third_party/opus/src/tests/
run_vectors.sh 40 echo "usage: run_vectors.sh <exec path> <vector path> <rate>"
46 RATE=$3
84 if $OPUS_DEMO -d $RATE 1 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_mono.txt 2>&1; then
90 $OPUS_COMPARE -r $RATE $VECTOR_PATH/testvector$file.dec tmp.out >> logs_mono.txt 2>&1
113 if $OPUS_DEMO -d $RATE 2 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_stereo.txt 2>&1; then
119 $OPUS_COMPARE -s -r $RATE $VECTOR_PATH/testvector$file.dec tmp.out >> logs_stereo.txt 2>&1
  /external/iproute2/tc/
tc_core.c 59 unsigned tc_calc_xmittime(unsigned rate, unsigned size)
61 return tc_core_time2tick(TIME_UNITS_PER_SEC*((double)size/rate));
64 unsigned tc_calc_xmitsize(unsigned rate, unsigned ticks)
66 return ((double)rate*tc_core_tick2time(ticks))/TIME_UNITS_PER_SEC;
75 * before doing the rate table lookup, as this gives better precision
115 unsigned bps = r->rate;
  /external/speex/libspeex/
speex_header.c 72 int rate;
86 EXPORT void speex_init_header(SpeexHeader *header, int rate, int nb_channels, const SpeexMode *m)
105 header->rate = rate;
131 ENDIAN_SWITCH(le_header->rate);
171 ENDIAN_SWITCH(le_header->rate);

Completed in 567 milliseconds

<<11121314151617181920>>