Searched refs:bestWidth (Results 1 – 8 of 8) sorted by relevance
153 int32_t bestWidth = 0; in GetBestMatchedCapability() local170 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() local305 const int32_t currentbestDiffWith = bestWidth - width; in GetExpectedCaptureDelay()323 bestWidth = currentValue.width; in GetExpectedCaptureDelay()331 bestWidth = currentValue.width; in GetExpectedCaptureDelay()
167 private int bestWidth = 80; field in DumperOptions288 public void setWidth(int bestWidth) { in setWidth() argument289 this.bestWidth = bestWidth; in setWidth()293 return this.bestWidth; in getWidth()
18 int bestWidth = this->width() + 1; in addRect() local26 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) { in addRect()28 bestWidth = fSkyline[i].fWidth; in addRect()
139 private int bestWidth; field in Emitter195 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 …]
2026 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local2045 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()
1521 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local1540 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()
2116 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local2135 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()