Searched refs:currentbestDiffWith (Results 1 – 1 of 1) sorted by relevance
132 const int32_t currentbestDiffWith = bestWidth - requested.width; in GetBestMatchedCapability() local144 diffWidth <= abs(currentbestDiffWith)) // Width better or equal in GetBestMatchedCapability()145 || (currentbestDiffWith < 0 && diffWidth >= currentbestDiffWith)) { in GetBestMatchedCapability()146 if (diffWidth == currentbestDiffWith && in GetBestMatchedCapability()