Searched defs:mInterpolatorType (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DInterpolator.h84 switch (mInterpolatorType) {
119 if (mInterpolatorType == INTERPOLATOR_TYPE_CUBIC_MONOTONIC) {
200 return mInterpolatorType;
210 mInterpolatorType = interpolatorType;
242 status_t res = parcel->writeInt32(mInterpolatorType)
297 ss << "Interpolator{mInterpolatorType=" << static_cast<int32_t>(mInterpolatorType);
327 InterpolatorType mInterpolatorType; member in class:android::Interpolator
/frameworks/base/media/java/android/media/
H A DVolumeShaper.java423 private final int mInterpolatorType; field in class:VolumeShaper.Configuration
436 + ", mInterpolatorType = " + mInterpolatorType
447 mOptionFlags, mDurationMs, mInterpolatorType,
464 && mInterpolatorType == other.mInterpolatorType
483 dest.writeInt(mInterpolatorType);
556 mInterpolatorType = 0;
578 mInterpolatorType = interpolatorType;
604 return mInterpolatorType;
762 private int mInterpolatorType = INTERPOLATOR_TYPE_CUBIC; field in class:VolumeShaper.Configuration.Builder
[all...]

Completed in 94 milliseconds