Searched refs:InterpolatorType (Results 1 – 4 of 4) sorted by relevance
43 enum InterpolatorType : int32_t { enum52 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;
125 using InterpolatorType = Interpolator<S, T>::InterpolatorType; variable
280 public @interface InterpolatorType {} annotation in VolumeShaper.Configuration571 @InterpolatorType int interpolatorType, in Configuration()603 public @InterpolatorType int getInterpolatorType() { in getInterpolatorType()819 public @NonNull Builder setInterpolatorType(@InterpolatorType int interpolatorType) { in setInterpolatorType()
119 (VolumeShaper::Configuration::InterpolatorType) in convertJobjectToConfiguration()