Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc153 int32_t bestWidth = 0; in GetBestMatchedCapability() local
170 const int32_t currentbestDiffWith = bestWidth - requested.width; in GetBestMatchedCapability()
226 bestWidth = capability.width; in GetBestMatchedCapability()
240 bestWidth = capability.width; in GetBestMatchedCapability()
254 bestWidth = capability.width; in GetBestMatchedCapability()
265 LOG(LS_VERBOSE) << "Best camera format: " << bestWidth << "x" << bestHeight in GetBestMatchedCapability()
294 int32_t bestWidth = 0; in GetExpectedCaptureDelay() local
305 const int32_t currentbestDiffWith = bestWidth - width; in GetExpectedCaptureDelay()
323 bestWidth = currentValue.width; in GetExpectedCaptureDelay()
331 bestWidth = currentValue.width; in GetExpectedCaptureDelay()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DDumperOptions.java167 private int bestWidth = 80; field in DumperOptions
288 public void setWidth(int bestWidth) { in setWidth() argument
289 this.bestWidth = bestWidth; in setWidth()
293 return this.bestWidth; in getWidth()
/external/skia/src/gpu/
DGrRectanizer_skyline.cpp19 int bestWidth = this->width() + 1; in addRect() local
27 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) { in addRect()
29 bestWidth = fSkyline[i].fWidth; in addRect()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
DEmitter.java139 private int bestWidth; field in Emitter
195 this.bestWidth = 80; in Emitter()
197 this.bestWidth = opts.getWidth(); in Emitter()
449 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect()
474 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect()
503 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect()
534 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect()
559 if (canonical || (column > bestWidth) || prettyFlow) { in expect()
1163 if (start + 1 == end && this.column > this.bestWidth && split && start != 0 in writeSingleQuoted()
1262 && (this.column + (end - start)) > this.bestWidth && split) { in writeDoubleQuoted()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1404 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
1423 bestWidth = width; in SimplifySetCC()
1430 if (bestWidth) { in SimplifySetCC()
1431 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()
1444 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()