Home
last modified time | relevance | path

Searched refs:max_volume (Results 1 – 25 of 40) sorted by relevance

12

/external/adhd/cras/tools/
Dcreate_volume_curve.py9 def GenerateSimpleStep(name, max_volume, step_size): argument
12 print ' ; simple_step curve, max %d, step %d' % (max_volume, step_size)
15 print ' max_volume = %d' % max_volume
33 def GenerateTwoSlope(name, max_volume, step_1, step_2, pivot_point): argument
37 (max_volume, pivot_point, step_1, step_2))
40 WriteExplicitCurveVal(100 - i, max_volume - step_1 * i)
41 pivot_dB_val = max_volume - step_1 * (100 - pivot_point)
42 WriteExplicitCurveVal(pivot_point, max_volume - step_1 * (100 - pivot_point))
54 max_volume = int(raw_input(">"))
57 GenerateSimpleStep(jack_name, max_volume, step_size)
[all …]
/external/adhd/cras/src/server/config/
Dcras_card_config.c26 int max_volume; in create_simple_step_curve() local
31 max_volume = iniparser_getint(card_config->ini, ini_key, 0); in create_simple_step_curve()
36 return cras_volume_curve_create_simple_step(max_volume, volume_step); in create_simple_step_curve()
/external/adhd/cras/src/server/
Dcras_volume_curve.c53 long max_volume, in cras_volume_curve_create_simple_step() argument
61 curve->max_vol = max_volume; in cras_volume_curve_create_simple_step()
Dcras_volume_curve.h37 long max_volume,
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc633 uint32_t max_volume; in SetMaxPlayoutVolume() local
634 EXPECT_EQ(0, audio_device()->MaxSpeakerVolume(&max_volume)); in SetMaxPlayoutVolume()
635 EXPECT_EQ(0, audio_device()->SetSpeakerVolume(max_volume)); in SetMaxPlayoutVolume()
674 uint32_t max_volume(0); in GetMaxSpeakerVolume() local
675 EXPECT_EQ(0, audio_device()->MaxSpeakerVolume(&max_volume)); in GetMaxSpeakerVolume()
676 return max_volume; in GetMaxSpeakerVolume()
818 const int max_volume = GetMaxSpeakerVolume(); in TEST_F() local
819 EXPECT_EQ(0, audio_device()->SetSpeakerVolume(max_volume)); in TEST_F()
821 EXPECT_EQ(new_volume, max_volume); in TEST_F()
Daudio_track_jni.cc176 int AudioTrackJni::MaxSpeakerVolume(uint32_t& max_volume) const { in MaxSpeakerVolume()
179 max_volume = j_audio_track_->GetStreamMaxVolume(); in MaxSpeakerVolume()
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.cc708 uint32_t max_volume = 0; in ProcessRecordedDataWithAPM() local
714 if (shared_->audio_device()->MaxMicrophoneVolume(&max_volume) == 0) { in ProcessRecordedDataWithAPM()
715 if (max_volume) { in ProcessRecordedDataWithAPM()
717 (volume * kMaxVolumeLevel + static_cast<int>(max_volume / 2)) / in ProcessRecordedDataWithAPM()
718 max_volume); in ProcessRecordedDataWithAPM()
728 max_volume = volume; in ProcessRecordedDataWithAPM()
758 return static_cast<int>((new_voe_mic_level * max_volume + in ProcessRecordedDataWithAPM()
/external/adhd/cras/src/tests/
Dcard_config_unittest.cc263 long max_volume, in cras_volume_curve_create_simple_step() argument
266 cras_volume_curve_create_simple_step_max_volume = max_volume; in cras_volume_curve_create_simple_step()
/external/autotest/server/brillo/feedback/
Dclosed_loop_audio_client.py331 max_volume = _max_volume(self.sample_width)
332 peak_min = max_volume * peak_percent_min / 100
333 peak_max = max_volume * peak_percent_max / 100
/external/adhd/cras-config/for_all_boards/
DChat 150 C4 max_volume = 0
DJabra SPEAK 8104 max_volume = 0
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.h136 int32_t MaxSpeakerVolume(uint32_t* max_volume) const override;
143 int32_t MaxMicrophoneVolume(uint32_t* max_volume) const override;
/external/adhd/cras-config/cyan/
Dchtmax98090107 max_volume = 0
Dcht-bsw-max98090107 max_volume = 0
/external/adhd/cras-config/stout32/
DHDA Intel PCH107 max_volume = 0
/external/adhd/cras-config/gandof/
DHDA Intel PCH107 max_volume = 0
/external/adhd/cras-config/leon/
DHDA Intel PCH107 max_volume = 0
/external/adhd/cras-config/veyron_speedy/
DROCKCHIP-I2S107 max_volume = 0
/external/adhd/cras-config/cid/
DHDA Intel PCH107 max_volume = 0
/external/adhd/cras-config/falco/
DHDA Intel PCH107 max_volume = 0
/external/adhd/cras-config/auron_paine/
DHDA Intel PCH107 max_volume = 0
/external/adhd/cras-config/veyron_jaq/
DROCKCHIP-I2S107 max_volume = 0
/external/adhd/cras-config/auron_yuna/
DHDA Intel PCH107 max_volume = 0
/external/adhd/cras-config/peppy_freon/
DHDA Intel PCH107 max_volume = 0
/external/adhd/cras-config/veyron_minnie/
DROCKCHIP-I2S107 max_volume = 0

12