Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp33 std::optional<ApproximateMatch> approximateMatch = {}; in getApproximateMatch() local
56 if (approximateMatch) { in getApproximateMatch()
66 approximateMatch = ApproximateMatch{ in getApproximateMatch()
75 if (approximateMatch) { in getApproximateMatch()
76 return approximateMatch; in getApproximateMatch()
188 if (std::optional<NonBufferHash> approximateMatch = getApproximateMatch(layers); in getPredictedPlan() local
189 approximateMatch) { in getPredictedPlan()
190 ALOGV("[%s] Found an approximate match for %zx", __func__, *approximateMatch); in getPredictedPlan()
191 const Prediction& prediction = getPrediction(*approximateMatch); in getPredictedPlan()
192 return PredictedPlan{.hash = *approximateMatch, in getPredictedPlan()
[all …]