HomeSort by relevance Sort by last modified time
    Searched refs:mStepSize (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
SinWaveFilter.java 35 private float mStepSize = 0.05f;
61 mValue += mStepSize;
  /frameworks/av/media/mtp/
MtpProperty.cpp 166 if (!readValue(packet, mStepSize)) return false;
211 writeValue(packet, mStepSize);
245 mStepSize.u.i8 = step;
250 mStepSize.u.u8 = step;
255 mStepSize.u.i16 = step;
260 mStepSize.u.u16 = step;
265 mStepSize.u.i32 = step;
270 mStepSize.u.u32 = step;
275 mStepSize.u.i64 = step;
280 mStepSize.u.u64 = step
    [all...]
MtpProperty.h 70 MtpPropertyValue mStepSize;
  /external/chromium_org/ui/android/java/src/org/chromium/ui/interpolators/
BakedBezierInterpolator.java 131 private final float mStepSize;
139 mStepSize = 1.f / (mValues.length - 1);
156 float quantized = position * mStepSize;
158 float weight = difference / mStepSize;
  /frameworks/wilhelm/src/itf/
IPlaybackRate.c 166 SLpermille stepSize = thiz->mStepSize;
199 thiz->mStepSize = 0;
  /frameworks/wilhelm/src/
itfstruct.h 491 SLpermille mStepSize;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 747 milliseconds