Searched refs:width2 (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TaskResizingAlgorithm.java | 109 int width2; in resizeDrag() local 124 width2 = Math.max(width, Math.round((float) height2 * MIN_ASPECT)); in resizeDrag() 125 if (width2 < minVisibleWidth) { in resizeDrag() 127 width2 = minVisibleWidth; in resizeDrag() 129 Math.min(maxVisibleSize.y, Math.round((float) width2 / MIN_ASPECT))); in resizeDrag() 143 width2 = Math.min(width, Math.round((float) height2 / MIN_ASPECT)); in resizeDrag() 144 if (width2 < minVisibleWidth) { in resizeDrag() 146 width2 = minVisibleWidth; in resizeDrag() 148 Math.min(maxVisibleSize.y, Math.round((float) width2 * MIN_ASPECT))); in resizeDrag() 155 if (grows == (width1 * height1 > width2 * height2)) { in resizeDrag() [all …]
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/utils/ |
H A D | SizeAreaComparator.java | 46 long width2 = size2.getWidth(); in compare() local 48 long area2 = width2 * size2.getHeight(); in compare() 51 return (width > width2) ? 1 : -1; in compare()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | post_filter.cpp | 44 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); in H263_Deblock() local 77 A = *(rec_y - width2); in H263_Deblock() 128 *(rec_y - width2) = A - d2; in H263_Deblock() 174 A = *(rec_y - width2); in H263_Deblock() 225 *(rec_y - width2) = A - d2; in H263_Deblock()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
H A D | IconInfoTest.java | 115 int width2 = 2; in testHashCode() local 122 IconInfo info2 = new IconInfo(width2, height2, language2, iconType2, fileName2); in testHashCode()
|
/aosp12/hardware/google/graphics/common/libhwjpeg/ |
H A D | hwjpeg-v4l2.cpp | 151 unsigned int width2, unsigned int height2) in SetImageFormat() argument 154 (m_v4l2Format.fmt.pix_mp.width == TO_IMAGE_SIZE(width, width2)) && in SetImageFormat() 159 m_v4l2Format.fmt.pix_mp.width = TO_IMAGE_SIZE(width, width2); in SetImageFormat()
|