HomeSort by relevance Sort by last modified time
    Searched full:rate (Results 526 - 550 of 4445) sorted by null

<<21222324252627282930>>

  /cts/suite/audio_quality/test_description/experimental/
dut_playback_spectrum_chirp.xml 20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound-->
29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum.xml 20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound-->
29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum_chirp.xml 20 <!-- input: peak amplitude, duration in msec, sampling rate, high frequency, output: generated sound-->
29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/tests/tests/view/src/android/view/cts/
OrientationListenerTest.java 98 public MockOrientationListener(Context context, int rate) {
99 super(context, rate);
  /external/autotest/frontend/tko/
csv_encoder_unittest.py 82 ['_unused_', 'Test pass rate']])
87 'Column 1,Test pass rate',
  /external/iproute2/tc/
q_fq.c 56 fprintf(stderr, " [ maxrate RATE ] [ buckets NUMBER ]\n");
218 unsigned int rate, quantum; local
266 rate = rta_getattr_u32(tb[TCA_FQ_FLOW_MAX_RATE]);
268 if (rate != ~0U)
269 fprintf(f, "maxrate %s ", sprint_rate(rate, b1));
273 rate = rta_getattr_u32(tb[TCA_FQ_FLOW_DEFAULT_RATE]);
275 if (rate != 0)
276 fprintf(f, "defrate %s ", sprint_rate(rate, b1));
  /external/iproute2/testsuite/tests/tc/
cls-testbed.t 25 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
38 htb rate 100Mbit quantum 1514
  /external/kernel-headers/original/uapi/linux/
fd.h 31 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
39 spec1, /* stepping rate, head unload time */
132 unsigned long max_dtr; /* Step rate, usec */
136 unsigned long srt; /* Step rate, usec */
358 unsigned char rate; member in struct:floppy_raw_cmd
  /external/libavc/common/
ih264_common_tables.h 57 /* max macroblock processing rate */
66 /* max bit rate */
  /external/libvorbis/lib/
psy.h 110 long rate; /* cache it */ member in struct:__anon17006
117 vorbis_info_psy_global *gi,int n,long rate);
  /external/netperf/
README.hpux 26 that the packet per second rate on the wire will match the transaction
27 per second rate reported by netperf, even if you set TCP_NODELAY with
  /external/sonic/doc/
index.md 89 sonicChangeShortSpeed(samples, numSamples, speed, pitch, rate, volume, useChordPitch, sampleRate, numChannels);
98 scale volume or playback rate, and if you want normal pitch scaling, then call
120 By default, a sonic stream sets the speed, pitch, rate, and volume to 1.0, which means
123 rate, or volume, set the parameters using:
127 sonicSetRate(stream, rate);
133 exceed the maximum range of a 16-bit integer. Speech rate scales how fast
137 By default, pitch is modified by changing the rate, and then using speed
161 You may change the speed, pitch, rate, and volume parameters at any time, without
  /external/speex/libspeex/
quant_lsp.h 62 /* Quantizes low bit-rate narrowband LSPs with 18 bits */
65 /* Decodes quantized low bit-rate narrowband LSPs */
  /external/svox/picolanginstaller/res/values-es/
strings.xml 27 <string name="retry_message" product="nosdcard" msgid="8048316007107408391">"No se ha podido instalar los archivos de datos de voz. Asegúrate de que el almacenamiento USB tenga un mínimo de 6 MB de espacio libre."</string>
28 <string name="retry_message" product="default" msgid="4262829785604216441">"No se ha podido instalar los archivos de datos de voz. Asegúrate de que la tarjeta SD esté insertada en el dispositivo y tenga un mínimo de 6 MB de espacio libre. Si la tarjeta ya está insertada en el dispositivo, prueba a extraerla y a volver a introducirla."</string>
  /external/svox/picolanginstaller/res/values-es-rUS/
strings.xml 27 <string name="retry_message" product="nosdcard" msgid="8048316007107408391">"No se pudieron instalar los datos de voz. Asegúrate de que tu almacenamiento USB disponga de al menos 6 MB de espacio libre."</string>
28 <string name="retry_message" product="default" msgid="4262829785604216441">"No se pudieron instalar los datos de voz. Asegúrate de que tu tarjeta SD se encuentre en tu dispositivo y de que disponga de al menos 6 MB de espacio libre. Si tu tarjeta se encuentra en tu dispositivo, quítala y vuelve a insertarla."</string>
  /external/svox/picolanginstaller/res/values-gl-rES/
strings.xml 27 <string name="retry_message" product="nosdcard" msgid="8048316007107408391">"Non se puideron instalar os datos de voz. Asegúrate de que o almacenamento USB dispoña de polo menos 6 MB de espazo libre."</string>
28 <string name="retry_message" product="default" msgid="4262829785604216441">"Non se puideron instalar os datos de voz. Asegúrate de que a tarxeta SD estea no dispositivo e que dispoña de polo menos 6 MB de espazo libre. Se a tarxeta xa está no dispositivo, proba a extraela e volver inserila."</string>
  /external/tpm2/
Clock.c 92 // Adjust the clock rate
101 // adjust the rate
  /external/webrtc/webrtc/common_audio/vad/
webrtc_vad.c 93 int WebRtcVad_ValidRateAndFrameLength(int rate, size_t frame_length) {
102 if (kValidRates[i] == rate) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isac_fix_type.h 24 int32_t rate,
26 return WebRtcIsacfix_Control(inst, rate, framesize);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_float_type.h 22 int32_t rate,
24 return WebRtcIsac_Control(inst, rate, framesize);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfault.txt 33 #maximum Target rate for different bandwidth
47 echo "Sampling Frequency " ${SAMPFREQ[idx]} "kHz, Rate " ${TARGETRATE[idx]} "bps."
  /external/webrtc/webrtc/modules/audio_processing/logging/
aec_logging.h 26 // (Re)opens a wav file for writing using the specified sample rate.
60 // Opens a raw data file for writing using the specified sample rate.
  /external/webrtc/webrtc/voice_engine/
output_mixer.h 117 // Converts mixed audio to the audio device output rate.
119 // Converts mixed audio to the audio processing rate.
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_before_streaming_test.cc 50 codec_instance_.rate = 32000;
68 codec_instance_.rate = 13300;
  /frameworks/av/include/media/stagefright/
AudioPlayer.h 65 status_t setPlaybackRate(const AudioPlaybackRate &rate);
66 status_t getPlaybackRate(AudioPlaybackRate *rate /* nonnull */);

Completed in 1576 milliseconds

<<21222324252627282930>>