Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc129 const int32_t diffHeight = capability.height - requested.height; in GetBestMatchedCapability() local
136 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()