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

1 2 3 4 5 6 78 91011>>

  /external/autotest/client/site_tests/graphics_GLBench/
control.bvt-cq 43 - fill rate
46 -Z reject rate
47 -triangle rate
51 - blend rate
control.hwqual 41 - fill rate
44 -Z reject rate
45 -triangle rate
49 - blend rate
  /external/iproute2/man/man8/
tc-hfsc.8 28 \fBrate\fR : rate
  /external/iptables/extensions/
libxt_limit.c 28 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n"
44 int parse_rate(const char *rate, uint32_t *val)
50 delim = strchr(rate, '/');
66 r = atoi(rate);
73 * The rate maps to infinity. (1/day is the minimum they can
76 xtables_error(PARAMETER_PROBLEM, "Rate too fast \"%s\"\n", rate);
92 "Sorry: burst too large for that avg rate.\n");
104 "bad rate \"%s\"'", cb->arg);
  /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/kernel-headers/original/uapi/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/libopus/
celt_sources.mk 17 celt/rate.c \
  /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;
  /external/sonic/
Main.java 25 float rate,
40 sonic.setRate(rate);
65 float rate = 1.0f; local
79 runSonic(stream, line, speed, pitch, rate, volume, emulateChordPitch, quality,
  /external/webrtc/webrtc/common_audio/vad/
vad_unittest.cc 29 // Returns true if the rate and frame length combination is valid.
30 bool VadTest::ValidRatesAndFrameLengths(int rate, size_t frame_length) {
31 if (rate == 8000) {
36 } else if (rate == 16000) {
41 } else if (rate == 32000) {
46 } else if (rate == 48000) {
101 // Invalid sampling rate
108 // Loop through sampling rate and frame length combinations
130 // This test verifies valid and invalid rate/frame_length combinations. We
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t.h 26 // Allowed combinations of sample rate, frame size, and bit rate are
39 // rate, in bits/s.
43 // If true, the encoder will dynamically adjust frame size and bit rate;
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus_unittest.cc 90 // Set the minimum rate.
93 // Set the maximum rate.
97 for (int rate = 1000; rate <= 32000; rate += 1000) {
98 encoder_->SetTargetBitrate(rate);
99 EXPECT_EQ(rate, encoder_->GetTargetBitrate());
116 // Sets the packet loss rate to each number in the vector in turn, and verifies
117 // that the loss rate as reported by the encoder is |expected_return| for all
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
plotDetection.m 8 %fs: The sample rate of the signal in Hertz.
readPCM.m 10 %fs: The signal sample rate in Hertz.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.h 19 // A rate control implementation based on additive increases of
36 // estimate. Should be used to decide if we should reduce the rate further
48 // the current rate control state, the current target bitrate and the incoming
50 // additively or multiplicatively depending on the rate control region. When
  /frameworks/base/media/java/android/media/
MediaTimestamp.java 21 * and the system time. It contains the media clock rate, together with the media timestamp
55 * Get the rate of the media clock in relation to the system time.
73 MediaTimestamp(long mediaUs, long systemNs, float rate) {
76 clockRate = rate;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
groveehr.js 27 // Load heart rate sensor module
29 // Instantiate a Grove Ear-clip Heart Rate sensor on digital pin D2
48 // output milliseconds passed, beat count, and computed heart rate
50 " Heart Rate: " + hr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_limit.h 11 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_limit.h 11 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 184 status_t setPlaybackSettings(const AudioPlaybackRate& rate)
188 data.writeFloat(rate.mSpeed);
189 data.writeFloat(rate.mPitch);
190 data.writeInt32((int32_t)rate.mFallbackMode);
191 data.writeInt32((int32_t)rate.mStretchMode);
196 status_t getPlaybackSettings(AudioPlaybackRate* rate /* nonnull */)
203 *rate = AUDIO_PLAYBACK_RATE_DEFAULT;
204 rate->mSpeed = reply.readFloat();
205 rate->mPitch = reply.readFloat();
206 rate->mFallbackMode = (AudioTimestretchFallbackMode)reply.readInt32()
524 AudioPlaybackRate rate = AUDIO_PLAYBACK_RATE_DEFAULT; local
534 AudioPlaybackRate rate = AUDIO_PLAYBACK_RATE_DEFAULT; local
    [all...]
  /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...]
  /device/google/contexthub/firmware/inc/
sensors.h 132 uint32_t rate; member in struct:SensorSetRateEvent
158 bool (*sensorFirmwareUpload)(void *); /* -> SENSOR_INTERNAL_EVT_FW_STATE_CHG (rate or 0 if fail) */
159 bool (*sensorSetRate)(uint32_t rate, uint64_t latency, void *);
160 /* -> SENSOR_INTERNAL_EVT_RATE_CHG (rate) */
190 sampling rate. In this case, the sensorSendOneDirectEvt callback will be
199 If NULL, the expectation is that rate is not applicable/configurable, and
216 * Sensor rate is encoded as a 32-bit integer as number of samples it can
259 bool sensorRequest(uint32_t clientTid, uint32_t sensorHandle, uint32_t rate, uint64_t latency);
277 uint32_t rate; local
279 while ((rate = *supportedRates++) != 0)
    [all...]
  /packages/services/Car/service/src/com/android/car/hal/
SensorHalService.java 172 public synchronized boolean requestSensorStart(int sensorType, int rate) {
177 //TODO calculate sampling rate properly
178 mHal.subscribeProperty(this, config.getProp(), fixSamplingRateForProperty(config, rate));
204 float rate = 1.0f; local
208 rate = 10f;
211 rate = 5f;
216 if (rate > prop.getSampleRateMax()) {
217 rate = prop.getSampleRateMax();
219 if (rate < prop.getSampleRateMin()) {
220 rate = prop.getSampleRateMin()
    [all...]

Completed in 2084 milliseconds

1 2 3 4 5 6 78 91011>>