Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DPredictor.cpp33 std::optional<ApproximateMatch> approximateMatch = {}; in getApproximateMatch() local
54 if (approximateMatch) { in getApproximateMatch()
64 approximateMatch = ApproximateMatch{ in getApproximateMatch()
73 if (approximateMatch) { in getApproximateMatch()
74 return approximateMatch; in getApproximateMatch()
168 if (std::optional<NonBufferHash> approximateMatch = getApproximateMatch(layers); in getPredictedPlan() local
169 approximateMatch) { in getPredictedPlan()
171 const Prediction& prediction = getPrediction(*approximateMatch); in getPredictedPlan()
172 return PredictedPlan{.hash = *approximateMatch, in getPredictedPlan()
431 if (!approximateMatch) { in findSimilarPrediction()
[all …]