Searched defs:diffHeight (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/
H A Ddevice_info_impl.cc167 const int32_t diffHeight = capability.height - requested.height; local
174 if ((diffHeight >= 0 && diffHeight <= abs(currentbestDiffHeight)) // Height better or equalt that previouse.
175 || (currentbestDiffHeight < 0 && diffHeight >= currentbestDiffHeight))
178 if (diffHeight == currentbestDiffHeight) // Found best height. Care about the width)
183 if (diffWidth == currentbestDiffWith && diffHeight
303 const int32_t diffHeight = currentValue.height - height; local
308 if ((diffHeight >= 0 && diffHeight <= abs(currentbestDiffHeight)) // Height better or equal than previous.
309 || (currentbestDiffHeight < 0 && diffHeight >
[all...]

Completed in 172 milliseconds