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

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ossaudiodev.py 29 rate = au.getframerate()
40 return (data, rate, 16, nchannels)
44 def play_sound_file(self, data, rate, ssize, nchannels):
75 expected_time = float(len(data)) / (ssize//8) / nchannels / rate
78 dsp.setparameters(AFMT_S16_NE, nchannels, rate)
101 (fmt, channels, rate) = config
104 dsp.speed(rate) == rate):
112 result = dsp.setparameters(fmt, channels, rate, False)
113 self.assertEqual(result, (fmt, channels, rate),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ossaudiodev.py 29 rate = au.getframerate()
40 return (data, rate, 16, nchannels)
44 def play_sound_file(self, data, rate, ssize, nchannels):
75 expected_time = float(len(data)) / (ssize//8) / nchannels / rate
78 dsp.setparameters(AFMT_S16_NE, nchannels, rate)
101 (fmt, channels, rate) = config
104 dsp.speed(rate) == rate):
112 result = dsp.setparameters(fmt, channels, rate, False)
113 self.assertEqual(result, (fmt, channels, rate),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCScheduleE5500.td 75 [30, 2, 2], // Latency= 4..26, Repeat rate= 4..26
81 [20, 2, 2], // Latency= 4..16, Repeat rate= 4..16
86 [11], // Latency = 7, Repeat rate = 1
90 [11, 2, 2], // Latency = 7, Repeat rate = 7
95 [9, 2, 2], // Latency = 4..7, Repeat rate = 2..4
101 [8, 2, 2], // Latency = 4, Repeat rate = 1
107 [8, 2, 2], // Latency = 4, Repeat rate = 1
123 [6, 2, 2], // Latency = 2, Repeat rate = 2
128 [5, 2, 2], // Latency = 1, Repeat rate = 1
133 [6, 2, 2], // Latency = 2, Repeat rate =
    [all...]
  /device/htc/flounder/
media_codecs_performance.xml 20 <Limit name="measured-frame-rate-320x240" range="202-253" /> <!-- N=152 v98%=1.5 -->
21 <Limit name="measured-frame-rate-720x480" range="85-85" /> <!-- N=152 v97%=1.2 -->
23 <Limit name="measured-frame-rate-1280x720" range="79-79" /> <!-- N=152 v93%=1.1 -->
25 <Limit name="measured-frame-rate-1920x1080" range="37-37" /> <!-- N=152 v93%=1.1 -->
28 <Limit name="measured-frame-rate-320x180" range="188-208" /> <!-- N=146 v98%=1.2 -->
29 <Limit name="measured-frame-rate-640x360" range="91-108" /> <!-- N=146 v98%=1.3 -->
30 <Limit name="measured-frame-rate-1280x720" range="68-68" /> <!-- N=144 v98%=1.2 -->
31 <Limit name="measured-frame-rate-1920x1080" range="31-31" /> <!-- N=143 v98%=1.2 -->
34 <Limit name="measured-frame-rate-176x144" range="473-473" /> <!-- N=150 v98%=1.6 -->
38 <Limit name="measured-frame-rate-320x240" range="199-211" /> <!-- N=168 v98%=2.0 --
    [all...]
  /external/autotest/client/site_tests/audio_CRASFormatConversion/
audio_CRASFormatConversion.py 25 def play_sine_tone(self, frequence, rate):
29 rate: the sampling rate.
33 filename='-', rate=rate, frequence=frequence, gain=-6),
36 cras_utils.playback_cmd(playback_file='-', rate=rate),
51 tones (the 440 and 523 Hz sine wave) at the specified sampling rate.
55 @param primary: The first sample rate, HW will be set to this.
56 @param secondary: The second sample rate, will be SRC'd to the first
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/other/
expectations_other.json 23 "pass rate": "0.88",
28 "pass rate": "0.88",
33 "pass rate": "0.65",
38 "pass rate": "0.88",
43 "pass rate": "0.88",
65 "pass rate": "0.88",
83 "pass rate": "0.88",
88 "pass rate": "0.88",
93 "pass rate": "0.88",
98 "pass rate": "0.88"
    [all...]
  /external/iproute2/tc/
q_htb.c 36 " r2q DRR quantums are computed as rate in Bps/r2q {10}\n"
39 "... class add ... htb rate R1 [burst B1] [mpu B] [overhead O]\n"
42 " rate rate allocated to this class (class can still borrow)\n"
44 " mpu minimum packet size used in rate computations\n"
45 " overhead per-packet size overhead used in rate computations\n"
47 " ceil definite upper class rate (no borrows) {rate}\n"
49 " mtu max packet size we create rate map for {1600}\n"
189 } else if (strcmp(*argv, "rate") == 0)
    [all...]
