Searched refs:bestWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Ddevice_info_impl.cc153 int32_t bestWidth = 0; local
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; local
305 const int32_t currentbestDiffWith = bestWidth - width;
323 bestWidth = currentValue.width;
331 bestWidth
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer_skyline.cpp19 int bestWidth = this->width() + 1; local
27 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
29 bestWidth = fSkyline[i].fWidth;
/external/skia/src/gpu/
H A DGrRectanizer_skyline.cpp19 int bestWidth = this->width() + 1; local
27 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
29 bestWidth = fSkyline[i].fWidth;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1334 unsigned bestWidth = 0, bestOffset = 0; local
1353 bestWidth = width;
1360 if (bestWidth) {
1361 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth);
1374 DAG.getConstant(bestMask.trunc(bestWidth),

Completed in 5933 milliseconds