Searched defs:durationSeconds (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp86 int32_t durationSeconds; local
90 durationSeconds = argParser.getDurationSeconds();
94 durationSeconds = 2; // just wait briefly when quiet
110 for (int second = 0; second < durationSeconds; second++) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFlingAnimationUtils.java172 float durationSeconds = startGradient * diff / velAbs;
174 if (durationSeconds <= maxLengthSeconds) {
179 durationSeconds = maxLengthSeconds;
181 = new VelocityInterpolator(durationSeconds, velAbs, diff);
188 durationSeconds = maxLengthSeconds;
191 mAnimatorProperties.duration = (long) (durationSeconds * 1000);
258 float durationSeconds = startGradient * diff / velAbs;
259 if (durationSeconds <= maxLengthSeconds) {
265 durationSeconds = maxLengthSeconds;
267 = new VelocityInterpolator(durationSeconds, velAb
335 VelocityInterpolator(float durationSeconds, float velocity, float diff) argument
[all...]
/frameworks/wilhelm/tools/permute/
H A Dpermute.c212 double durationSeconds = (double) sfinfo_in.frames / (double) sfinfo_in.samplerate; local
217 s.mSegmentMax = durationSeconds / meanSegmentLengthSeconds;

Completed in 256 milliseconds