tc_core.h 21 unsigned tc_calc_xmittime(__u64 rate, unsigned size);
22 unsigned tc_calc_xmitsize(__u64 rate, unsigned ticks);
q_tbf.c 28 fprintf(stderr, "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n");
123 } else if (strcmp(*argv, "rate") == 0) {
126 fprintf(stderr, "tbf: duplicate \"rate\" specification\n");
130 explain1("rate", *argv);
177 fprintf(stderr, "tbf: the \"rate\" parameter is mandatory.\n");
201 opt.rate.rate = (rate64 >= (1ULL << 32)) ? ~0U : rate64;
202 opt.peakrate.rate = (prate64 >= (1ULL << 32)) ? ~0U : prate64;
214 opt.rate.mpu = mpu;
215 opt.rate.overhead = overhead
    [all...]
  /frameworks/wilhelm/src/itf/
IRatePitch.c 22 static SLresult IRatePitch_SetRate(SLRatePitchItf self, SLpermille rate)
27 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
31 thiz->mRate = rate;
49 SLpermille rate = thiz->mRate; local
51 *pRate = rate;
IVisualization.c 23 slVisualizationCallback callback, void *pContext, SLmilliHertz rate)
27 if (!(0 < rate && rate <= 20000)) {
34 thiz->mRate = rate;
IPlaybackRate.c 22 static SLresult IPlaybackRate_SetRate(SLPlaybackRateItf self, SLpermille rate)
28 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
36 result = android_audioPlayer_setPlaybackRateAndConstraints(ap, rate, thiz->mProperties);
44 thiz->mRate = rate;
62 SLpermille rate = thiz->mRate; local
64 *pRate = rate;
128 SLpermille rate, SLuint32 *pCapabilities)
138 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate))
    [all...]
  /frameworks/base/core/java/android/speech/tts/
EventLogTags.logtags 5 76001 tts_speak_success (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1),(engine_latency|2|3),(engine_total|2|3),(audio_latency|2|3)
6 76002 tts_speak_failure (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 26 // Rate targetting variables
56 int max_frame_bandwidth; // Maximum burst rate allowed for a frame.
96 // to be enforced for rate control:
103 // depending on the usage to set the rate control encode parameters desired.
111 // The majority of rate control parameters are only expected
123 // Post encode update of the rate control parameters based
127 // Post encode update of the rate control parameters for dropped frames
130 // Updates rate correction factors
131 // Changes only the rate correction factors in the rate control structure
    [all...]
  /external/iptables/extensions/
libxt_rateest.man 1 The rate estimator can match on estimated rates as collected by the RATEEST
2 target. It supports matching on absolute bps/pps values, comparing two rate
3 estimators and matching on the difference between two rate estimators.
19 \fBrateest1\fP \fIoperator\fP \fBrateest2\fP \fBrateest-bps\fP(without rate!)
21 \fBrateest1\fP \fIoperator\fP \fBrateest2\fP \fBrateest-pps\fP(without rate!)
32 between the estimator-determined flow rate and the static value chosen with the
33 BPS/PPS options. If the flow rate is higher than the specified BPS/PPS, 0 will
38 Match if rate is less than given rate/estimator.
41 Match if rate is greater than given rate/estimator
    [all...]
  /device/huawei/angler/
media_codecs_performance.xml 20 <Limit name="measured-frame-rate-176x144" range="322-322" /> <!-- N=128 v98%=1.6 -->
22 <Limit name="measured-frame-rate-352x288" range="155-173" /> <!-- N=128 -->
25 <Limit name="measured-frame-rate-320x240" range="194-194" /> <!-- N=127 v98%=1.9 -->
27 <Limit name="measured-frame-rate-720x480" range="44-86" /> <!-- N=128 -->
29 <Limit name="measured-frame-rate-1280x720" range="31-47" /> <!-- N=128 -->
31 <Limit name="measured-frame-rate-1920x1080" range="15-22" /> <!-- N=128 -->
35 <Limit name="measured-frame-rate-320x240" range="204-224" /> <!-- N=136 -->
37 <Limit name="measured-frame-rate-720x480" range="43-84" /> <!-- N=136 -->
39 <Limit name="measured-frame-rate-1280x720" range="31-40" /> <!-- N=136 -->
41 <Limit name="measured-frame-rate-1920x1080" range="15-22" /> <!-- N=134 --
    [all...]
  /external/autotest/client/cros/chameleon/
usb_controller.py 30 'rate'. For e.g.,
35 'rate': 48000
47 'rate'. For e.g.,
52 'rate': 48000
  /external/iproute2/testsuite/tests/tc/
policer.t 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
  /external/libavc/encoder/
ih264e_time_stamp.h 51 /* common time base(=LCM) between source and target frame rate (in ticks)*/
79 * 2) Decide the vop_time_incr based on the source frame rate
113 /* This variable is set to 1 if we scale max frame rate by a factor of 2.
114 For mpeg4 standard, we just have 16bits and we can't accommodate more than 60000 as frame rate.
140 * Source frame rate
143 * Target frame rate
166 * that the source frame rate is greater that target frame rate.
198 * max target frame rate the vop_time increment resolution is set
199 * so as to support all the frame rates below max frame rate
    [all...]
irc_fixed_point_error_bits.c 37 /* Max tgt frm rate so that dynamic change in frm rate can be handled */
40 /* Cur frm rate */
43 /* tgt frame rate*/
46 /* tgt frm rate increment */
52 /* Bitrate/frame rate value added over a period */
74 /* For src rate control state structure */
129 * When current tgt frm rate is equal or greater than max tgt frame rate
165 * @brief Change the frame rate parameter for the error bits stat
    [all...]
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.h 22 // for keeping track of when to drop frames to avoid bit rate
23 // over use when the encoder can't keep its bit rate.
37 // if we want to reach a given frame rate. Must be
58 // Sets the target bit rate and the frame rate produced by
62 // - bitRate : The target bit rate
65 // Return value : The current average frame rate produced
  /hardware/bsp/intel/peripheral/libupm/src/groveehr/
