Searched refs:size2 (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSizeAreaComparator.java38 public int compare(Camera.Size size, Camera.Size size2) { argument
40 checkNotNull(size2, "size2 must not be null");
42 if (size.equals(size2)) {
47 long width2 = size2.width;
49 long area2 = width2 * size2.height;
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSizeAreaComparator.java37 public int compare(Size size, Size size2) { argument
39 checkNotNull(size2, "size2 must not be null");
41 if (size.equals(size2)) {
46 long width2 = size2.getWidth();
48 long area2 = width2 * size2.getHeight();
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Dmandelbulb.rs54 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));
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraCapabilities.java251 public int compare(Size size1, Size size2) { argument
252 return (size1.width() == size2.width() ? size1.height() - size2.height() :
253 size1.width() - size2.width());
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c67 int size2 = (int)fread(dst, sizeof(signed char), size,inFile); local
68 return size2;
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp198 int64_t size2 = ((mMaxFileDurationLimitUs * bitRate * 6) / 1000 / 8000000); local
202 if (size > size2) {
203 size = size2;
207 size = size2;
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp482 size_t size, size2; local
503 if (info->mSample->meta_data()->findData(kKeyPlainSizes, &type, &data, &size2)) {
504 if (size2 != size) {
H A DMPEG4Writer.cpp666 int64_t size2 = local
671 if (size > size2) {
672 size = size2;
676 size = size2;
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_reduce.java1393 final int size2 = 1 + r.nextInt(maxSize / (size0 * size1));
1395 testSizesList.add(new int[]{size0, size1, size2});
1396 testSizesList.add(new int[]{size0, size2, size1});
1397 testSizesList.add(new int[]{size1, size0, size2});
1398 testSizesList.add(new int[]{size1, size2, size0});
1399 testSizesList.add(new int[]{size2, size0, size1});
1400 testSizesList.add(new int[]{size2, size1, size0});
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp852 size_t size2 = *rec2; local
854 if (size1 < size2) {
856 } else if (size1 > size2) {
/frameworks/native/services/sensorservice/
H A DSensorService.cpp990 int size2 = ashmem_get_size_region(fd); local
992 if (size2 < static_cast<int>(size)) {
994 size, size2);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 269 milliseconds