Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DInterpolator.h78 switch (mInterpolatorType) { in findY()
113 if (mInterpolatorType == InterpolatorType::CUBIC_MONOTONIC) { in findY()
194 return mInterpolatorType; in getInterpolatorType()
204 mInterpolatorType = interpolatorType; in setInterpolatorType()
240 config->type = mInterpolatorType; in writeToConfig()
292 ss << "Interpolator{mInterpolatorType=" << media::toString(mInterpolatorType); in toString()
322 InterpolatorType mInterpolatorType; variable
/frameworks/base/media/java/android/media/
DVolumeShaper.java431 private final int mInterpolatorType; field in VolumeShaper.Configuration
446 + ", mInterpolatorType = " + mInterpolatorType in toString()
457 mOptionFlags, mDurationMs, mInterpolatorType, in hashCode()
474 && mInterpolatorType == other.mInterpolatorType in equals()
505 parcelable.type = interpolatorTypeToAidl(mInterpolatorType); in toInterpolatorParcelable()
663 mInterpolatorType = 0; in Configuration()
686 mInterpolatorType = interpolatorType; in Configuration()
712 return mInterpolatorType; in getInterpolatorType()
870 private int mInterpolatorType = INTERPOLATOR_TYPE_CUBIC; field in VolumeShaper.Configuration.Builder
892 mInterpolatorType = configuration.getInterpolatorType(); in Builder()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt31810 Landroid/media/VolumeShaper$Configuration$Builder;->mInterpolatorType:I