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

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

Completed in 3034 milliseconds