Searched refs:currentbestDiffHeight (Results 1 – 1 of 1) sorted by relevance
133 const int32_t currentbestDiffHeight = bestHeight - requested.height; in GetBestMatchedCapability() local137 diffHeight <= abs(currentbestDiffHeight)) // Height better or equalt in GetBestMatchedCapability()139 || (currentbestDiffHeight < 0 && diffHeight >= currentbestDiffHeight)) { in GetBestMatchedCapability()141 currentbestDiffHeight) // Found best height. Care about the width) in GetBestMatchedCapability()147 diffHeight == currentbestDiffHeight) // Same size as previously in GetBestMatchedCapability()