Home
last modified time | relevance | path

Searched refs:InterpolatorType (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/media/
DInterpolator.h43 enum InterpolatorType : int32_t { enum
52 InterpolatorType interpolatorType = INTERPOLATOR_TYPE_LINEAR,
199 InterpolatorType getInterpolatorType() const { in getInterpolatorType()
203 status_t setInterpolatorType(InterpolatorType interpolatorType) { in setInterpolatorType()
267 ?: setInterpolatorType((InterpolatorType)type); in readFromParcel()
327 InterpolatorType mInterpolatorType;
DVolumeShaper.h124 using InterpolatorType = Interpolator<S, T>::InterpolatorType; variable
/frameworks/base/media/java/android/media/
DVolumeShaper.java281 public @interface InterpolatorType {} annotation in VolumeShaper.Configuration
580 @InterpolatorType int interpolatorType, in Configuration()
612 public @InterpolatorType int getInterpolatorType() { in getInterpolatorType()
828 public @NonNull Builder setInterpolatorType(@InterpolatorType int interpolatorType) { in setInterpolatorType()
/frameworks/base/media/jni/
Dandroid_media_VolumeShaper.h121 (VolumeShaper::Configuration::InterpolatorType) in convertJobjectToConfiguration()