Searched refs:size2 (Results 1 – 12 of 12) sorted by relevance
54 int size2 = size / 2;55 if (z < size2) {56 return 256-4*(size2-z+4)*hypot((float)x-size2,(float)y-size2) / size2 ;59 c = ((c - size2) / (size2 * .9f));
37 public int compare(Size size, Size size2) { in compare() argument39 checkNotNull(size2, "size2 must not be null"); in compare()41 if (size.equals(size2)) { in compare()46 long width2 = size2.getWidth(); in compare()48 long area2 = width2 * size2.getHeight(); in compare()
38 public int compare(Camera.Size size, Camera.Size size2) { in compare() argument40 checkNotNull(size2, "size2 must not be null"); in compare()42 if (size.equals(size2)) { in compare()47 long width2 = size2.width; in compare()49 long area2 = width2 * size2.height; in compare()
251 public int compare(Size size1, Size size2) { in compare() argument252 return (size1.width() == size2.width() ? size1.height() - size2.height() : in compare()253 size1.width() - size2.width()); in compare()
198 int64_t size2 = ((mMaxFileDurationLimitUs * bitRate * 6) / 1000 / 8000000); in estimateCuesSize() local202 if (size > size2) { in estimateCuesSize()203 size = size2; in estimateCuesSize()207 size = size2; in estimateCuesSize()
67 int size2 = (int)fread(dst, sizeof(signed char), size,inFile); in GetNextBuf() local68 return size2; in GetNextBuf()
482 size_t size, size2; in appendVorbisNumPageSamples() local503 if (info->mSample->meta_data()->findData(kKeyPlainSizes, &type, &data, &size2)) { in appendVorbisNumPageSamples()504 if (size2 != size) { in appendVorbisNumPageSamples()
666 int64_t size2 = in estimateMoovBoxSize() local671 if (size > size2) { in estimateMoovBoxSize()672 size = size2; in estimateMoovBoxSize()676 size = size2; in estimateMoovBoxSize()
1393 final int size2 = 1 + r.nextInt(maxSize / (size0 * size1)); in runCorrectness3D() local1395 testSizesList.add(new int[]{size0, size1, size2}); in runCorrectness3D()1396 testSizesList.add(new int[]{size0, size2, size1}); in runCorrectness3D()1397 testSizesList.add(new int[]{size1, size0, size2}); in runCorrectness3D()1398 testSizesList.add(new int[]{size1, size2, size0}); in runCorrectness3D()1399 testSizesList.add(new int[]{size2, size0, size1}); in runCorrectness3D()1400 testSizesList.add(new int[]{size2, size1, size0}); in runCorrectness3D()
852 size_t size2 = *rec2; in compareHeapRecords() local854 if (size1 < size2) { in compareHeapRecords()856 } else if (size1 > size2) { in compareHeapRecords()
990 int size2 = ashmem_get_size_region(fd); in createSensorDirectConnection() local992 if (size2 < static_cast<int>(size)) { in createSensorDirectConnection()994 size, size2); in createSensorDirectConnection()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...