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

  /external/webrtc/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/snakeyaml/src/main/java/org/yaml/snakeyaml/
DumperOptions.java 167 private int bestWidth = 80;
285 * @param bestWidth
288 public void setWidth(int bestWidth) {
289 this.bestWidth = bestWidth;
293 return this.bestWidth;
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 18 int bestWidth = this->width() + 1;
26 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
28 bestWidth = fSkyline[i].fWidth;
  /external/skqp/src/gpu/
GrRectanizer_skyline.cpp 18 int bestWidth = this->width() + 1;
26 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
28 bestWidth = fSkyline[i].fWidth;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitter.java 139 private int bestWidth;
195 this.bestWidth = 80;
197 this.bestWidth = opts.getWidth();
449 if (canonical || (column > bestWidth && splitLines) || prettyFlow) {
474 if (canonical || (column > bestWidth && splitLines) || prettyFlow) {
503 if (canonical || (column > bestWidth && splitLines) || prettyFlow) {
534 if (canonical || (column > bestWidth && splitLines) || prettyFlow) {
559 if (canonical || (column > bestWidth) || prettyFlow) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 674 milliseconds