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

  /frameworks/av/media/libstagefright/
ClockEstimator.cpp 29 WindowedLinearFitEstimator::WindowedLinearFitEstimator(
41 WindowedLinearFitEstimator::LinearFit::LinearFit() {
45 void WindowedLinearFitEstimator::LinearFit::reset() {
49 double WindowedLinearFitEstimator::LinearFit::size() const {
59 void WindowedLinearFitEstimator::LinearFit::add(double x, double y, double w) {
68 void WindowedLinearFitEstimator::LinearFit::combine(const LinearFit &lf) {
77 void WindowedLinearFitEstimator::LinearFit::scale(double w) {
86 double WindowedLinearFitEstimator::LinearFit::interpolate(double x) {
100 double WindowedLinearFitEstimator::estimate(double x, double y)
    [all...]
  /frameworks/av/include/media/stagefright/
ClockEstimator.h 34 struct WindowedLinearFitEstimator : ClockEstimator {
82 WindowedLinearFitEstimator(
105 DISALLOW_EVIL_CONSTRUCTORS(WindowedLinearFitEstimator);

Completed in 37 milliseconds