Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc128 const int32_t diffWidth = capability.width - requested.width; in GetBestMatchedCapability() local
143 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()