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.java516 final int interpolatorType = p.readInt();
532 interpolatorType,
580 @InterpolatorType int interpolatorType, in Configuration() argument
587 mInterpolatorType = interpolatorType; in Configuration()
828 public @NonNull Builder setInterpolatorType(@InterpolatorType int interpolatorType) { in setInterpolatorType() argument
829 switch (interpolatorType) { in setInterpolatorType()
834 mInterpolatorType = interpolatorType; in setInterpolatorType()
838 + interpolatorType); in setInterpolatorType()