Home
last modified time | relevance | path

Searched refs:bestWidth (Results 1 – 8 of 8) 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/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/
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/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2026 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
2045 bestWidth = width; in SimplifySetCC()
2052 if (bestWidth) { in SimplifySetCC()
2053 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()
2066 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2116 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
2135 bestWidth = width; in SimplifySetCC()
2142 if (bestWidth) { in SimplifySetCC()
2143 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()
2156 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()