HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 526 - 550 of 978) sorted by null

<<21222324252627282930>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 299 final float volume = prefs.getFloat( local
301 return (volume != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? volume
305 // Default keypress sound volume for unknown devices.
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 448 // Integer volume.
449 // Currently integer volume is kept for the legacy integer mixer.
451 t->volume[0] = UNITY_GAIN_INT;
452 t->volume[1] = UNITY_GAIN_INT;
461 // Floating point volume.
723 /* Sets the volume ramp variables for the AudioMixer.
725 * The volume ramp variables are used to transition from the previous
726 * volume to the set volume. ramp controls the duration of the transition.
730 * FIXME: 1) Volume ramp is enabled only if there is a nonzero integer incremen
    [all...]
AudioFlinger.h 190 virtual status_t setVoiceVolume(float volume);
457 : volume(1.0f),
461 float volume; member in struct:android::AudioFlinger::stream_type_t
541 // no range check, doesn't check per-thread stream volume, AudioFlinger::mLock held
543 { return mStreamTypes[stream].volume; }
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 104 * The implementation of the volume manager service.
107 * asynchronous to external calls. For example, the task of setting a volume
109 * volume and later persist to the database. Similarly, setting the ringer mode
127 /** Allow volume changes to set ringer mode to silent? */
130 /** In silent mode, are volume adjustments (raises) prevented? */
133 /** How long to delay before persisting a change in volume/ringer mode. */
138 * can press another key (non-volume keys, too) to have it NOT be audible.
159 // the platform type affects volume and silent mode behavior
170 /** The controller for the volume UI. */
234 // Internally master volume is a float in the 0.0 - 1.0 range
1130 int volume = Math.round(AudioSystem.getMasterVolume() * MAX_MASTER_VOLUME); local
1827 float volume = Settings.System.getFloatForUser(mContentResolver, local
    [all...]
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 240 final int volume = mDataBuffer.getInt(3 * 4); local
278 float newVolume = (maxVolume - minVolume) * volume / 100 + minVolume;
280 Log.d(TAG, "setting volume " + newVolume + " max " + maxVolume +
281 " min " + minVolume + " received " + volume);
336 final int volume = mDataBuffer.getInt(2 * 4); local
345 //TODO volume ?
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTunerTvInputService.java 121 public void onSetStreamVolume(float volume) {
  /external/chromium_org/chrome/browser/speech/
tts_android.cc 52 params.rate, params.pitch, params.volume);
  /external/chromium_org/chromeos/dbus/
cras_audio_client_stub_impl.cc 86 int32 volume) {
  /external/chromium_org/content/browser/media/android/
browser_media_player_manager.h 112 virtual void OnSetVolume(int player_id, double volume);
  /external/chromium_org/media/audio/alsa/
alsa_output.cc 329 void AlsaPcmOutputStream::SetVolume(double volume) {
332 volume_ = static_cast<float>(volume);
335 void AlsaPcmOutputStream::GetVolume(double* volume) {
338 *volume = volume_;
369 // volume adjust should use SSE optimized vector_fmul() prior to interleave.
  /external/chromium_org/media/audio/
audio_input_unittest.cc 29 double volume) OVERRIDE {
audio_output_device_unittest.cc 54 MOCK_METHOD1(SetVolume, void(double volume));
fake_audio_input_stream.cc 173 void FakeAudioInputStream::SetVolume(double volume) {
virtual_audio_input_stream.cc 164 void VirtualAudioInputStream::SetVolume(double volume) {}
  /external/chromium_org/media/audio/mac/
audio_input_mac.cc 130 void PCMQueueInAudioInputStream::SetVolume(double volume) {
  /external/chromium_org/media/audio/win/
audio_output_win_unittest.cc 336 // sound with a lower volume than PCMWaveStreamPlay200HzTone44Kss.
360 // Test that the volume is within the set limits.
361 double volume = 0.0; local
362 oas->GetVolume(&volume);
363 EXPECT_LT(volume, 0.51);
364 EXPECT_GT(volume, 0.49);
  /external/chromium_org/media/base/android/
media_codec_bridge.h 229 // Set the volume of the audio output.
230 void SetVolume(double volume);
media_source_player.h 55 virtual void SetVolume(double volume) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.h 77 virtual double volume() const OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamhandler.h 136 virtual void OnSetVolume(double volume) OVERRIDE;
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 368 * Transform volume control in 1dB increments to gain multiplier
371 * volume - 100 = 0dB, 99 = -1dB, 0 = -inf
377 EAS_I16 EAS_VolumeToGain (EAS_INT volume);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 368 * Transform volume control in 1dB increments to gain multiplier
371 * volume - 100 = 0dB, 99 = -1dB, 0 = -inf
377 EAS_I16 EAS_VolumeToGain (EAS_INT volume);
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 368 * Transform volume control in 1dB increments to gain multiplier
371 * volume - 100 = 0dB, 99 = -1dB, 0 = -inf
377 EAS_I16 EAS_VolumeToGain (EAS_INT volume);
  /frameworks/base/media/java/android/media/tv/
TvView.java 253 * Sets the relative stream volume of this session to handle a change of audio focus.
255 * @param volume A volume value between 0.0f to 1.0f.
257 public void setStreamVolume(float volume) {
258 if (DEBUG) Log.d(TAG, "setStreamVolume(" + volume + ")");
260 mStreamVolume = volume;
262 // Volume will be set once the connection has been made.
265 mSession.setStreamVolume(volume);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaVisualizerTest.java 50 // Implementor UUID for volume controller effect defined in
236 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local
242 // creating a volume controller on output mix ensures that ro.audio.silent mutes
299 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
315 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local
321 // creating a volume controller on output mix ensures that ro.audio.silent mutes
431 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
437 //Test case 2.2: test capture in polling mode with volume scaling
441 // SCALING_MODE_AS_PLAYED mode decreases when lowering the volume
454 // creating a volume controller on output mix ensures that ro.audio.silent mute
    [all...]

Completed in 2944 milliseconds

<<21222324252627282930>>