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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
fountain.rs 42 void addParticles(int rate, float x, float y, int index, bool newColor)
49 float rMax = ((float)rate) * 0.02f;
55 while (rate--) {
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
fountain.rs 41 void addParticles(int rate, float x, float y, int index, bool newColor)
48 float rMax = ((float)rate) * 0.02f;
54 while (rate--) {
  /system/extras/sound/
playwav.c 36 int pcm_play(unsigned rate, unsigned channels,
58 config.sample_rate = rate;
135 void play_file(unsigned rate, unsigned channels,
148 pcm_play(rate, channels, fill_buffer, 0);
154 unsigned rate, channels; local
191 int wav_rec(const char *fn, unsigned channels, unsigned rate)
208 hdr.sample_rate = rate;
334 unsigned rate = 44100; local
347 } else if (!strcmp(argv[0],"-rate")) {
351 fprintf(stderr,"playwav: -rate requires a parameter\n")
    [all...]
  /external/chromium_org/chrome/browser/hang_monitor/
hang_crash_dump_win.h 14 // TODO(yzshen): Remove when enough information is collected and the hang rate
  /external/chromium_org/chrome/common/
tts_utterance_request.h 22 float rate; member in struct:TtsUtteranceRequest
  /external/chromium_org/components/policy/core/common/
policy_pref_names.cc 14 // Integer that specifies the policy refresh rate for user-policy in
  /external/chromium_org/ppapi/c/
ppb_audio_config.h 45 * <code>PP_AUDIOSAMPLERATE_44100</code> is the sample rate used on CDs and
46 * <code>PP_AUDIOSAMPLERATE_48000</code> is the sample rate used on DVDs and
79 * sample frame count or bit rate isn't supported, this function will fail and
108 * sample frame count or bit rate are not supported.
156 * GetSampleRate() returns the sample rate for the given
162 * @return A <code>PP_AudioSampleRate</code> containing sample rate or
179 * RecommendSampleRate() returns the native sample rate that the browser
181 * rate will have potentially better latency and fidelity. The return value
182 * is intended for audio output devices. If the output sample rate cannot be
  /external/chromium_org/remoting/host/
audio_capturer.cc 12 // Returns true if the sampling rate is supported by Pepper.
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.h 58 float rate() const { return m_platformUtterance->rate(); } function in class:WebCore::SpeechSynthesisUtterance
59 void setRate(float rate) { m_platformUtterance->setRate(rate); }
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioFileReader.h 40 // Pass in 0.0 for sampleRate to use the file's sample-rate, otherwise a sample-rate conversion to the requested
41 // sampleRate will be made (if it doesn't already match the file's sample-rate).
42 // The created buffer will have its sample-rate set correctly to the result.
  /external/chromium_org/third_party/opus/src/celt/dump_modes/
Makefile 7 $(CC) $(CFLAGS) $(INCLUDES) -DCUSTOM_MODES dump_modes.c ../modes.c ../cwrs.c ../rate.c ../entenc.c ../entdec.c ../mathops.c ../mdct.c ../kiss_fft.c -o dump_modes -lm
  /external/iproute2/man/man8/
tc-hfsc.8 28 \fBrate\fR : rate
  /external/iptables/include/linux/netfilter/
xt_limit.h 11 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
  /external/libgsm/
README 11 European GSM 06.10 provisional standard for full-rate speech
16 rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility
21 form (given the bandwidth limitations of 8 kHz sampling rate).
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 30 unsigned int rate,fract; local
37 rate = strtoul(*text,&end,10);
47 if (rate > UINT_MAX/1000) return RATE_ERROR;
48 rate *= 1000;
63 rate += fract;
69 rate = (rate+(up ? 8*ATM_CELL_PAYLOAD-1 : 0))/8/
74 if (rate > INT_MAX) return RATE_ERROR;
76 return rate;
  /hardware/libhardware/include/hardware/
local_time_hal.h 75 * Sets the HW slew rate of oscillator which drives the system wide local
79 * Valid values for rate range from MIN_INT16 to MAX_INT16. Platform
81 * slew rate of their hardware.
83 int (*set_local_slew)(struct local_time_hw_device* dev, int16_t rate);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 104 /** Rate control type. */
107 /** Constant quality, variable bit rate, fixed quantization level. */
110 /** Short-term constant bit rate control. */
113 /** Long-term constant bit rate control. */
157 /** Specifies the cumulative bit rate in bit per second. IBitRate[0] is for base
161 /** Specifies the cumulative frame rate in frame per second. IFrameRate[0] is for
166 the picture quality with the frame rate. Higher frame quality means lower frame rate.
167 Lower frame quality for higher frame rate.*/
170 /** Enable the use of iFrameQuality to determine the frame rate. If it is false
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 63 {"Rate", 1, 0, 'R'},
94 unsigned int requestedRate = pcm->rate;
118 param_set_int(params, SNDRV_PCM_HW_PARAM_RATE, pcm->rate);
178 int record_file(unsigned rate, unsigned channels, int fd, unsigned count, unsigned flags, const char *device)
208 pcm->rate = rate;
387 int rec_raw(const char *fg, const char *device, int rate, int ch,
408 count = rate * ch * 2;
414 ch, rate, 16, format);
421 return record_file(rate, ch, fd, count, flag, device)
513 int rate = 48000; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ac97_codec.h 62 #define AC97_PCM_FRONT_DAC_RATE 0x2c /* PCM Front DAC Rate */
63 #define AC97_PCM_SURR_DAC_RATE 0x2e /* PCM Surround DAC Rate */
64 #define AC97_PCM_LFE_DAC_RATE 0x30 /* PCM LFE DAC Rate */
65 #define AC97_PCM_LR_ADC_RATE 0x32 /* PCM LR ADC Rate */
66 #define AC97_PCM_MIC_ADC_RATE 0x34 /* PCM MIC ADC Rate */
73 #define AC97_LINE1_RATE 0x40 /* Line1 DAC/ADC Rate */
74 #define AC97_LINE2_RATE 0x42 /* Line2 DAC/ADC Rate */
75 #define AC97_HANDSET_RATE 0x44 /* Handset DAC/ADC Rate */
107 #define AC97_SLOT_PCM_LEFT_0 7 /* double rate operation */
110 #define AC97_SLOT_PCM_RIGHT_0 8 /* double rate operation *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ac97_codec.h 62 #define AC97_PCM_FRONT_DAC_RATE 0x2c /* PCM Front DAC Rate */
63 #define AC97_PCM_SURR_DAC_RATE 0x2e /* PCM Surround DAC Rate */
64 #define AC97_PCM_LFE_DAC_RATE 0x30 /* PCM LFE DAC Rate */
65 #define AC97_PCM_LR_ADC_RATE 0x32 /* PCM LR ADC Rate */
66 #define AC97_PCM_MIC_ADC_RATE 0x34 /* PCM MIC ADC Rate */
73 #define AC97_LINE1_RATE 0x40 /* Line1 DAC/ADC Rate */
74 #define AC97_LINE2_RATE 0x42 /* Line2 DAC/ADC Rate */
75 #define AC97_HANDSET_RATE 0x44 /* Handset DAC/ADC Rate */
107 #define AC97_SLOT_PCM_LEFT_0 7 /* double rate operation */
110 #define AC97_SLOT_PCM_RIGHT_0 8 /* double rate operation *
    [all...]
  /external/chromium_org/media/audio/win/
audio_unified_win.h 37 // It is required to first acquire the native sample rate of the selected
38 // output device and then use the same rate when creating this object.
39 // The inner operation depends on the input sample rate which is determined
42 // 1) input rate == output rate => input side drives output side directly.
43 // 2) input rate != output rate => both sides are driven independently by
46 // 3) input rate == output rate but native buffer sizes are not identical =>
54 // resampler which supports rate adjustments to fine tune for things lik
    [all...]
  /external/iproute2/tc/
q_cbq.c 29 fprintf(stderr, "Usage: ... cbq bandwidth BPS rate BPS maxburst PKTS [ avpkt BYTES ]\n");
31 fprintf(stderr, " [ allot BYTES ] [ mpu BYTES ] [ weight RATE ]\n");
67 matches(*argv, "rate") == 0) {
69 if (get_rate(&r.rate, *argv)) {
141 if (r.rate == 0) {
155 fprintf(stderr, "CBQ: failed to calculate rate table.\n");
162 lss.maxidle = tc_calc_xmittime(r.rate, avpkt);
206 if (matches(*argv, "rate") == 0) {
208 if (get_rate(&r.rate, *argv)) {
209 explain1("rate");
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 56 public MockOrientationEventListener(Context context, int rate) {
57 super(context, rate);
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
clock_parser.js 41 var rate = parseInt(event[2]);
51 series.addSample(ts, rate);
  /external/chromium_org/chromeos/ime/
xkeyboard_unittest.cc 191 AutoRepeatRate rate; local
192 EXPECT_TRUE(XKeyboard::GetAutoRepeatRateForTesting(&rate));
194 AutoRepeatRate tmp(rate);
199 EXPECT_EQ(rate.initial_delay_in_ms + 1, tmp.initial_delay_in_ms);
200 EXPECT_EQ(rate.repeat_interval_in_ms + 1, tmp.repeat_interval_in_ms);
203 EXPECT_TRUE(XKeyboard::SetAutoRepeatRate(rate));
205 EXPECT_EQ(rate.initial_delay_in_ms, tmp.initial_delay_in_ms);
206 EXPECT_EQ(rate.repeat_interval_in_ms, tmp.repeat_interval_in_ms);

Completed in 834 milliseconds

1 2 3 4 56 7 8 91011>>