Searched defs:time_constant (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/audio/
H A Daudio_power_monitor.cc19 int sample_rate, const base::TimeDelta& time_constant)
21 1.0f - expf(-1.0f / (sample_rate * time_constant.InSecondsF()))) {
18 AudioPowerMonitor( int sample_rate, const base::TimeDelta& time_constant) argument
/external/chromium_org/media/cast/base/
H A Dclock_drift_smoother.cc12 ClockDriftSmoother::ClockDriftSmoother(base::TimeDelta time_constant) argument
13 : time_constant_(time_constant),
/external/iproute2/misc/
H A Dnstat.c38 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);
H A Drtacct.c41 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);
H A Difstat.c43 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);

Completed in 138 milliseconds