OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bestWidth
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.cpp
19
int
bestWidth
= this->width() + 1;
27
if (y < bestY || (y == bestY && fSkyline[i].fWidth <
bestWidth
)) {
29
bestWidth
= fSkyline[i].fWidth;
/external/chromium_org/third_party/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/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
Completed in 206 milliseconds