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

  /external/replicaisland/src/com/replica/replicaisland/
Interpolator.java 25 public class Interpolator extends AllocationGuard {
31 public Interpolator() {
  /frameworks/av/include/media/
Interpolator.h 29 #define LOG_TAG "Interpolator"
34 * A general purpose spline interpolator class which takes a set of points
39 class Interpolator : public std::map<S, T> {
51 explicit Interpolator(
297 ss << "Interpolator{mInterpolatorType=" << static_cast<int32_t>(mInterpolatorType);
336 }; // Interpolator

Completed in 1296 milliseconds