/cts/tests/tests/media/libndkaudio/ |
D | WaveTableGenerator.cpp | 29 float* WaveTableGenerator::genSinWave(int size, float maxValue) { in genSinWave() argument 30 return genSinWave(size, maxValue, new float[size]); in genSinWave() 33 float* WaveTableGenerator::genSinWave(int size, float maxValue, float* tbl) { in genSinWave() argument 37 tbl[index] = (float) sin(val) * maxValue; in genSinWave()
|
D | WaveTableGenerator.h | 25 static float* genSinWave(int size, float maxValue); 26 static float* genSinWave(int size, float maxValue, float* tbl);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | Correlation.java | 53 double maxValue = 0; in computeCorrelation() local 65 if (mDataAutocorrelated[i] > maxValue) { in computeCorrelation() 66 maxValue = mDataAutocorrelated[i]; in computeCorrelation() 73 log(String.format(" Maxvalue %f, max Index : %d/%d (%d) minIndex=%d",maxValue, maxIndex, in computeCorrelation()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSBaseCompute.java | 176 int size, long seed, double minValue, double maxValue) { in createRandomFloatAllocation() argument 182 RSUtils.genRandomDoubles(seed, minValue, maxValue, inArray, false); in createRandomFloatAllocation() 186 RSUtils.genRandomFloats(seed, (float) minValue, (float) maxValue, inArray, false); in createRandomFloatAllocation() 190 RSUtils.genRandomFloat16s(seed, minValue, maxValue, inArray, false); in createRandomFloatAllocation() 278 double maxValue = Float16Utils.convertFloat16ToDouble(maxArray[i]); in enforceOrdering() local 279 if (minValue > maxValue) { in enforceOrdering()
|
D | CoreMathVerifier.java | 413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp() argument 414 return t.newFloaty(Math.min(maxValue, Math.max(minValue, value))); in clamp()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | CursorJoinerTest.java | 182 private String getOrderNumberString(int value, int maxValue) { in getOrderNumberString() argument 184 int maxLength = Integer.toString(maxValue).length(); in getOrderNumberString()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | Vp8CodecTestBase.java | 1864 int maxValue = 0; in maxPresentationTimeDifference() local 1866 maxValue = Math.max(maxValue, bufferInfo.offset); in maxPresentationTimeDifference() 1868 maxValue = (maxValue + 500) / 1000; // mcs -> ms in maxPresentationTimeDifference() 1869 return maxValue; in maxPresentationTimeDifference()
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | sles.cpp | 546 int maxValue = 32768; in slesProcessNext() local 564 *(pCurrentSample++) = ((double)buffer[jj])/maxValue; in slesProcessNext()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CaptureRequestTest.java | 1012 float maxValue = mStaticInfo.getMinimumFocusDistanceChecked(); in verifyFocusDistance() local 1033 resultDistances[i], minValue, maxValue); in verifyFocusDistance() 2374 float maxValue = mStaticInfo.getMinimumFocusDistanceChecked(); 2376 float range = maxValue - minValue; 2387 maxValue;
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 80292 private static int maxValue
|