Home
last modified time | relevance | path

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

/aosp12/frameworks/av/include/media/
H A 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=" << static_cast<int32_t>(mInterpolatorType); in toString()
322 InterpolatorType mInterpolatorType; variable
/aosp12/frameworks/base/media/java/android/media/
H A 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
933 mInterpolatorType = interpolatorType; in setInterpolatorType()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34688 Landroid/media/VolumeShaper$Configuration$Builder;->mInterpolatorType:I