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

/external/webrtc/webrtc/modules/video_capture/
H A Ddevice_info_impl.cc166 const int32_t diffWidth = capability.width - requested.width; local
180 if ((diffWidth >= 0 && diffWidth <= abs(currentbestDiffWith)) // Width better or equal
181 || (currentbestDiffWith < 0 && diffWidth >= currentbestDiffWith))
183 if (diffWidth == currentbestDiffWith && diffHeight
302 const int32_t diffWidth = currentValue.width - width; local
314 if ((diffWidth >= 0 && diffWidth <= abs(currentbestDiffWith)) // Width better or equal
315 || (currentbestDiffWith < 0 && diffWidth >= currentbestDiffWith))
317 if (diffWidth
[all...]

Completed in 93 milliseconds