Searched refs:MAX_PREVIEW_SIZE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java156 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2; field in class:BitmapRegionTileSource
184 int previewSize = Math.min(mPreviewSize, MAX_PREVIEW_SIZE);
392 previewSize = Math.min(previewSize, MAX_PREVIEW_SIZE);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp65 const Size MAX_PREVIEW_SIZE = { MAX_PREVIEW_WIDTH, MAX_PREVIEW_HEIGHT }; local
74 res = getFilteredSizes(MAX_PREVIEW_SIZE, &availablePreviewSizes);

Completed in 1021 milliseconds