HomeSort by relevance Sort by last modified time
    Searched refs:InterpolatorType (Results 1 - 5 of 5) sorted by null

  /frameworks/av/include/media/
Interpolator.h 43 enum InterpolatorType : int32_t {
52 InterpolatorType interpolatorType = INTERPOLATOR_TYPE_LINEAR,
57 setInterpolatorType(interpolatorType);
199 InterpolatorType getInterpolatorType() const {
203 status_t setInterpolatorType(InterpolatorType interpolatorType) {
204 switch (interpolatorType) {
210 mInterpolatorType = interpolatorType;
213 ALOGE("invalid interpolatorType: %d", interpolatorType)
    [all...]
VolumeShaper.h 124 using InterpolatorType = Interpolator<S, T>::InterpolatorType;
    [all...]
  /frameworks/base/media/java/android/media/
VolumeShaper.java 272 // These values must match the native InterpolatorType enumeration.
281 public @interface InterpolatorType {}
309 // These values must match the native VolumeShaper::Configuration::InterpolatorType
509 final int interpolatorType = p.readInt();
525 interpolatorType,
572 @InterpolatorType int interpolatorType,
579 mInterpolatorType = interpolatorType;
604 public @InterpolatorType int getInterpolatorType() {
812 * @param interpolatorType method of interpolation used for the volume curve
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp     [all...]
  /frameworks/base/media/jni/
android_media_VolumeShaper.h 121 (VolumeShaper::Configuration::InterpolatorType)

Completed in 77 milliseconds