Home
last modified time | relevance | path

Searched refs:mInterpolatorType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/
DInterpolator.h84 switch (mInterpolatorType) { in findY()
119 if (mInterpolatorType == INTERPOLATOR_TYPE_CUBIC_MONOTONIC) { in findY()
200 return mInterpolatorType; in getInterpolatorType()
210 mInterpolatorType = interpolatorType; in setInterpolatorType()
242 status_t res = parcel->writeInt32(mInterpolatorType) in writeToParcel()
297 ss << "Interpolator{mInterpolatorType=" << static_cast<int32_t>(mInterpolatorType); in toString()
327 InterpolatorType mInterpolatorType; variable
/frameworks/base/media/java/android/media/
DVolumeShaper.java429 private final int mInterpolatorType; field in VolumeShaper.Configuration
444 + ", mInterpolatorType = " + mInterpolatorType in toString()
455 mOptionFlags, mDurationMs, mInterpolatorType, in hashCode()
472 && mInterpolatorType == other.mInterpolatorType in equals()
491 dest.writeInt(mInterpolatorType); in writeToParcel()
564 mInterpolatorType = 0; in Configuration()
587 mInterpolatorType = interpolatorType; in Configuration()
613 return mInterpolatorType; in getInterpolatorType()
771 private int mInterpolatorType = INTERPOLATOR_TYPE_CUBIC; field in VolumeShaper.Configuration.Builder
793 mInterpolatorType = configuration.getInterpolatorType(); in Builder()
[all …]