Home
last modified time | relevance | path

Searched refs:interpolatorType (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/
DInterpolator.h46 InterpolatorType interpolatorType = InterpolatorType::CUBIC,
51 setInterpolatorType(interpolatorType); in mCache()
197 status_t setInterpolatorType(InterpolatorType interpolatorType) { in setInterpolatorType() argument
198 switch (interpolatorType) { in setInterpolatorType()
204 mInterpolatorType = interpolatorType; in setInterpolatorType()
207 ALOGE("invalid interpolatorType: %d", static_cast<int>(interpolatorType)); in setInterpolatorType()
/frameworks/base/media/java/android/media/
DVolumeShaper.java526 final int interpolatorType = interpolatorTypeFromAidl( in fromParcelable() local
546 interpolatorType, in fromParcelable()
679 @InterpolatorType int interpolatorType, in Configuration() argument
686 mInterpolatorType = interpolatorType; in Configuration()
927 public @NonNull Builder setInterpolatorType(@InterpolatorType int interpolatorType) { in setInterpolatorType() argument
928 switch (interpolatorType) { in setInterpolatorType()
933 mInterpolatorType = interpolatorType; in setInterpolatorType()
937 + interpolatorType); in setInterpolatorType()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...