Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc154 int32_t bestHeight = 0; in GetBestMatchedCapability() local
171 const int32_t currentbestDiffHeight = bestHeight - requested.height; in GetBestMatchedCapability()
227 bestHeight = capability.height; in GetBestMatchedCapability()
241 bestHeight = capability.height; in GetBestMatchedCapability()
255 bestHeight = capability.height; in GetBestMatchedCapability()
265 LOG(LS_VERBOSE) << "Best camera format: " << bestWidth << "x" << bestHeight in GetBestMatchedCapability()
295 int32_t bestHeight = 0; in GetExpectedCaptureDelay() local
306 const int32_t currentbestDiffHeight = bestHeight - height; in GetExpectedCaptureDelay()
324 bestHeight = currentValue.height; in GetExpectedCaptureDelay()
332 bestHeight = currentValue.height; in GetExpectedCaptureDelay()