Home
last modified time | relevance | path

Searched refs:mMemo (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/include/media/
DInterpolator.h98 if (mMemo.count(low->first) != 0) { in findY()
101 const auto &memo = mMemo[low->first]; in findY()
184 mMemo[low->first] = std::make_tuple(c1, c2, c3); in findY()
235 mMemo.clear(); in clearCache()
335 std::unordered_map<S, std::tuple<S /* c1 */, S /* c2 */, S /* c3 */>> mMemo; variable