HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 476 - 500 of 783) sorted by null

<<11121314151617181920>>

  /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/av/services/audioflinger/
AudioFlinger.h 187 virtual status_t setVoiceVolume(float volume);
383 : volume(1.0f),
387 float volume; member in struct:android::AudioFlinger::stream_type_t
449 // no range check, doesn't check per-thread stream volume, AudioFlinger::mLock held
451 { return mStreamTypes[stream].volume; }
Effects.cpp 643 // Send volume indication if EFFECT_FLAG_VOLUME_IND is set and read back altered volume
649 uint32_t volume[2]; local
651 uint32_t size = sizeof(volume);
652 volume[0] = *left;
653 volume[1] = *right;
655 pVolume = volume;
660 volume,
663 if (controller && status == NO_ERROR && size == sizeof(volume)) {
664 *left = volume[0]
    [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...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 125 static void volume_control_callback(bthf_volume_type_t type, int volume) {
127 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVolumeChanged, (jint) type, (jint) volume);
425 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type, jint volume) {
430 volume)) != BT_STATUS_SUCCESS) {
431 ALOGE("FAILED to control volume, status: %d", status);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 100 __u16 volume; /* If settable */ member in struct:video_audio
116 __u16 step; /* Step actual volume uses */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 100 __u16 volume; /* If settable */ member in struct:video_audio
116 __u16 step; /* Step actual volume uses */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 100 __u16 volume; /* If settable */ member in struct:video_audio
116 __u16 step; /* Step actual volume uses */
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_track.cc 164 int volume,
200 int current_volume = volume;
220 // Feed the new volume to WebRtc while changing the volume on the
  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 69 MOCK_METHOD1(SetVolume, void(double volume));
70 MOCK_METHOD1(GetVolume, void(double* volume));
audio_output_resampler.cc 255 double volume) {
257 dispatcher_->StreamVolumeSet(stream_proxy, volume);
393 // return a volume of zero and let AudioConverter drop the output.
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 13 * Using a feedback system, determines an appropriate analog volume level
14 * given an input signal and current volume level. Targets a conservative
670 * vastly increase the volume after a muting event. This timer prevents
707 void WebRtcAgc_ExpCurve(WebRtc_Word16 volume, WebRtc_Word16 *index)
709 // volume in Q14
712 if (volume > 5243)
714 if (volume > 7864)
716 if (volume > 12124)
725 if (volume > 6554)
735 if (volume > 2621
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 391 * Checks if Avrcp device supports the absolute volume feature.
393 * @return true if device supports absolute volume
411 * Tells remote device to adjust volume. Only if absolute volume is supported.
413 * @param direction 1 to increase volume, or -1 to decrease volume
431 * Tells remote device to set an absolute volume. Only if absolute volume is supported
433 * @param volume Absolute volume to be set on AVRCP sid
    [all...]
  /frameworks/base/media/java/android/media/
IAudioService.aidl 98 oneway void playSoundEffectVolume(int effectType, float volume);
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 324 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
329 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio.h 242 uint32_t volume; member in struct:msm_snd_volume_config
250 uint32_t volume; member in struct:msm_cad_volume_config
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio.h 253 uint32_t volume; member in struct:msm_snd_volume_config
261 uint32_t volume; member in struct:msm_cad_volume_config
  /bootable/recovery/
recovery.cpp 358 erase_volume(const char *volume) {
359 bool is_cache = (strcmp(volume, CACHE_ROOT) == 0);
371 ensure_path_mounted(volume);
410 ui->Print("Formatting %s...\n", volume);
412 ensure_path_unmounted(volume);
413 int result = format_volume(volume);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_controls.js 263 * Volume controls
270 var volumeControls = this.createControl('volume-controls', opt_parent);
277 this.createControl('volume media-control', volumeControls),
289 if (this.media_.volume == 0) {
292 this.savedVolume_ = this.media_.volume;
299 * @param {number} value Volume [0..1].
311 * @param {number} value Volume [0..1].
315 this.media_.volume = value;
324 if (on && (this.media_.volume != 0)) {
325 this.savedVolume_ = this.media_.volume;
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 425 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
428 return ladev->hwif->setVoiceVolume(volume);
431 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
434 return ladev->hwif->setMasterVolume(volume);
437 static int adev_get_master_volume(struct audio_hw_device *dev, float* volume)
440 return ladev->hwif->getMasterVolume(volume);
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
path_util.js 19 // Root of removal volume.
70 * TODO(mtomasz): Deprecated. Use the volume manager instead.
407 * @param {!VolumeInfo} volumeInfo Volume containing an entry pointed by path.
415 // If the volume is drive, root path can be either mountPath + '/root' or
428 // Otherwise, root path is same with a mount path of the volume.
435 'Invalid volume type: ' + volumeInfo.volumeType);
446 * @param {!VolumeInfo} volumeInfo Volume information.
453 * Volume information.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java 531 * Adds a remote control client to enable remote control of the volume
629 * Playback information indicating the playback volume is fixed, i.e. it cannot be
630 * controlled from this object. An example of fixed playback volume is a remote player,
631 * playing over HDMI where the user prefers to control the volume on the HDMI sink, rather
639 * Playback information indicating the playback volume is variable and can be controlled
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 154 #define AVRC_ID_VOL_UP 0x41 /* volume up */
155 #define AVRC_ID_VOL_DOWN 0x42 /* volume down */
1087 UINT8 volume; member in struct:__anon920
1194 tAVRC_SET_VOLUME_CMD volume; \/* SetAbsVolume *\/ member in union:__anon929
1305 UINT8 volume; member in union:__anon939
1324 UINT8 volume; member in struct:__anon941
1408 tAVRC_SET_VOLUME_RSP volume; \/* SetAbsVolume *\/ member in union:__anon948
    [all...]

Completed in 656 milliseconds

<<11121314151617181920>>