HomeSort by relevance Sort by last modified time
    Searched full:a_div (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/
ClockEstimator.cpp 93 double a_div = (mW * mXY - mX * mY); local
96 a_div / div, b_div / div, x, (a_div * x + b_div) / div);
97 return (a_div * x + b_div) / div;

Completed in 532 milliseconds