Home
last modified time | relevance | path

Searched refs:size2 (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
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/base/core/java/android/hardware/camera2/utils/
DSizeAreaComparator.java37 public int compare(Size size, Size size2) { in compare() argument
39 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()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSizeAreaComparator.java38 public int compare(Camera.Size size, Camera.Size size2) { in compare() argument
40 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()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCameraCapabilities.java251 public int compare(Size size1, Size size2) { in compare() argument
252 return (size1.width() == size2.width() ? size1.height() - size2.height() : in compare()
253 size1.width() - size2.width()); in compare()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp173 int64_t size2 = ((mMaxFileDurationLimitUs * bitRate * 6) / 1000 / 8000000); in estimateCuesSize() local
177 if (size > size2) { in estimateCuesSize()
178 size = size2; in estimateCuesSize()
182 size = size2; in estimateCuesSize()
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
DAMRWB_E_SAMPLE.c66 int size2 = (int)fread(dst, sizeof(signed char), size,inFile); in GetNextBuf() local
67 return size2; in GetNextBuf()
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp793 size_t size2 = *rec2; in compareHeapRecords() local
795 if (size1 < size2) { in compareHeapRecords()
797 } else if (size1 > size2) { in compareHeapRecords()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp596 int64_t size2 = in estimateMoovBoxSize() local
601 if (size > size2) { in estimateMoovBoxSize()
602 size = size2; in estimateMoovBoxSize()
606 size = size2; in estimateMoovBoxSize()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...