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

  /external/chromium_org/third_party/webrtc/modules/video_capture/
device_info_impl.cc 153 int32_t bestWidth = 0;
170 const int32_t currentbestDiffWith = bestWidth - requested.width;
226 bestWidth = capability.width;
240 bestWidth = capability.width;
254 bestWidth = capability.width;
265 LOG(LS_VERBOSE) << "Best camera format: " << bestWidth << "x" << bestHeight
294 int32_t bestWidth = 0;
305 const int32_t currentbestDiffWith = bestWidth - width;
323 bestWidth = currentValue.width;
331 bestWidth = currentValue.width
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.cpp 19 int bestWidth = this->width() + 1;
27 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
29 bestWidth = fSkyline[i].fWidth;
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 19 int bestWidth = this->width() + 1;
27 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
29 bestWidth = fSkyline[i].fWidth;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 448 int32_t bestWidth = -1;
461 bestWidth = width;
464 } else if (w <= ROUNDING_WIDTH_CAP && (bestWidth == -1 ||
466 CameraDeviceClient::euclidDistSquare(bestWidth, bestHeight, width, height))) {
467 bestWidth = w;
473 if (bestWidth == -1) {
480 *outWidth = bestWidth;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 141 milliseconds