Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDynamicsProcessingTest.java473 float gain = i % 2 == 0 ? TEST_GAIN1 : TEST_GAIN2; in test1_9Channel_setChannelTo() local
475 preEqBand.setGain(gain); in test1_9Channel_setChannelTo()
479 mbcBand.setPreGain(gain); in test1_9Channel_setChannelTo()
483 postEqBand.setGain(gain); in test1_9Channel_setChannelTo()
487 limiter.setPostGain(gain); in test1_9Channel_setChannelTo()
909 final float gain = (i + 1) * 10.1f; in test2_6Eq() local
914 eqBand.setGain(gain); in test2_6Eq()
924 gain, eq.getBand(i).getGain(), EPSILON); in test2_6Eq()
927 EqBand eqBand2 = new EqBand(enabled, frequency, gain); in test2_6Eq()
934 gain, eqBand2.getGain(), EPSILON); in test2_6Eq()
[all …]
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
1515 + streamType, prevGain <= gain); in testGetStreamVolumeDb()
1516 prevGain = gain; in testGetStreamVolumeDb()
/cts/apps/CameraITS/tests/scene2/
Dtest_faces.py42 gain, exp, _, _, focus = cam.do_3a(get_results=True,
44 print 'iso = %d' % gain
/cts/apps/CameraITS/tests/scene3/
Dtest_lens_movement_reporting.py33 def test_lens_movement_reporting(cam, props, fmt, gain, exp, af_fd, chart): argument
62 reqs.append(its.objects.manual_capture_request(gain, exp))
/cts/suite/audio_quality/lib/include/audio/
DAudioLocal.h36 virtual bool prepare(AudioHardware::SamplingRate samplingRate, int gain,
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rscript29 uint gainMapWidth; // The width of the gain map
30 uint gainMapHeight; // The height of the gain map
44 // Interpolate gain map to find per-channel gains at a given pixel
209 // gain map.
367 // Apply linearization and gain map
/cts/suite/audio_quality/lib/src/audio/
DAudioLocal.cpp20 bool AudioLocal::prepare(AudioHardware::SamplingRate samplingRate, int gain, int /*mode*/) in prepare() argument