Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc115 int32_t bestWidth = 0; in GetBestMatchedCapability() local
132 const int32_t currentbestDiffWith = bestWidth - requested.width; in GetBestMatchedCapability()
184 bestWidth = capability.width; in GetBestMatchedCapability()
193 bestWidth = capability.width; in GetBestMatchedCapability()
202 bestWidth = capability.width; in GetBestMatchedCapability()
211 RTC_LOG(LS_VERBOSE) << "Best camera format: " << bestWidth << "x" in GetBestMatchedCapability()
/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/skqp/src/gpu/
DGrRectanizer_skyline.cpp18 int bestWidth = this->width() + 1; in addRect() local
26 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) { in addRect()
28 bestWidth = fSkyline[i].fWidth; in addRect()
/external/skia/src/gpu/
DGrRectanizerSkyline.cpp20 int bestWidth = this->width() + 1; in addRect() local
28 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) { in addRect()
30 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.cpp1521 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
1540 bestWidth = width; in SimplifySetCC()
1547 if (bestWidth) { in SimplifySetCC()
1548 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()
1561 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3620 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
3638 bestWidth = width; in SimplifySetCC()
3645 if (bestWidth) { in SimplifySetCC()
3646 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()
3659 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3316 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
3334 bestWidth = width; in SimplifySetCC()
3341 if (bestWidth) { in SimplifySetCC()
3342 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()
3354 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()