Searched defs:amount (Results 1 – 7 of 7) sorted by relevance
28 public static float lerp(float start, float stop, float amount) { in lerp()
60 private static float constrain(float amount, float low, float high) { in constrain()
57 public void addAvailable(long amount) { in addAvailable()133 long amount = fromResource.getStaticCount(); in addResources() local
172 int amount = samplesRead == 0 ? numChannels : in testSynchronizedRecord() local
764 final int amount = samplesRead == 0 ? numChannels : in testTimestamp() local1265 final int amount = samplesRead == 0 ? numChannels : in doTest() local
222 RWAmount amount = new RWAmount(); in getRWAmount() local
486 ssize_t amount = record.read((char *)buffer + offset, size -offset); in Java_android_media_audio_cts_AudioRecordNative_nativeTest() local