Searched defs:inc (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libaudioprocessing/
H A DAudioResampler.cpp74 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) { argument
75 *frac += inc;
599 // r9 inc
719 // r9 inc
H A DAudioMixer.cpp556 const float inc = (newVolume - *pPrevVolume) / ramp; // could be inf, nan, subnormal local
559 if (isnormal(inc) // inc must be a normal number (no subnormals, infinite, nan)
560 && maxv + inc != maxv) { // inc must make forward progress
561 *pVolumeInc = inc;
587 const int32_t inc = ((intVolume << 16) - *pIntPrevVolume) / ramp; local
589 if (inc != 0) { // inc must make forward progress
590 *pIntVolumeInc = inc;
[all...]
/frameworks/base/core/java/android/text/
H A DLayout.java1952 public static float nextDefaultStop(float h, int inc) { argument
1953 return ((int) ((h + inc) / inc)) * inc;
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 160 milliseconds