Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp336 const auto approximateStackMatches = [&](const ApproximateStack& approximateStack) { in getApproximateMatch() argument
337 const auto& exampleStack = mPredictions.at(approximateStack.hash).getExampleLayerStack(); in getApproximateMatch()
340 return *approximateMatchOpt == approximateStack.match; in getApproximateMatch()