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

1 2 3 4 5 67 8 91011>>

  /external/speex/libspeex/
modes.c 93 /* Split-VQ innovation parameters for very low bit-rate narrowband */
102 /* Split-VQ innovation parameters for very low bit-rate narrowband */
111 /* Split-VQ innovation parameters for low bit-rate narrowband */
171 /* 3.95 kbps very low bit-rate mode */
192 /* 5.95 kbps very low bit-rate mode */
213 /* 8 kbps low bit-rate mode */
234 /* 11 kbps medium bit-rate mode */
255 /* 15 kbps high bit-rate mode */
276 /* 18.2 high bit-rate mode */
297 /* 24.6 kbps high bit-rate mode *
    [all...]
  /external/tinyalsa/
tinycap.c 62 unsigned int channels, unsigned int rate,
78 unsigned int rate = 44100; local
87 "[-r rate] [-b bits] [-p period_size] [-n n_periods]\n", argv[0]);
111 rate = atoi(*argv);
140 header.sample_rate = rate;
158 header.byte_rate = (header.bits_per_sample / 8) * channels * rate;
184 unsigned int channels, unsigned int rate,
196 config.rate = rate;
220 printf("Capturing sample: %u ch, %u hz, %u bit\n", channels, rate,
    [all...]
  /frameworks/native/include/media/openmax/
OMX_AudioExt.h 43 #define OMX_AUDIO_AACToolAndroidSSBR (OMX_AUDIO_AACToolVendor << 0) /**< SSBR: MPEG-4 Single-rate (downsampled) Spectral Band Replication tool allowed or active */
44 #define OMX_AUDIO_AACToolAndroidDSBR (OMX_AUDIO_AACToolVendor << 1) /**< DSBR: MPEG-4 Dual-rate Spectral Band Replication tool allowed or active */
58 OMX_U32 nSampleRate; /**< Sampling rate of the source data. Use 0 for
59 variable or unknown sampling rate. */
67 OMX_U32 nSampleRate; /**< Sampling rate of the source data. Use 0 for
68 variable or unknown sampling rate. */
76 OMX_U32 nBitRate; /**< Bit rate of the encoded data data. Use 0 for variable
77 rate or unknown bit rates. Encoding is set to the
79 OMX_U32 nSampleRate; /**< Sampling rate of the source data. Use 0 for
80 variable or unknown sampling rate. *
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
xmlreport.py 27 def rate(hit, num): function
104 xpackage.setAttribute("line-rate", rate(lhits, lnum))
106 branch_rate = rate(bhits, bnum)
109 xpackage.setAttribute("branch-rate", branch_rate)
117 xcoverage.setAttribute("line-rate", rate(lhits_tot, lnum_tot))
119 branch_rate = rate(bhits_tot, bnum_tot)
122 xcoverage.setAttribute("branch-rate", branch_rate)
203 xclass.setAttribute("line-rate", rate(class_hits, class_lines)
    [all...]
  /frameworks/base/core/java/android/content/pm/
ShortcutManager.java 62 * <h3>Rate limiting</h3>
66 * rate-limited. An application can call these methods at most
67 * {@link #getRemainingCallCount()} times until the rate-limiting counter is reset,
77 * internal rate-limiting counter. Automated tests can use the following ADB shell command to
121 * <p>This API will be rate-limited.
123 * @return {@code true} if the call has succeeded. {@code false} if the call is rate-limited.
155 * <p>This API will be rate-limited.
157 * @return {@code true} if the call has succeeded. {@code false} if the call is rate-limited.
210 * <p>This API will be rate-limited.
212 * @return {@code true} if the call has succeeded. {@code false} if the call is rate-limited
    [all...]
  /external/speex/include/speex/
speex_resampler.h 116 * @param in_rate Input sampling rate (integer number of Hz).
117 * @param out_rate Output sampling rate (integer number of Hz).
130 * rate ratio is an arbitrary rational number with both the numerator and
133 * @param ratio_num Numerator of the sampling rate ratio
134 * @param ratio_den Denominator of the sampling rate ratio
135 * @param in_rate Input sampling rate rounded to the nearest integer (in Hz).
136 * @param out_rate Output sampling rate rounded to the nearest integer (in Hz).
221 * @param in_rate Input sampling rate (integer number of Hz).
222 * @param out_rate Output sampling rate (integer number of Hz).
230 * @param in_rate Input sampling rate (integer number of Hz) copied
    [all...]
  /docs/source.android.com/src/devices/media/
soc.jd 28 implement support for priority, operating rate and the hooks needed for Android
66 <p>This configuration lets the application describe operating frame rate for
67 video or sample rate for audio at which the codec will need to operate.</p>
70 video encoder format contains the target playback rate (e.g. 30fps), but the
71 component must be able to handle the high operating capture rate (e.g. 240fps).</p>
73 <p>This rate should be used for resource planning and setting the operating
  /external/libavc/encoder/
irc_vbr_storage_vbv.h 25 Max. buffer filling rate: Rmax
28 Frame Rate: F
58 Overflow Scenario: In VBR case, since we have only a max filling rate (or input bit rate)
59 buffer overflow is not a issue (since the buffer filling rate can be reduced to any value
60 below this rate)
irc_rd_model.h 25 /* Rate Distortion Behaviour of the Codec over the Last */
57 /* Initialise the rate distortion model */
61 /* Reset the rate distortion model */
  /external/webrtc/webrtc/common_audio/resampler/
