Searched refs:InterpolatorType (Results 1 – 7 of 7) sorted by relevance
43 using InterpolatorType = media::InterpolatorType;46 InterpolatorType interpolatorType = InterpolatorType::CUBIC,79 case InterpolatorType::STEP: in findY()81 case InterpolatorType::LINEAR: in findY()84 case InterpolatorType::CUBIC: in findY()85 case InterpolatorType::CUBIC_MONOTONIC: in findY()113 if (mInterpolatorType == InterpolatorType::CUBIC_MONOTONIC) { in findY()193 InterpolatorType getInterpolatorType() const { in getInterpolatorType()197 status_t setInterpolatorType(InterpolatorType interpolatorType) { in setInterpolatorType()199 case InterpolatorType::STEP: // Not continuous in setInterpolatorType()[all …]
129 using InterpolatorType = Interpolator<S, T>::InterpolatorType; variable
19 import android.media.InterpolatorType;25 InterpolatorType type = InterpolatorType.CUBIC;
24 enum InterpolatorType { enum
283 public @interface InterpolatorType {} annotation in VolumeShaper.Configuration565 private static @InterpolatorType566 int interpolatorTypeFromAidl(@android.media.InterpolatorType int aidl) { in interpolatorTypeFromAidl()568 case android.media.InterpolatorType.STEP: in interpolatorTypeFromAidl()570 case android.media.InterpolatorType.LINEAR: in interpolatorTypeFromAidl()572 case android.media.InterpolatorType.CUBIC: in interpolatorTypeFromAidl()574 case android.media.InterpolatorType.CUBIC_MONOTONIC: in interpolatorTypeFromAidl()581 private static @android.media.InterpolatorType582 int interpolatorTypeToAidl(@InterpolatorType int type) { in interpolatorTypeToAidl()585 return android.media.InterpolatorType.STEP; in interpolatorTypeToAidl()[all …]
46 "aidl/android/media/InterpolatorType.aidl",
121 (VolumeShaper::Configuration::InterpolatorType) in convertJobjectToConfiguration()