groveehr.h 33 * @brief Grove Ear-clip Heart Rate Sensor library
41 * @comname Grove Ear-clip Heart Rate Sensor
46 * @brief API for the Grove Ear-clip Heart Rate Sensor
48 * UPM module for the Grove ear-clip heart rate sensor. It is used to measure your
49 * heart rate.
107 * Computes the heart rate
109 * @return Computed heart rate
  /external/iproute2/examples/
cbqinit.eth1 18 # rate == all the bandwidth
21 # est 1sec 8sec means, that kernel will evaluate average rate
23 # This rate is viewed with "tc -s class ls dev $DEVICE"
26 $BANDWIDTH rate 10Mbit allot 1514 maxburst 50 avpkt 1000
31 # "rate". It is not necessary, weight=1 will work as well.
36 $BANDWIDTH rate 4Mbit allot 1514 weight 500Kbit \
48 $BANDWIDTH rate 1Mbit allot 1514 weight 100Kbit \
56 $BANDWIDTH rate 100Kbit allot 1514 weight 10Mbit \
64 rate 5Mbit $BANDWIDTH allot 1514b avpkt 1000 \
74 rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000 weight 10Kbit
    [all...]
  /external/libnl/lib/route/sch/
tbf.c 75 tbf->qt_mpu = opts.rate.mpu;
77 rtnl_copy_ratespec(&tbf->qt_rate, &opts.rate);
80 opts.rate.rate);
86 opts.peakrate.rate);
114 nl_dump(p, " rate %.2f%s/s (%.0f%s) limit %.2f%s",
131 nl_dump(p, "mpu %u rate-bucket-size %1.f%s "
132 "rate-cell-size %.1f%s\n",
147 nl_dump_line(p, " peak-rate %.2f%s/s (%.0f%s) "
175 rtnl_rcopy_ratespec(&opts.rate, &tbf->qt_rate)
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics_unittest.cc 27 EXPECT_EQ(0u, stats_.Rate(now_ms));
30 EXPECT_EQ(24000u, stats_.Rate(now_ms));
33 EXPECT_EQ(0u, stats_.Rate(now_ms));
41 EXPECT_NEAR(1200000u, stats_.Rate(now_ms), 24000u);
48 EXPECT_EQ(0u, stats_.Rate(now_ms));
55 uint32_t bitrate = stats_.Rate(now_ms);
60 uint32_t new_bitrate = stats_.Rate(now_ms);
74 bitrate = stats_.Rate(now_ms);
80 uint32_t new_bitrate = stats_.Rate(now_ms);
94 EXPECT_EQ(0u, stats_.Rate(now_ms))
    [all...]

Completed in 1055 milliseconds

1 23 4 5 6 7 8 91011>>