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