Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DInterpolator.h52 InterpolatorType interpolatorType = INTERPOLATOR_TYPE_LINEAR,
57 setInterpolatorType(interpolatorType); in mCache()
203 status_t setInterpolatorType(InterpolatorType interpolatorType) { in setInterpolatorType() argument
204 switch (interpolatorType) { in setInterpolatorType()
210 mInterpolatorType = interpolatorType; in setInterpolatorType()
213 ALOGE("invalid interpolatorType: %d", interpolatorType); in setInterpolatorType()
/frameworks/base/media/java/android/media/
DVolumeShaper.java508 final int interpolatorType = p.readInt();
524 interpolatorType,
571 @InterpolatorType int interpolatorType, in Configuration() argument
578 mInterpolatorType = interpolatorType; in Configuration()
819 public @NonNull Builder setInterpolatorType(@InterpolatorType int interpolatorType) { in setInterpolatorType() argument
820 switch (interpolatorType) { in setInterpolatorType()
825 mInterpolatorType = interpolatorType; in setInterpolatorType()
829 + interpolatorType); in setInterpolatorType()