Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/audio/
DAudioLocal.cpp20 bool AudioLocal::prepare(AudioHardware::SamplingRate samplingRate, int gain, int /*mode*/) in prepare() argument
/cts/tests/tests/media/src/android/media/cts/
DAudioManagerTest.java1443 float gain = mAudioManager.getStreamVolumeDb(-100 /*streamType*/, 0, in testGetStreamVolumeDbWithIllegalArguments() local
1455 float gain = mAudioManager.getStreamVolumeDb(AudioManager.STREAM_MUSIC, -101 /*volume*/, in testGetStreamVolumeDbWithIllegalArguments() local
1468 float gain = mAudioManager.getStreamVolumeDb(AudioManager.STREAM_MUSIC, maxVol + 1, in testGetStreamVolumeDbWithIllegalArguments() local
1480 float gain = mAudioManager.getStreamVolumeDb(AudioManager.STREAM_MUSIC, 0, in testGetStreamVolumeDbWithIllegalArguments() local
1492 float gain = mAudioManager.getStreamVolumeDb(AudioManager.STREAM_MUSIC, 0, in testGetStreamVolumeDbWithIllegalArguments() local
1512 float gain = mAudioManager.getStreamVolumeDb(streamType, idx, in testGetStreamVolumeDb() local
DDynamicsProcessingTest.java473 float gain = i % 2 == 0 ? TEST_GAIN1 : TEST_GAIN2; in test1_9Channel_setChannelTo() local
909 final float gain = (i + 1) * 10.1f; in test2_6Eq() local
1269 float gain = i % 2 == 0 ? TEST_GAIN1 : TEST_GAIN2; in test3_1Builder_stagesByChannelIndex() local
1397 float gain = i % 2 == 0 ? TEST_GAIN1 : TEST_GAIN2; in test3_3Builder_setChannelTo() local
/cts/apps/CameraITS/tests/scene3/
Dtest_lens_movement_reporting.py33 def test_lens_movement_reporting(cam, props, fmt, gain, exp, af_fd, chart): argument