Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc116 int32_t bestHeight = 0; in GetBestMatchedCapability() local
133 const int32_t currentbestDiffHeight = bestHeight - requested.height; in GetBestMatchedCapability()
185 bestHeight = capability.height; in GetBestMatchedCapability()
194 bestHeight = capability.height; in GetBestMatchedCapability()
203 bestHeight = capability.height; in GetBestMatchedCapability()
212 << bestHeight << "@" << bestFrameRate in GetBestMatchedCapability()