Home
last modified time | relevance | path

Searched defs:gain (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CameraITS/tests/scene3/
Dtest_lens_movement_reporting.py42 cam, props, fmt, gain, exp, af_fd, chart, log_path): argument
/cts/tests/tests/car/src/android/car/cts/
DCarAudioFocusTest.java390 int gain = AUDIOFOCUS_GAIN; in rejectedInteractions_focusRequestRejected() local
444 private void testConcurrentInteractions(int gain, boolean pauseForDucking) { in testConcurrentInteractions()
492 private void testExclusiveInteractions(int gain, boolean pauseForDucking) { in testExclusiveInteractions()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DGainmapTests.java88 private static @ColorLong long mapWhiteWithGain(Gainmap gainmap, double gain) { in mapWhiteWithGain()
98 private static @ColorLong long mapWhiteWithGain(double gain) { in mapWhiteWithGain()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java1846 float gain = mAudioManager.getStreamVolumeDb(-100 /*streamType*/, 0, in testGetStreamVolumeDbWithIllegalArguments() local
1858 float gain = mAudioManager.getStreamVolumeDb(STREAM_MUSIC, -101 /*volume*/, in testGetStreamVolumeDbWithIllegalArguments() local
1871 float gain = mAudioManager.getStreamVolumeDb(STREAM_MUSIC, maxVol + 1, in testGetStreamVolumeDbWithIllegalArguments() local
1883 float gain = mAudioManager.getStreamVolumeDb(STREAM_MUSIC, 0, in testGetStreamVolumeDbWithIllegalArguments() local
1895 float gain = mAudioManager.getStreamVolumeDb(STREAM_MUSIC, 0, in testGetStreamVolumeDbWithIllegalArguments() local
1915 float gain = mAudioManager.getStreamVolumeDb(streamType, idx, in testGetStreamVolumeDb() local
DDynamicsProcessingTest.java468 float gain = i % 2 == 0 ? TEST_GAIN1 : TEST_GAIN2; in test1_9Channel_setChannelTo() local
904 final float gain = (i + 1) * 10.1f; in test2_6Eq() local
1264 float gain = i % 2 == 0 ? TEST_GAIN1 : TEST_GAIN2; in test3_1Builder_stagesByChannelIndex() local
1392 float gain = i % 2 == 0 ? TEST_GAIN1 : TEST_GAIN2; in test3_3Builder_setChannelTo() local
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h209 float gain = target / maxValue; in normalize() local
496 float gain = mAudioRecording.normalize(1.0f); in analyze() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java610 private void changeCarrierPrivileges(boolean gain, PersistableBundle carrierConfig) in changeCarrierPrivileges()