OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rate
(Results
526 - 550
of
3459
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/grub/netboot/
timer.h
38
/* Timers tick over at this
rate
*/
/external/iproute2/examples/diffserv/
ef-prio
13
print "$TC qdisc add $DEV parent 2:1 tbf
rate
$efrate burst $MTU limit 1.6kB\n";
/external/iproute2/tc/
q_choke.c
41
unsigned
rate
= 0;
local
59
if (get_rate(&
rate
, *argv)) {
106
if (!
rate
|| !opt.limit) {
148
wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt,
rate
, sbuf);
/external/iptables/include/linux/netfilter/
xt_hashlimit.h
8
/* 1/10,000 sec period => max of 10,000/sec. Min
rate
is then 429490
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireSphere.java
109
float
rate
= FastMath.TWO_PI / (float) samples;
local
115
angle +=
rate
;
123
angle +=
rate
;
142
angle +=
rate
;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglSmoothingTimer.java
56
//frame
rate
parameters.
123
* <code>getFrameRate</code> returns the current frame
rate
since the last
126
* @return the current frame
rate
.
137
* <code>update</code> recalulates the frame
rate
based on the previous
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestOgreComplexAnim.java
54
private float
rate
= 1;
field in class:TestOgreComplexAnim
121
angle += tpf *
rate
;
124
rate
= -1;
127
rate
= 1;
/external/kernel-headers/original/asm-mips/
timex.h
16
* This is the clock
rate
of the i8253 PIT. A MIPS system may not have
/external/kernel-headers/original/linux/
tegra_audio.h
30
int
rate
;
member in struct:tegra_audio_in_config
/external/libgsm/man/
gsm_explode.3
31
standard for full-
rate
speech transcoding.
/external/libvorbis/test/
write_read.h
19
* specified sample
rate
. Assumes a single channel of audio. */
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp
41
TInt
rate
= aRate;
42
while(GetSampleRate(
rate
) == KErrNotFound)
44
++
rate
;
46
return
rate
;
/external/valgrind/main/cachegrind/tests/
filter_stderr
14
perl -p -e 's/((I1|D1|LL|LLi|LLd) *(misses|miss
rate
):)[ 0-9,()+rdw%\.]*$/\1/' |
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Tables.c
29
/* Sample
rate
table */
34
* Sample
rate
table for converting between the enumerated type and the actual
49
/* Sample
rate
inverse table */
54
* Sample
rate
table for converting between the enumerated type and the actual
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c
35
/* Initialises the stereo enhancement module based on the sample
rate
. */
40
/* if the sample
rate
or speaker type has changed. */
67
* If the sample
rate
or speaker type has changed update the filters
73
* Set the filter coefficients based on the sample
rate
/frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h
35
#define VO_PID_AUDIO_SAMPLEREATE (VO_PID_AUDIO_BASE | 0X0002) /*!< The sample
rate
of audio */
37
#define VO_PID_AUDIO_BITRATE (VO_PID_AUDIO_BASE | 0X0004) /*!< The bit
rate
of audio */
94
VO_S32 SampleRate; /*!< Sample
rate
*/
104
VO_AUDIO_FORMAT Format; /*!< Sample
rate
*/
/frameworks/av/services/audioflinger/
Configuration.h
35
// uncomment to allow fast tracks at non-native sample
rate
/frameworks/base/core/java/android/animation/
TimeInterpolator.java
20
* A time interpolator defines the
rate
of change of an animation. This allows animations
/frameworks/base/core/java/android/view/animation/
AccelerateDecelerateInterpolator.java
23
* An interpolator where the
rate
of change starts and ends slowly but
CycleInterpolator.java
25
*
rate
of change follows a sinusoidal pattern.
Interpolator.java
22
* An interpolator defines the
rate
of change of an animation. This allows
/frameworks/base/core/res/res/raw-es/
nodomain.html
18
<li>Asegú
rate
de que tu dispositivo disponga de señal y de una conexión de datos.</li>
/frameworks/base/docs/html/training/location/
receive-location-updates.jd
363
This method sets the
rate
in milliseconds at which your app prefers to receive location
365
receive updates at this
rate
.
373
This method sets the <b>fastest</b>
rate
in milliseconds at which your app can handle
374
location updates. You need to set this
rate
because other apps also affect the
rate
375
at which updates are sent. Location Services sends out updates at the fastest
rate
that any
378
If this
rate
is faster than your app can handle, you may encounter problems with UI flicker
381
to set an upper limit to the update
rate
.
385
also helps to save power. When you request a preferred update
rate
by calling
387
and a maximum
rate
by callin
[
all
...]
/frameworks/native/include/android/
sensor.h
223
* Sets the delivery
rate
of events in microseconds for the given sensor.
225
*
rate
. It is an error to set a
rate
inferior to the value returned by
280
* constant
rate
, but rather only when a new data is available.
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11e.h
61
uint32 min_data_rate; /* Minimum Data
Rate
(bps) */
62
uint32 mean_data_rate; /* Mean Data
Rate
(bps) */
63
uint32 peak_data_rate; /* Peak Data
Rate
(bps) */
66
uint32 min_phy_rate; /* Minimum PHY
Rate
(bps) */
Completed in 1240 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>