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

1 2 3 4 5 6 7 891011>>

  /external/iproute2/tc/
q_cbq.c 29 fprintf(stderr, "Usage: ... cbq bandwidth BPS rate BPS maxburst PKTS [ avpkt BYTES ]\n");
31 fprintf(stderr, " [ allot BYTES ] [ mpu BYTES ] [ weight RATE ]\n");
67 matches(*argv, "rate") == 0) {
69 if (get_rate(&r.rate, *argv)) {
141 if (r.rate == 0) {
155 fprintf(stderr, "CBQ: failed to calculate rate table.\n");
162 lss.maxidle = tc_calc_xmittime(r.rate, avpkt);
206 if (matches(*argv, "rate") == 0) {
208 if (get_rate(&r.rate, *argv)) {
209 explain1("rate");
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 265 int rate; local
417 dc_quant >> (xd->bd - 5), &rate, &dist);
420 dc_quant >> 3, &rate, &dist);
424 dc_quant >> 3, &rate, &dist);
429 *out_rate_sum = rate >> 1;
439 ac_quant >> (xd->bd - 5), &rate, &dist);
442 ac_quant >> 3, &rate, &dist);
446 ac_quant >> 3, &rate, &dist);
449 *out_rate_sum += rate;
461 int rate; local
700 int rate; local
877 int rate; member in struct:estimate_block_intra_args
895 int rate; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 56 public MockOrientationEventListener(Context context, int rate) {
57 super(context, rate);
  /device/google/contexthub/util/sensortest/
sensortest.cpp 28 int32_t rate; member in struct:SensorConfig
125 .rate = atoi(argv[currArgumentIndex+2]),
133 .rate = atoi(argv[currArgumentIndex+2]),
158 .rate = atoi(argv[currArgumentIndex+2]),
166 .rate = atoi(argv[currArgumentIndex+2]),
217 mSensorConfigList[i].rate, mSensorConfigList[i].reportLatency) < 0) {
218 printf("Unable to register sensor %d with rate %d and report latency %d\n", mSensorConfigList[i].listIndex,
219 mSensorConfigList[i].rate, mSensorConfigList[i].reportLatency);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
GeneticAlgorithm.java 43 /** the rate of crossover for the algorithm. */
49 /** the rate of mutation for the algorithm. */
60 * @param crossoverRate The crossover rate as a percentage (0-1 inclusive)
62 * @param mutationRate The mutation rate as a percentage (0-1 inclusive)
186 * Returns the crossover rate.
187 * @return crossover rate
202 * Returns the mutation rate.
203 * @return mutation rate
  /external/iptables/extensions/
libxt_limit.man 1 This module matches at a limited rate using a token bucket filter.
11 Maximum average matching rate: specified as a number, with an optional
  /external/libnl/include/netlink/route/
tc.h 30 RTNL_TC_RATE_BPS, /**< Current bits/s (rate estimator) */
31 RTNL_TC_RATE_PPS, /**< Current packet/s (rate estimator) */
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MovieHeaderBox.java 40 private double rate = 1.0; field in class:MovieHeaderBox
76 return rate;
116 rate = IsoTypeReader.readFixedPoint1616(content);
148 result.append("rate=").append(getRate());
176 IsoTypeWriter.writeFixedPont1616(byteBuffer, rate);
215 public void setRate(double rate) {
216 this.rate = rate;
  /external/webrtc/webrtc/common_audio/vad/
vad_unittest.h 44 // Returns true if the rate and frame length combination is valid.
45 bool ValidRatesAndFrameLengths(int rate, size_t frame_length);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics.h 21 // window_size = window size in ms for the rate estimation
29 uint32_t Rate(int64_t now_ms);
aimd_rate_control.cc 105 // Set the initial bit rate value to what we're receiving the first half
122 // Only update delay factor and incoming bit rate. We always want to react
153 // Calculate the max bit rate std dev given the normalized
154 // variance and the current incoming bit rate.
189 // Set bit rate to something slightly lower than max
194 // Avoid increasing the rate when over-using.
221 // Allow changing the bit rate if we are operating at very low rates
222 // Don't change the bit rate if the send side is too far off
268 // Estimate the max bit rate variance and normalize the variance
269 // with the average max bit rate
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
media_optimization.h 53 // fraction_lost - packet loss rate in % in the network.
55 // min_bit_rate - the bit rate of the end-point with lowest rate.
56 // max_bit_rate - the bit rate of the end-point with highest rate.
69 // Lets the sender suspend video when the rate drops below
70 // |threshold_bps|, and turns back on when the rate goes back up above
82 // InputFrameRate 0 = no frame rate estimate available.
qm_select.cc 234 // |user_frame_rate| is the target frame rate for VPM frame dropper.
239 // Update rate data after every encoded frame.
263 // Sum the target bitrate: this is the encoder rate from previous update
271 // Sum the sequence rate mismatch:
272 // Mismatch here is based on the difference between the target rate
273 // used (in previous ~1sec) and the average actual encoding rate measured
279 // To check for consistent under(+)/over_shooting(-) of target rate.
282 // Update with the current new target and frame rate:
295 // Select the resolution factors: frame size and frame rate change (qm scales).
302 // temporal/frame rate reduction by 1/2 and 2/3
    [all...]
media_optimization.cc 30 // Get the FEC code rate for Key frames (set to 0 when NA).
33 // Get the FEC code rate for Delta frames (set to 0 when NA).
201 // Get frame rate for encoder: this is the actual/sent frame rate.
209 // Update frame rate for the loss protection logic class: frame rate should
210 // be the actual/sent rate.
226 // Rate cost of the protection methods.
271 // Source coding rate: total rate - protection overhead
    [all...]
  /frameworks/av/media/libstagefright/omx/
FrameDropper.h 29 // No frames will be dropped until a valid max frame rate is set.
35 // Returns false if max frame rate has not been set via setMaxFrameRate.
  /hardware/intel/img/psb_video/fw/topazhp/
topazhp_bin.c 110 FW_MASTER_H264_NO_RC, //!< H264 with no rate control
114 FW_MASTER_H264_LLRC, //!< H264 low-latency rate control
116 FW_MASTER_H263_NO_RC, //!< H263 with no rate control
119 FW_MASTER_MPEG4_NO_RC, //!< MPEG4 with no rate control
122 FW_MASTER_MPEG2_NO_RC, //!< MPEG2 with no rate control
125 FW_MASTER_H264MVC_NO_RC, //!< MVC H264 with no rate control
128 FW_MASTER_H264MVC_LLRC, //!< MVC H264 low-latency rate control
342 FW_MASTER_INFO(H264_NO_RC, H264),//FW_MASTER_H264_NO_RC, //!< H264 with no rate control
346 FW_MASTER_INFO(H264_LLRC, H264LLRC),//FW_MASTER_H264_LLRC, //!< H264 low-latency rate control
348 FW_MASTER_INFO(H263_NO_RC, H263),//FW_MASTER_H263_NO_RC, //!< H263 with no rate contro
    [all...]
  /external/iproute2/man/man8/
tc-fq.8 16 RATE ] [
31 An application can specify a maximum pacing rate using the
34 respect rate limitation set by TCP stack.
62 The initial sending rate credit, i.e. the amount of bytes a new flow is allowed
67 Maximum sending rate of a flow. Default is unlimited.
  /external/opencv3/samples/cpp/
autofocus.cpp 62 double rate; member in struct:FocusState
68 return os << "RATE=" << state.rate << "\tSTEP="
82 state.rate = 0;
127 * Rate frame from 0/blury/ to 1/sharp/.
147 static int correctFocus(bool lastSucceeded, FocusState & state, double rate)
151 cout << "RATE=" << rate << endl;
154 double rateDelta = rate - state.rate;
405 double rate = rateFrame(frame); local
    [all...]
  /external/kernel-headers/original/uapi/linux/
ip_vs.h 170 __u32 cps; /* current connection rate */
171 __u32 inpps; /* current in packet rate */
172 __u32 outpps; /* current out packet rate */
173 __u32 inbps; /* current in byte rate */
174 __u32 outbps; /* current out byte rate */
433 IPVS_STATS_ATTR_CPS, /* current connection rate */
434 IPVS_STATS_ATTR_INPPS, /* current in packet rate */
435 IPVS_STATS_ATTR_OUTPPS, /* current out packet rate */
436 IPVS_STATS_ATTR_INBPS, /* current in byte rate */
437 IPVS_STATS_ATTR_OUTBPS, /* current out byte rate */
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
and_constructor.c 310 // Set Gyro Sample Rate in MPL in micro seconds
313 // Set Gyro Sample Rate in MPL in micro seconds
316 // Set Compass Sample Rate in MPL in micro seconds
319 // Set Accel Sample Rate in MPL in micro seconds
332 // Set Gyro Sample Rate in MPL in micro seconds
335 // Set Gyro Sample Rate in MPL in micro seconds
338 // Set Compass Sample Rate in MPL in micro seconds
341 // Set Accel Sample Rate in MPL in micro seconds
349 // set compass sample rate in MPL in micro seconds
351 // set accel sample rate in MPL in micro second
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorManager.java 62 * For this sensor, rate in {@link #registerListener(CarSensorEventListener, int, int)} will be
131 /** Read sensor in default normal rate set for each sensors. This is default rate. */
135 /** Read sensor at the maximum rate. Actual rate will be different depending on the sensor. */
184 * updated depending on the rate.
194 * @param rate how fast the sensor events are delivered. It should be one of
195 * {@link #SENSOR_RATE_FASTEST} or {@link #SENSOR_RATE_NORMAL}. Rate may not be respected
200 * @throws IllegalArgumentException for wrong argument like wrong rate
206 int rate) throws CarNotConnectedException, IllegalArgumentException
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ip_vs.h 138 __u32 cps; /* current connection rate */
139 __u32 inpps; /* current in packet rate */
140 __u32 outpps; /* current out packet rate */
141 __u32 inbps; /* current in byte rate */
142 __u32 outbps; /* current out byte rate */
385 IPVS_STATS_ATTR_CPS, /* current connection rate */
386 IPVS_STATS_ATTR_INPPS, /* current in packet rate */
387 IPVS_STATS_ATTR_OUTPPS, /* current out packet rate */
388 IPVS_STATS_ATTR_INBPS, /* current in byte rate */
389 IPVS_STATS_ATTR_OUTBPS, /* current out byte rate */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ip_vs.h 159 __u32 cps; /* current connection rate */
160 __u32 inpps; /* current in packet rate */
161 __u32 outpps; /* current out packet rate */
162 __u32 inbps; /* current in byte rate */
163 __u32 outbps; /* current out byte rate */
409 IPVS_STATS_ATTR_CPS, /* current connection rate */
410 IPVS_STATS_ATTR_INPPS, /* current in packet rate */
411 IPVS_STATS_ATTR_OUTPPS, /* current out packet rate */
412 IPVS_STATS_ATTR_INBPS, /* current in byte rate */
413 IPVS_STATS_ATTR_OUTBPS, /* current out byte rate */
    [all...]
  /external/libnl/lib/route/
tc.c 362 * Calculate time required to transmit buffer at a specific rate
364 * @arg rate Transmit rate in bytes per second.
367 * specific buffer at a specific transmit rate.
370 * txtime=\frac{bufsize}{rate}10^6
375 int rtnl_tc_calc_txtime(int bufsize, int rate)
379 tx_time_secs = (double) bufsize / (double) rate;
385 * Calculate buffer size able to transmit in a specific time and rate.
387 * @arg rate Transmit rate in bytes per second
    [all...]
  /device/google/contexthub/firmware/src/
sensors.c 35 #define SENSOR_RATE_IMPOSSIBLE 0xFFFFFFF3UL /* used in rate calc to indicate impossible combinations */
74 uint32_t rate; member in struct:SensorsClientRequest
261 static bool sensorCallFuncSetRate(struct Sensor* s, uint32_t rate, uint64_t latency)
264 INVOKE_AS_OWNER_AND_RETURN(LOCAL_APP_OPS(s)->sensorSetRate, rate, latency, s->callData);
272 evt->externalSetRateEvt.rate = rate;
394 /* simple rate change - > do it, there is nothing we can do if this fails, so we ignore the immediate errors :( */
434 osLog(LOG_WARN, "Bad rate 0x%08" PRIX32 " for sensor %u", extraReqedRate, s->si->sensorType);
450 /* skip an instance of a removed rate if one was given */
451 if (req->rate == removedRate)
    [all...]

Completed in 2198 milliseconds

1 2 3 4 5 6 7 891011>>