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

1 2 34 5 6 7 8 91011>>

  /external/iproute2/man/man8/
tc-htb.8 21 .B ] htb rate
22 rate
24 rate
115 rate rate
116 Maximum rate this class and all its children are guaranteed. Mandatory.
119 ceil rate
120 Maximum rate at which a class can send, if its parent has bandwidth to spare.
121 Defaults to the configured rate, which implies no borrowing
128 .B rate
    [all...]
tc-tbf.8 5 .B tc qdisc ... tbf rate
6 rate
16 rate
30 itself, although packets are available, to ensure that the configured rate is not exceeded.
35 case, data is on average dequeued at the configured rate but may be sent much faster at millisecond
47 in one go. Tokens arrive at a steady rate, until the bucket is full.
73 bucket, the rate and possibly the peakrate (if set). These two parameters
80 if you want to reach your configured rate!
83 The minimum buffer size can be calculated by dividing the rate by HZ.
96 rate
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
qm_select_data.h 35 // Threshold on rate mismatch.
45 // Factor for transitional rate for going back up in resolution.
50 // Threshold on packet loss rate, above which favor resolution reduction.
56 // Maximum possible transitional rate for down-sampling:
70 // Frame rate scale for maximum transition rate.
78 // Scale for transitional rate: based on content class
104 // Threshold on the target rate relative to transitional rate.
109 // rate = 0/1/2, for target rate state relative to transition rate
    [all...]
