OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_constant
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/media/audio/
audio_power_monitor.h
38
// |sample_rate| is the audio signal sample rate (Hz). |
time_constant
|
42
AudioPowerMonitor(int sample_rate, const base::TimeDelta&
time_constant
);
68
// |sample_rate| and |
time_constant
|.
audio_power_monitor.cc
19
int sample_rate, const base::TimeDelta&
time_constant
)
21
1.0f - expf(-1.0f / (sample_rate *
time_constant
.InSecondsF()))) {
/external/chromium_org/media/cast/common/
clock_drift_smoother.h
18
// |
time_constant
| is the amount of time an impulse signal takes to decay by
22
explicit ClockDriftSmoother(base::TimeDelta
time_constant
);
clock_drift_smoother.cc
12
ClockDriftSmoother::ClockDriftSmoother(base::TimeDelta
time_constant
)
13
: time_constant_(
time_constant
),
/external/iproute2/misc/
rtacct.c
41
int
time_constant
= 0;
variable
324
if (interval >=
time_constant
) {
374
scan_interval/1000,
time_constant
/1000);
464
if (sscanf(optarg, "%d", &
time_constant
) != 1 ||
465
time_constant
<= 0) {
511
if (
time_constant
== 0)
512
time_constant
= 60;
513
time_constant
*= 1000;
514
W = 1 - 1/exp(log(10)*(double)scan_interval/
time_constant
);
ifstat.c
43
int
time_constant
= 0;
variable
458
if (interval >=
time_constant
) {
493
getpid(), (unsigned long)random(), scan_interval/1000,
time_constant
/1000);
621
time_constant
= atoi(optarg);
622
if (
time_constant
<= 0) {
646
if (
time_constant
== 0)
647
time_constant
= 60;
648
time_constant
*= 1000;
649
W = 1 - 1/exp(log(10)*(double)scan_interval/
time_constant
);
nstat.c
38
int
time_constant
= 0;
variable
344
if (interval >=
time_constant
) {
378
getpid(), (unsigned long)random(), scan_interval/1000,
time_constant
/1000);
475
if (sscanf(optarg, "%d", &
time_constant
) != 1 ||
476
time_constant
<= 0) {
500
if (
time_constant
== 0)
501
time_constant
= 60;
502
time_constant
*= 1000;
503
W = 1 - 1/exp(log(10)*(double)scan_interval/
time_constant
);
Completed in 2244 milliseconds