HomeSort by relevance Sort by last modified time
    Searched refs:bestHeight (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_capture/
device_info_impl.cc 154 int32_t bestHeight = 0;
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;
306 const int32_t currentbestDiffHeight = bestHeight - height;
324 bestHeight = currentValue.height;
332 bestHeight = currentValue.height
    [all...]
  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/
caretbrowsing.js 954 var bestHeight = null;
975 if (bestY != null && y > bestY + bestHeight / 2) {
1002 bestHeight = rect.height;
1009 bestHeight = rect.height;
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 449 int32_t bestHeight = -1;
462 bestHeight = height;
466 CameraDeviceClient::euclidDistSquare(bestWidth, bestHeight, width, height))) {
468 bestHeight = h;
483 *outHeight = bestHeight;

Completed in 862 milliseconds