qm_select.h 90 kTwoThirdsTemporal, // 2/3 frame rate reduction
91 kOneHalfTemporal, // 1/2 frame rate reduction
109 kStableEncoding, // Low rate mis-match, stable buffer levels.
110 kStressedEncoding, // Significant over-shooting of target rate,
112 kEasyEncoding // Significant under-shooting of target rate.
146 // Get the frame rate level.
161 // Image type and frame rate leve, for the current encoder resolution.
181 // Reset rate quantities and counters after every SelectResolution() call.
200 // Update with actual bit rate (size of the latest encoded frame)
204 // Update with new target bitrate, actual encoder sent rate, frame_rate
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
RampAnimator.java 25 * a given variable rate until it reaches a particular target value.
53 * If this is the first time the property is being set or if the rate is 0,
57 * @param rate The convergence rate in units per second, or 0 to set the value immediately.
60 public boolean animateTo(int target, int rate) {
62 if (mFirstTime || rate <= 0) {
81 // Adjust the rate based on the closest target.
82 // If a faster rate is specified, then use the new rate so that we converge
84 // If a slower rate is specified, then use the new rate only if the curren
    [all...]
  /external/autotest/client/cros/audio/
sox_utils.py 12 def _raw_format_args(channels, bits, rate):
16 args += ['-r', str(rate)]
20 filename, channels=2, bits=16, rate=48000, duration=None, frequence=440,
27 @param rate: The sampling rate.
33 args += _raw_format_args(channels, bits, rate)
49 def noise_profile_cmd(input, output, channels=1, bits=16, rate=48000):
56 @param rate: The sampling rate.
59 args += _raw_format_args(channels, bits, rate)
    [all...]
  /external/autotest/server/cros/network/
netperf_session.py 46 """Warm up a rate controller on the client or server.
48 WiFi "warms up" in that rate controllers dynamically adjust to
53 We'll say that a rate controller is warmed up if a small sample of
57 @param warmup_client: bool True iff we should warmup the client rate
58 controller. Otherwise we warm up the server rate controller.
63 # Each station only controls its own transmission TX rate.
64 logging.info('Warming up the client WiFi rate controller.')
67 logging.info('Warming up the server WiFi rate controller.')
86 logging.info('Rate controller is warmed.')
  /external/sonic/
main.c 22 float rate,
35 sonicSetRate(stream, rate);
65 " -r rate -- Set playback rate. 2.0 means 2X faster, and 2X pitch.\n"
79 float rate = 1.0f; local
102 rate = atof(argv[xArg]);
103 printf("Setting rate to %0.2fX\n", rate);
134 runSonic(inFile, outFile, speed, pitch, rate, volume, emulateChordPitch, quality,
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Headphone_Coeffs.h 28 /* Stereo Enhancer coefficients for 8000 Hz sample rate, scaled with 0.161258 */
42 /* Stereo Enhancer coefficients for 11025Hz sample rate, scaled with 0.162943 */
56 /* Stereo Enhancer coefficients for 12000Hz sample rate, scaled with 0.162191 */
70 /* Stereo Enhancer coefficients for 16000Hz sample rate, scaled with 0.162371 */
84 /* Stereo Enhancer coefficients for 22050Hz sample rate, scaled with 0.160781 */
98 /* Stereo Enhancer coefficients for 24000Hz sample rate, scaled with 0.161882 */
112 /* Stereo Enhancer coefficients for 32000Hz sample rate, scaled with 0.160322 */
126 /* Stereo Enhancer coefficients for 44100Hz sample rate, scaled with 0.163834 */
140 /* Stereo Enhancer coefficients for 48000Hz sample rate, scaled with 0.164402 */
162 #define LVCS_STEREODELAY_CS_8KHZ 93 /* Sample rate 8kS/s *
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_linuxaudiodev.py 35 size, enc, rate, nchannels, extra = sunaudio.gethdr(fp)
52 self.dev.setparameters(rate, 16, nchannels, fmt)
59 rate = 8000
64 self.assertEqual(err.args[0], "expected rate >= 0, not -1")
66 self.dev.setparameters(rate, -2, nchannels, fmt)
70 self.dev.setparameters(rate, size, 3, fmt)
74 self.dev.setparameters(rate, size, nchannels, 177)
78 self.dev.setparameters(rate, size, nchannels, linuxaudiodev.AFMT_U16_LE)
83 self.dev.setparameters(rate, 16, nchannels, fmt)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_linuxaudiodev.py 35 size, enc, rate, nchannels, extra = sunaudio.gethdr(fp)
52 self.dev.setparameters(rate, 16, nchannels, fmt)
59 rate = 8000
64 self.assertEqual(err.args[0], "expected rate >= 0, not -1")
66 self.dev.setparameters(rate, -2, nchannels, fmt)
70 self.dev.setparameters(rate, size, 3, fmt)
74 self.dev.setparameters(rate, size, nchannels, 177)
78 self.dev.setparameters(rate, size, nchannels, linuxaudiodev.AFMT_U16_LE)
83 self.dev.setparameters(rate, 16, nchannels, fmt)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linuxaudiodev.py 35 size, enc, rate, nchannels, extra = sunaudio.gethdr(fp)
52 self.dev.setparameters(rate, 16, nchannels, fmt)
59 rate = 8000
64 self.assertEqual(err.args[0], "expected rate >= 0, not -1")
66 self.dev.setparameters(rate, -2, nchannels, fmt)
70 self.dev.setparameters(rate, size, 3, fmt)
74 self.dev.setparameters(rate, size, nchannels, 177)
78 self.dev.setparameters(rate, size, nchannels, linuxaudiodev.AFMT_U16_LE)
83 self.dev.setparameters(rate, 16, nchannels, fmt)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linuxaudiodev.py 35 size, enc, rate, nchannels, extra = sunaudio.gethdr(fp)
52 self.dev.setparameters(rate, 16, nchannels, fmt)
59 rate = 8000
64 self.assertEqual(err.args[0], "expected rate >= 0, not -1")
66 self.dev.setparameters(rate, -2, nchannels, fmt)
70 self.dev.setparameters(rate, size, 3, fmt)
74 self.dev.setparameters(rate, size, nchannels, 177)
78 self.dev.setparameters(rate, size, nchannels, linuxaudiodev.AFMT_U16_LE)
83 self.dev.setparameters(rate, 16, nchannels, fmt)
  /docs/source.android.com/src/devices/audio/
src.jd 1 page.title=Sample Rate Conversion
32 for a generic definition of sample rate conversion, also known as "resampling."
34 See <a href="terminology.html#srcTerms">Sample Rate Conversion</a> for related terminology.
38 Sample rate conversion is the process of changing a
39 stream of discrete samples at one sample rate to another stream at
40 another sample rate. A sample rate converter, or resampler, is a module
41 that implements sample rate conversion. With respect to the resampler,
48 For example, an MP3 file may be encoded at 44.1 kHz sample rate and
51 output audio from 44.1 kHz source sample rate to a 48 kHz sink sample rat
    [all...]
  /external/iproute2/misc/
ifstat.c 63 double rate[MAXS]; member in struct:ifstat_ent
139 memset(&n->rate, 0, sizeof(n->rate));
213 unsigned rate; local
224 if (sscanf(p, "%u", &rate) != 1)
226 n->rate[i] = rate;
257 double *rates = n->rate;
265 rates = h1->rate;
345 fprintf(fp, "%8s/%-6s ", "RX Pkts", "Rate");
    [all...]
  /external/iproute2/tc/
q_netem.c 43 " [ rate RATE [PACKETOVERHEAD] [CELLSIZE] [CELLOVERHEAD]]\n");
182 struct tc_netem_rate rate; local
191 memset(&rate, 0, sizeof(rate));
404 } else if (matches(*argv, "rate") == 0) {
408 explain1("rate");
413 if (get_s32(&rate.packet_overhead, *argv, 0)) {
414 explain1("rate");
420 if (get_u32(&rate.cell_size, *argv, 0))
545 const struct tc_netem_rate *rate = NULL; local
    [all...]
  /external/libnl/lib/route/sch/
htb.c 117 rtnl_copy_ratespec(&d->ch_rate, &opts.rate);
119 d->ch_rbuffer = rtnl_tc_calc_bufsize(opts.buffer, opts.rate.rate);
120 d->ch_cbuffer = rtnl_tc_calc_bufsize(opts.cbuffer, opts.ceil.rate);
122 d->ch_overhead = (opts.rate.mpu >> 8) & 0xff;
123 d->ch_mpu = opts.rate.mpu & 0xff;
172 nl_dump(p, " rate %.2f%s/s (%.0f%s) log %u",
255 static uint8_t compute_cell(uint32_t rate, uint32_t mtu)
293 rtnl_rcopy_ratespec(&opts.rate, &d->ch_rate);
295 if (opts.rate.cell_log == UINT8_MAX
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 31 // Maximum number of rate updates (i.e., calls to encoder to change bitrate
32 // and/or frame rate) for the current tests.
58 // The sequence of bitrate and frame rate changes for the encoder, the frame
68 // Metrics for the rate control. The rate mismatch metrics are defined as
70 // rate update is made to the encoder, for the encoder to reach within
71 // |kPercTargetvsActualMismatch| of new target rate. The metrics are defined for
72 // each rate update sequence.
96 // (PSNR and SSIM) and rate control metrics are computed to verify that the
97 // quality and encoder response is acceptable. The rate control tests allow u
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioRecordHelper.java 40 for (int rate : SAMPLE_RATES_HZ) {
41 tmpBufferSize = AudioRecord.getMinBufferSize(rate, CHANNEL, ENCODING);
42 AudioRecord testAudioRecord = new AudioRecord(source, rate, CHANNEL, ENCODING,
46 tmpSampleRate = rate;
58 Log.d(TAG, "Sample rate = " + sampleRate + "Hz, Source = "
118 * Returns the sample rate for this recorder.
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 68 const uint32_t rate) override {
70 EXPECT_EQ(test_rate, rate) <<
71 "The rate should be 64K for this payloadType";
191 (voice_codec.rate < 0) ? 0 : voice_codec.rate));
193 voice_codec.rate = test_rate;
199 (voice_codec.rate < 0) ? 0 : voice_codec.rate));
224 (voice_codec.rate < 0) ? 0 : voice_codec.rate));
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_mvs.h 50 /*The MVS VOC rate type is used to identify the rate of QCELP 13K(IS733),
54 MVS_VOC_8_RATE, /* 1/8 rate */
55 MVS_VOC_4_RATE, /* 1/4 rate */
56 MVS_VOC_2_RATE, /* 1/2 rate */
57 MVS_VOC_1_RATE,/* Full rate */
  /frameworks/av/media/libstagefright/data/
media_codecs_google_audio.xml 21 <Limit name="sample-rate" ranges="8000,11025,12000,16000,22050,24000,32000,44100,48000" />
26 <Limit name="sample-rate" ranges="8000" />
31 <Limit name="sample-rate" ranges="16000" />
36 <Limit name="sample-rate" ranges="7350,8000,11025,12000,16000,22050,24000,32000,44100,48000" />
41 <Limit name="sample-rate" ranges="8000-48000" />
46 <Limit name="sample-rate" ranges="8000-48000" />
51 <Limit name="sample-rate" ranges="8000-96000" />
56 <Limit name="sample-rate" ranges="48000" />
61 <Limit name="sample-rate" ranges="8000-96000" />
68 <Limit name="sample-rate" ranges="8000,11025,12000,16000,22050,24000,32000,44100,48000" /
    [all...]
  /system/media/alsa_utils/
alsa_device_proxy.c 61 if (config->rate != 0 && profile_is_sample_rate_valid(profile, config->rate)) {
62 proxy->alsa_config.rate = config->rate;
64 ALOGW("Invalid sample rate %u - using default %u.",
65 config->rate, profile->default_config.rate);
66 proxy->alsa_config.rate = profile->default_config.rate;
80 profile_get_period_size(proxy->profile, proxy->alsa_config.rate);
    [all...]
  /external/libavc/encoder/
ih264e_rate_control.c 27 * Contains api function definitions for h264 rate control
119 * This function initializes rate control context and variables
122 * This function initializes rate control type, source and target frame rate,
127 * Handle to rate control api
139 * Maximum frame rate
142 * Source frame rate
145 * Target frame rate
148 * Rate control type
151 * Average bit rate
    [all...]
ih264e_time_stamp.c 235 /* for src rate control state structure */
262 * Source frame rate
265 * Target frame rate
316 * that the source frame rate is greater that target frame rate.
425 /* for src rate control state structure */
446 * max target frame rate the vop_time increment resolution is set
447 * so as to support all the frame rates below max frame rate.
454 * Maximum frame rate
457 * Source frame rate
    [all...]

Completed in 997 milliseconds

1 2 34 5 6 7 8 91011>>