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

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp252 HwcTestDim maxDim; member in struct:meas::displayFrame
260 HwcTestDim maxDim; member in struct:meas::sourceCrop
496 measPtr->df.maxDim = dfMaxDim(format->format);
497 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
506 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
511 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
519 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
520 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
522 || (measPtr->sc.maxDim
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java240 int maxDim = Math.max(maxDims.x, maxDims.y);
246 maxDim = Math.max(realSize.x, realSize.y);
254 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
255 defaultHeight = maxDim;
257 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
258 defaultHeight = maxDim;
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2290 int maxDim = (int)Math.sqrt(FS * 2);
2291 maxWidth = Math.max(maxDim, maxWidth);
2292 maxHeight = Math.max(maxDim, maxHeight);
2441 int maxDim = 512;
2499 maxDim = Math.max(D, maxDim);
2503 int maxLengthInBlocks = Utils.divUp(maxDim, blockSize);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java208 int maxDim = Math.max(mImageWidth, mImageHeight);
210 while (t < maxDim) {

Completed in 177 milliseconds