Home
last modified time | relevance | path

Searched refs:mInterpolatorType (Results 1 – 3 of 3) 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.java430 private final int mInterpolatorType; field in VolumeShaper.Configuration
445 + ", mInterpolatorType = " + mInterpolatorType in toString()
456 mOptionFlags, mDurationMs, mInterpolatorType, in hashCode()
473 && mInterpolatorType == other.mInterpolatorType in equals()
492 dest.writeInt(mInterpolatorType); in writeToParcel()
565 mInterpolatorType = 0; in Configuration()
588 mInterpolatorType = interpolatorType; in Configuration()
614 return mInterpolatorType; in getInterpolatorType()
772 private int mInterpolatorType = INTERPOLATOR_TYPE_CUBIC; field in VolumeShaper.Configuration.Builder
794 mInterpolatorType = configuration.getInterpolatorType(); in Builder()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45020 Landroid/media/VolumeShaper$Configuration$Builder;->mInterpolatorType:I