Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc133 const int32_t currentbestDiffHeight = bestHeight - requested.height; in GetBestMatchedCapability() local
137 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()