Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/media/audio/jni/
DWaveTableGenerator.cpp29 float* WaveTableGenerator::genSinWave(int size, float maxValue) { in genSinWave()
33 float* WaveTableGenerator::genSinWave(int size, float maxValue, float* tbl) { in genSinWave()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DUidImportanceListener.java66 public int waitForValue(int minValue, int maxValue) { in waitForValue()
70 public int waitForValue(int minValue, int maxValue, long timeout) { in waitForValue()
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontFileTestUtil.java98 public FVarEntry(float minValue, float defaultValue, float maxValue) { in FVarEntry()
124 public void setMaxValue(float maxValue) { in setMaxValue()
181 float maxValue = to1616Fixed(buffer.getInt(fvarTableOffset + recordOffset + 12)); in getFVarTable() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTimeout.java57 public Timeout(String name, long initialValue, float multiplier, long maxValue) { in Timeout()
63 long maxValue) { in Timeout()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-40077/
Dpoc.cpp27 const int maxValue = 100000; variable
/cts/apps/CtsVerifier/jni/megaaudio/player/
DWaveTableSource.cpp97 float maxValue, float minValue, float dutyCycle) { in genTriangleWave()
136 float maxValue, float minValue, float dutyCycle) { in genPulseWave()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/sources/
DWaveTableSource.java168 float[] buffer, float maxValue, float minValue, float dutyCycle) { in genTriangleWave()
/cts/tests/tests/database/src/android/database/cts/
DCursorJoinerTest.java205 private String getOrderNumberString(int value, int maxValue) { in getOrderNumberString()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSBaseCompute.java176 int size, long seed, double minValue, double maxValue) { in createRandomFloatAllocation()
278 double maxValue = Float16Utils.convertFloat16ToDouble(maxArray[i]); in enforceOrdering() local
DCoreMathVerifier.java413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioAEC.java187 double maxValue = 0; in computeAcousticCouplingFactor() local
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h205 float maxValue = 1.0e-9f; in normalize() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1544 float maxValue = mStaticInfo.getMinimumFocusDistanceChecked(); in verifyFocusDistance() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java2058 int maxValue = 0; in maxPresentationTimeDifference() local
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java1605 Integer maxValue = (Integer) carPropertyConfig.getMaxValue(areaId); in getPossibleIntegerValues() local