OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bestSize
(Results
1 - 5
of
5
) sorted by null
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java
137
Point
bestSize
= null;
148
bestSize
= new Point(supportedWidth, supportedHeight);
152
bestSize
= new Point(supportedWidth, supportedHeight);
156
if (
bestSize
== null) {
158
bestSize
= new Point(defaultSize.width, defaultSize.height);
160
return
bestSize
;
/frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java
560
Size
bestSize
= null;
564
} else if (s.getWidth() <= MAX_DIMEN_FOR_ROUNDING && (
bestSize
== null ||
566
LegacyCameraDevice.findEuclidDistSquare(
bestSize
, s))) {
567
bestSize
= s;
570
return
bestSize
;
[
all
...]
/external/dng_sdk/source/
dng_mosaic_info.cpp
1666
int32
bestSize
= SizeForDownScale (bestScale);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h
[
all
...]
Completed in 3174 milliseconds