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

  /frameworks/av/media/libeffects/loudness/dsp/core/
interpolator_base-inl.h 31 InterpolatorBase<T, Algorithm>::InterpolatorBase() {
45 InterpolatorBase<T, Algorithm>::~InterpolatorBase() {
53 bool InterpolatorBase<T, Algorithm>::Initialize(const vector<T> &x_data,
57 LoggerError("InterpolatorBase::Initialize: xData size (%d) != yData size"
65 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset,
75 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset,
96 bool InterpolatorBase<T, Algorithm>::Initialize(
113 ALOGE("InterpolatorBase::Initialize: xData are not ordered or
    [all...]
interpolator_base.h 41 class InterpolatorBase {
43 InterpolatorBase();
44 ~InterpolatorBase();
103 LE_FX_DISALLOW_COPY_AND_ASSIGN(InterpolatorBase);

Completed in 46 milliseconds