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

  /frameworks/av/include/media/
Interpolator.h 57 setInterpolatorType(interpolatorType);
203 status_t setInterpolatorType(InterpolatorType interpolatorType) {
267 ?: setInterpolatorType((InterpolatorType)type);
  /cts/tests/tests/media/src/android/media/cts/
VolumeShaperTest.java 72 .setInterpolatorType(VolumeShaper.Configuration.INTERPOLATOR_TYPE_LINEAR)
81 .setInterpolatorType(VolumeShaper.Configuration.INTERPOLATOR_TYPE_LINEAR)
111 .setInterpolatorType(VolumeShaper.Configuration.INTERPOLATOR_TYPE_LINEAR)
121 .setInterpolatorType(VolumeShaper.Configuration.INTERPOLATOR_TYPE_STEP)
141 .setInterpolatorType(VolumeShaper.Configuration.INTERPOLATOR_TYPE_CUBIC_MONOTONIC)
149 .setInterpolatorType(VolumeShaper.Configuration.INTERPOLATOR_TYPE_CUBIC)
400 .setInterpolatorType(-1)
    [all...]

Completed in 53 milliseconds