HomeSort by relevance Sort by last modified time
    Searched full:timeconstant (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
AudioUtilities.cpp 52 double discreteTimeConstantForSampleRate(double timeConstant, double sampleRate)
56 return 1.0 - pow(1.0 / 2.718282, 1.0 / (sampleRate * timeConstant));
AudioUtilities.h 36 // timeConstant is the time it takes a first-order linear time-invariant system
39 double discreteTimeConstantForSampleRate(double timeConstant, double sampleRate);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_SetTimeConstant.c 35 /* Tc_millisec - TimeConstant i.e time required in milli second to */
LVC_Mixer_VarSlope_SetTimeConstant.c 36 /* Tc_millisec - TimeConstant i.e time required in milli second to */
  /external/quake/quake/src/WinQuake/
snd_dos.cpp 60 int timeconstant=-1; variable
80 if (timeconstant != -1)
81 Con_Printf("timeconstant=%d\n", timeconstant);
232 timeconstant = 65536-(256000000/(shm->channels*shm->speed));
234 WriteDSP(timeconstant>>8);
250 timeconstant = 65536-(256000000/(shm->channels*shm->speed));
252 WriteDSP(timeconstant>>8);
  /external/iproute2/man/man8/
tc-cbq-details.8 56 interval timeconstant
381 estimator interval timeconstant
tc-cbq.8 58 interval timeconstant
298 estimator interval timeconstant
tc-prio.8 16 interval timeconstant
  /device/samsung/manta/gps/
gpsd 

Completed in 144 milliseconds