Searched defs:x_start_offset (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/loudness/dsp/core/
H A Dinterpolator_base-inl.h65 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset, argument
68 return Initialize(x_start_offset,
75 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset, argument
81 float time_offset = x_start_offset;
88 x_start_offset_ = x_start_offset;

Completed in 683 milliseconds