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

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
sensor.h 190 * Sets the delivery rate of events in microseconds for the given sensor.
192 * rate. It is an error to set a rate inferior to the value returned by
247 * constant rate, but rather only when a new data is available.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sunaudio.py 47 print 'Sample rate:', sample_rate
audiodev.py 82 def setoutrate(self, rate):
84 if rate == raw:
89 raise error, 'bad output rate'
165 def setoutrate(self, rate):
166 self.outrate = rate
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sunaudio.py 47 print 'Sample rate:', sample_rate
audiodev.py 82 def setoutrate(self, rate):
84 if rate == raw:
89 raise error, 'bad output rate'
165 def setoutrate(self, rate):
166 self.outrate = rate
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 340 var rateElement = $('rate');
342 var rate = localStorage['rate'] || DEFAULT_RATE;
344 rateElement.value = rate;
347 rate = rateElement.value;
348 localStorage['rate'] = rate;
  /external/chromium_org/chromeos/ime/
xkeyboard.cc 345 bool XKeyboard::SetAutoRepeatRate(const AutoRepeatRate& rate) {
346 DVLOG(1) << "Set auto-repeat rate to: "
347 << rate.initial_delay_in_ms << " ms delay, "
348 << rate.repeat_interval_in_ms << " ms interval";
350 rate.initial_delay_in_ms,
351 rate.repeat_interval_in_ms) != True) {
352 DVLOG(1) << "Failed to set auto-repeat rate";
  /external/llvm/docs/CommandGuide/
llvm-bcanalyzer.rst 207 The total number of 32-bit integers encoded using the Variable Bit Rate
212 The total number of 64-bit integers encoded using the Variable Bit Rate encoding
218 the Variable Bit Rate encoding scheme.
228 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
288 integers that use the Variable Bit Rate encoding scheme.
294 Bit Rate encoding scheme.
299 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
  /external/svox/pico/compat/include/
TtsEngine.h 30 #define ANDROID_TTS_ENGINE_PROPERTY_RATE "rate"
59 // @param [in] uint32_t - Track sampling rate in Hz
166 // @param[inout] rate in: the desired audio sample rate
167 // out: the sample rate used by the TTS engine
171 virtual tts_result setAudioFormat(tts_audio_format& encoding, uint32_t& rate,
222 // o rate,
  /external/tinycompress/
cplay.c 209 unsigned int channels, rate, bits; local
221 if (parse_mp3_header(&header, &channels, &rate, &bits) == -1) {
229 codec.sample_rate = compress_get_alsa_rate(rate);
231 fprintf(stderr, "invalid sample rate %d\n", rate);
285 printf("Format %u Channels %u, %u Hz, Bit Rate %d\n",
286 SND_AUDIOCODEC_MP3, channels, rate, bits);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 164 /* rate of previous packet, derived from RTP timestamps (in bits/s) */
176 /* The estimated bottle neck rate from there to here (in bits/s) */
193 /* The estimated bottle neck rate from here to there (in bits/s) */
337 /* Maximum allowed rate in bytes per 30 msec packet */
439 // Bandwidth Estimator and model for the rate.
461 // Sampling rate of audio, encoder and decode, 8 or 16 kHz
471 // Maximum allowed rate, measured in Bytes per 30 ms.
  /external/iproute2/man/man8/
tc-cbq-details.8 14 rate
32 rate
33 .B ] [ rate
34 rate
261 bandwidth rate
301 only the ratios matter. Defaults to the configured rate, unless the priority
315 rate rate
316 Maximum rate this class and all its children combined can send at. Mandatory.
319 bandwidth rate
    [all...]
tc-cbq.8 16 rate
34 rate
35 .B ] [ rate
36 rate
172 bandwidth rate
213 only the ratios matter. Defaults to the configured rate, unless the priority
232 rate rate
233 Maximum rate this class and all its children combined can send at. Mandatory.
236 bandwidth rate
    [all...]
tc-sfb.8 55 In this case, the flow is rate-limited to
94 flows can be rate-limited immediately.
141 The number of packets a flow is permitted to exceed the penalty rate before packets
154 The number of packets dropped because of rate-limiting.
185 Furthermore, if a buckets queue has a very high marking rate,
  /external/iproute2/tc/
tc_util.c 146 int get_rate(unsigned *rate, const char *str)
156 *rate = bps / 8.; /* assume bytes/sec */
162 *rate = (bps * s->scale) / 8.;
170 int get_rate_and_cell(unsigned *rate, int *cell_log, char *str)
177 if (get_rate(rate, str))
199 void print_rate(char *buf, int len, __u32 rate)
201 double tmp = (double)rate*8;
221 char * sprint_rate(__u32 rate, char *buf)
223 print_rate(buf, SPRINT_BSIZE-1, rate);
533 fprintf(fp, "rate ");
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 8 cmd_VCrate="Video+Capture+Rate CAMT PERF.awk+who=CAMT+from=Hardware+what=frame+how=received"
9 cmd_VDrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=HLMM+what=frame+how=sending"
10 cmd_VDTrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=LLMM+what=frame+how=sending"
11 cmd_VErate="Video+Encode+Rate VE_T PERF.awk+who=VE_T+to=HLMM+what=buffer+how=sending"
12 cmd_VERrate="Video+Encode+Input+Rate VE__ PERF.awk+who=VE__+from=HLMM+what=frame+how=received"
13 cmd_VPPYrate="Video+PreProc+YUV+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending"
14 cmd_VPPRrate="Video+PreProc+RGB+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending"
15 cmd_VPPIrate="Video+PreProc+Input+Rate VPP_ PERF.awk+who=VPP_+from=HLMM+what=frame+how=received"
16 cmd_VPrate="Video+Display+Rate VP_T PERF.awk+who=VP_T+to=Hardware+what=frame+how=sending"
17 cmd_VCPrate="Video+Preview+Rate VP_T PERF.awk+who=VP_T+to=Hardware+what=frame+how=sending
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 147 float rate = 1f; local
148 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
151 rate = 1.4f;
152 mSoundPool.setRate(streamID, rate);
162 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 66 UINT16 bit_rate; /* SBC encoder bit rate in kbps */
67 UINT16 bit_rate_busy; /* SBC encoder bit rate in kbps */
68 UINT16 bit_rate_swampd;/* SBC encoder bit rate in kbps */
69 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */
334 ** the encoder bit rate setting to reduce the packet size.
  /external/chromium_org/media/filters/
audio_renderer_algorithm.h 8 // playback rate, and the AudioRendererAlgorithm will stretch or compress the
9 // buffered audio as necessary to match the playback rate when fulfilling
47 // data from our |audio_buffer_|. Data is scaled based on the playback rate,
50 // Data from |audio_buffer_| is consumed in proportion to the playback rate.
134 // Sample rate of audio stream.
  /external/srtp/test/
rdbx_driver.c 71 double rate; local
122 rate = rdbx_check_adds_per_second(1 << 18, 128);
123 printf("rdbx_check/replay_adds per second (ws=128): %e\n", rate);
124 rate = rdbx_check_adds_per_second(1 << 18, 1024);
125 printf("rdbx_check/replay_adds per second (ws=1024): %e\n", rate);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 197 WebRtc_UWord16 prevRtpRate; /* rate of previous packet, derived from RTP timestamps (in bits/s) */
202 /* The estimated bottle neck rate from there to here (in bits/s) */
221 WebRtc_UWord32 sendBwAvg; /* The estimated bottle neck rate from here to there (in bits/s) */
243 /* flag indicated the desired number of packets over threshold rate have been sent and
333 WebRtc_Word16 maxRateInBytes; /* Maximum allowed rate in bytes per 30 msec packet */
  /frameworks/av/services/audioflinger/
test-resample.cpp 56 uint32_t samplesRate; // sample rate in hz
65 fprintf(stderr,"Usage: %s [-p] [-h] [-s] [-q {dq|lq|mq|hq|vhq}] [-i input-sample-rate] "
66 "[-o output-sample-rate] [<input-file>] <output-file>\n", name);
76 fprintf(stderr," -i input file sample rate\n");
77 fprintf(stderr," -o output file sample rate\n");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
sample.h 63 * PulseAudio supports any sample rate between 1 Hz and 4 GHz. There is no
64 * point trying to exceed the sample rate of the output device though as the
119 /** Maximum allowed sample rate */
171 uint32_t rate; /**< The sample rate. (e.g. 44100) */ member in struct:pa_sample_spec
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
sample.h 63 * PulseAudio supports any sample rate between 1 Hz and 4 GHz. There is no
64 * point trying to exceed the sample rate of the output device though as the
119 /** Maximum allowed sample rate */
171 uint32_t rate; /**< The sample rate. (e.g. 44100) */ member in struct:pa_sample_spec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
sample.h 63 * PulseAudio supports any sample rate between 1 Hz and 4 GHz. There is no
64 * point trying to exceed the sample rate of the output device though as the
119 /** Maximum allowed sample rate */
171 uint32_t rate; /**< The sample rate. (e.g. 44100) */ member in struct:pa_sample_spec

Completed in 612 milliseconds

<<21222324252627282930>>