Searched refs:diffHeight (Results 1 – 1 of 1) sorted by relevance
129 const int32_t diffHeight = capability.height - requested.height; in GetBestMatchedCapability() local136 if ((diffHeight >= 0 && in GetBestMatchedCapability()137 diffHeight <= abs(currentbestDiffHeight)) // Height better or equalt in GetBestMatchedCapability()139 || (currentbestDiffHeight < 0 && diffHeight >= currentbestDiffHeight)) { in GetBestMatchedCapability()140 if (diffHeight == in GetBestMatchedCapability()147 diffHeight == currentbestDiffHeight) // Same size as previously in GetBestMatchedCapability()