Searched defs:INTERPOLATOR_TYPE_LINEAR (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DInterpolator.h45 INTERPOLATOR_TYPE_LINEAR, // C0
52 InterpolatorType interpolatorType = INTERPOLATOR_TYPE_LINEAR,
87 case INTERPOLATOR_TYPE_LINEAR:
206 case INTERPOLATOR_TYPE_LINEAR: // C0
51 Interpolator( InterpolatorType interpolatorType = INTERPOLATOR_TYPE_LINEAR, bool cache = true) argument
/frameworks/base/media/java/android/media/
H A DVolumeShaper.java275 INTERPOLATOR_TYPE_LINEAR,
290 public static final int INTERPOLATOR_TYPE_LINEAR = 1; field in class:VolumeShaper.Configuration
351 .setInterpolatorType(INTERPOLATOR_TYPE_LINEAR)
751 * .setInterpolatorType(VolumeShaper.Configuration.INTERPOLATOR_TYPE_LINEAR)
813 * {@link #INTERPOLATOR_TYPE_LINEAR},
822 case INTERPOLATOR_TYPE_LINEAR:

Completed in 235 milliseconds