resampler_unittest.cc 78 ss << "Input rate: " << kRates[i] << ", output rate: " << kRates[j]
97 ss << "Input rate: " << kRates[i] << ", output rate: " << kRates[j];
119 ss << "Input rate: " << kRates[i] << ", output rate: " << kRates[j];
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorManager.java 76 * around. For this sensor, rate in {@link #registerListener(CarSensorEventListener, int, int)}
142 /** Read sensor in default normal rate set for each sensors. This is default rate. */
146 /** Read sensor at the maximum rate. Actual rate will be different depending on the sensor. */
266 * updated depending on the rate.
274 * @param rate how fast the sensor events are delivered. It should be one of
275 * {@link #SENSOR_RATE_FASTEST} or {@link #SENSOR_RATE_NORMAL}. Rate may not be respected
280 * @throws IllegalArgumentException for wrong argument like wrong rate
285 public boolean registerListener(CarSensorEventListener listener, int sensorType, int rate)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_rate.h 3 * \brief External Rate-Converter-Plugin SDK
7 * External Rate-Converter-Plugin SDK
11 * ALSA external PCM rate-converter plugin SDK (draft version)
46 unsigned int rate; member in struct:snd_pcm_rate_side_info
58 /** Callback table of rate-converter */
124 * Define the object entry for external PCM rate-converter plugins
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_rate.h 3 * \brief External Rate-Converter-Plugin SDK
7 * External Rate-Converter-Plugin SDK
11 * ALSA external PCM rate-converter plugin SDK (draft version)
46 unsigned int rate; member in struct:snd_pcm_rate_side_info
58 /** Callback table of rate-converter */
124 * Define the object entry for external PCM rate-converter plugins
  /external/guava/guava/src/com/google/common/util/concurrent/
RateLimiter.java 36 * A rate limiter. Conceptually, a rate limiter distributes permits at a
37 * configurable rate. Each {@link #acquire()} blocks if necessary until a permit is
40 * <p>Rate limiters are often used to restrict the rate at which some
43 * accesses instead of the rate (note though that concurrency and rate are closely related,
46 * <p>A {@code RateLimiter} is defined primarily by the rate at which permits
48 * fixed rate, defined in terms of permits per second. Permits will be distributed
50 * that the configured rate is maintained
    [all...]
  /external/autotest/client/site_tests/hardware_Usb30Throughput/
control 10 CRITERIA = "Fails if transfer rate is below expectations"
17 If any of the transfer rate is below expectation the test fails.
24 @param measurements: (10) number of times to repeat xfer rate measureaments
  /external/autotest/client/site_tests/power_BacklightControl/
power_BacklightControl.py 24 # Minimum required percentage change in energy rate between transitions
57 # These are the expected ratios of energy rate between max, min, and off
59 # energy rate must become <= (max_energy_rate * max_to_min_factor).
156 # Energy rate must have changed significantly between transitions.
203 Waits for the energy rate to stablize. Stability criterion:
204 The last |window_size| samples of energy rate do not deviate from
209 energy rate to still be considered stable.
211 energy rate.
212 window_size Number of energy rate samples required to
220 True if energy rate stabilized before timeout
    [all...]
  /external/iproute2/examples/
SYN-DoS.rate.limit 4 # this script shows how one can rate limit incoming SYNs
31 # 960 bits (approximately 1kbit); so we rate limit below
36 police rate 1kbit burst 40 mtu 9k drop flowid :1
  /external/valgrind/callgrind/tests/
filter_stderr 20 perl -p -e 's/((I1|D1|LL|LLi|LLd) *(misses|miss rate):)[ 0-9,()+rdw%\.]*$/\1/' |
22 # Remove numbers from "Branches:", "Mispredicts:, and "Mispred rate:" lines
23 perl -p -e 's/((Branches|Mispredicts|Mispred rate):)[ 0-9,()+condi%\.]*$/\1/' |
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACLongtest.txt 28 for rate in ${TARGETRATE[*]}
31 $ISAC -I $rate -FL 30 $INDIR/"$file" $OUTDIR/i30_$index1"$file" >> $LOGFILE
32 $ISAC -I $rate -FL 60 $INDIR/"$file" $OUTDIR/i60_$index1"$file" >> $LOGFILE
  /hardware/bsp/intel/peripheral/libupm/src/hmtrp/
hmtrp.h 139 * Sets up proper tty I/O modes and the baud rate. The default
140 * baud rate is 9,600 (B9600).
142 * @param baud Desired baud rate.
155 * Resets the device to default parameters, except for the UART baud rate
165 * @param dataRate TX/RX bit rate
169 * @param uartBaud UART baud rate
185 * Sets the RF data transmission rate. Valid values are between
188 * @param rate Radio transmission rate in baud (1,200-115,200)
191 bool setRFDataRate(uint32_t rate);
    [all...]
  /system/extras/sound/
playwav.c 38 int pcm_play(unsigned rate, unsigned channels,
60 config.sample_rate = rate;
137 void play_file(unsigned rate, unsigned channels,
150 pcm_play(rate, channels, fill_buffer, 0);
156 unsigned rate, channels; local
193 int wav_rec(const char *fn, unsigned channels, unsigned rate)
210 hdr.sample_rate = rate;
336 unsigned rate = 44100; local
349 } else if (!strcmp(argv[0],"-rate")) {
353 fprintf(stderr,"playwav: -rate requires a parameter\n")
    [all...]
  /device/asus/fugu/
video_isv_profile.xml 60 <FRCRate input="15" rate="2"/>
61 <FRCRate input="25" rate="2"/>
62 <FRCRate input="30" rate="2"/>
63 <FRCRate input="24" rate="2.5"/>
  /device/google/dragon/audio/hal/
cras_dsp_module.h 20 /* Initializes the module for a given sampling rate. To change
21 * the sampling rate, deinstantiate() must be called before
24 * sample_rate - The sampling rate for the audio data, like 44100.
42 * based on the sampling rate and the input control ports values and not
  /external/autotest/client/cros/chameleon/
chameleon_usb_audio.py 16 'file_type', 'sample_format', 'channel' and 'rate'.
22 'rate': 48000
44 'file_type', 'sample_format', 'channel' and 'rate'.
50 'rate': 48000
  /external/autotest/client/site_tests/graphics_GLBench/
control 37 - fill rate
40 -Z reject rate
41 -triangle rate
45 - blend rate

Completed in 2207 milliseconds

1 2 3 4 5 67 8 91011>>