HomeSort by relevance Sort by last modified time
    Searched defs:vol (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 73 int vol; local
85 vol = lrint((volume * 0x2000)+0.5);
90 ALOGV("Setting LPA volume to %d (available range is 0 to 100)\n", vol);
91 mHandle->module->setLpaVolume(vol);
97 ALOGV("Setting Compressed volume to %d (available range is 0 to 100)\n", vol);
98 mHandle->module->setCompressedVolume(vol);
ALSAMixer.cpp 276 long vol = minVol + volume * (maxVol - minVol); local
277 if (vol > maxVol) vol = maxVol;
278 if (vol < minVol) vol = minVol;
280 info->volume = vol;
281 snd_mixer_selem_set_playback_volume_all (info->elem, vol);
295 long vol = minVol + gain * (maxVol - minVol); local
296 if (vol > maxVol) vol = maxVol
317 long vol = minVol + left * (maxVol - minVol); local
340 long vol = minVol + gain * (maxVol - minVol); local
    [all...]
AudioHardwareALSA.cpp 270 int vol = lrint(v * 100.0); local
275 vol = 100 - vol;
279 mALSADevice->setVoipVolume(vol);
282 mALSADevice->setVoiceVolume(vol);
284 mALSADevice->setVoLTEVolume(vol);
296 int vol; local
305 vol = lrint((value * 0x2000) + 0.5);
308 ALOGV("Setting FM volume to %d (available range is 0 to 0x2000)\n", vol);
310 mALSADevice->setFmVolume(vol);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 47 struct statfs* vol = &mounted_volumes[i]; local
48 if (std::string(vol->f_mntonname) == kRootDirectory) {
49 return std::string(vol->f_mntfromname);
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 177 const TInt vol = static_cast<TReal>(newvolume); local
178 iStream->SetVolume(vol);
  /hardware/qcom/audio/hal/audio_extn/
hfp.c 72 int32_t vol, ret = 0; local
86 vol = lrint((value * 0x2000) + 0.5);
94 ALOGD("%s: Setting HFP volume to %d \n", __func__, vol);
101 if(mixer_ctl_set_value(ctl, 0, vol) < 0) {
102 ALOGE("%s: Couldn't set HFP Volume: [%d]", __func__, vol);
269 float vol; local
310 if (sscanf(value, "%f", &vol) != 1){
315 ALOGD("%s: set_hfp_volume usecase, Vol: [%f]", __func__, vol);
316 hfp_set_volume(adev, vol);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 255 const Float32 vol = (Float32)(volume / 255.0); local
257 assert(vol <= 1.0 && vol >= 0.0);
269 size = sizeof(vol);
271 &propertyAddress, 0, NULL, size, &vol));
285 size = sizeof(vol);
287 &propertyAddress, 0, NULL, size, &vol));
316 Float32 vol = 0; local
327 size = sizeof(vol);
329 &propertyAddress, 0, NULL, &size, &vol));
970 const Float32 vol = (Float32)(volume \/ 255.0); local
    [all...]
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackQueueItem.java 101 final float vol = clip(volume, 0.0f, 1.0f); local
104 float volLeft = vol, volRight = vol;
BlockingAudioTrack.java 320 final float vol = clip(volume, 0.0f, 1.0f); local
323 float volLeft = vol;
324 float volRight = vol;
  /hardware/qcom/audio/hal/
voice.c 303 int vol, err = 0; local
313 vol = lrint(volume * 100.0);
318 vol = 100 - vol;
320 err = platform_set_voice_volume(adev->platform, vol);
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 404 unsigned int vol = 999; local
405 res = volume->GetMicVolume(vol);
407 if ((vol > 255) || (vol < 1)) {
521 unsigned vol(0);
522 res = volume->GetSpeakerVolume(vol);
524 printf("\n Speaker Volume is %d \n", vol);
532 unsigned vol(0);
533 res = volume->GetMicVolume(vol);
535 printf("\n Microphone Volume is %d \n", vol);
    [all...]
  /external/qemu/audio/
audio_int.h 122 struct mixeng_volume vol; member in struct:SWVoiceOut
138 struct mixeng_volume vol; member in struct:SWVoiceIn
  /bootable/recovery/updater/
install.c 204 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); local
205 if (vol == NULL) {
232 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); local
233 if (vol == NULL) {
237 int ret = unmount_mounted_volume(vol);
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 327 constexpr int vol = --ref<volatile int>(0); // expected-error {{constant}} expected-note {{decrement of volatile-qualified}} member in namespace:incdec
  /external/llvm/include/llvm/Target/
TargetLowering.h 430 bool vol; // is volatile? member in struct:llvm::TargetLoweringBase::IntrinsicInfo
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 194 Vol *pVol;
844 video->vol = (Vol **)M4VENC_MALLOC(nLayers * sizeof(Vol *)); /* Memory for VOL pointers */
847 if (video->vol == NULL) goto CLEAN_UP;
854 video->vol[idx] = (Vol *)M4VENC_MALLOC(sizeof(Vol));
855 if (video->vol[idx] == NULL) goto CLEAN_UP
2593 Vol **vol = video->vol; local
2833 Vol **vol = video->vol; local
    [all...]
  /system/vold/
VolumeManager.cpp 1894 Volume* vol = getVolumeForFile(path); local
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 1458 uint16_t vol = in->ramp_vol; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 84 int volID; /* VOL identifier (for tracking) */
85 uint timeIncrementResolution;/* VOL time increment */
92 int complexity_estDisable; /* VOL disable complexity estimation */
93 int complexity_estMethod; /* VOL complexity estimation method */
97 int errorResDisable; /* VOL disable error resilence mode */
99 int useReverseVLC; /* VOL reversible VLCs */
100 int dataPartitioning; /* VOL data partitioning */
116 int scalability; /* VOL scalability (flag) */
119 int refVolID; /* VOL id of reference VOL */
203 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoDecData
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 199 uint32_t vol; member in struct:msm_vol_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 209 uint32_t vol; member in struct:msm_vol_info
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio.h 199 uint32_t vol; member in struct:msm_vol_info
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio.h 209 uint32_t vol; member in struct:msm_vol_info
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 199 uint32_t vol; member in struct:msm_vol_info
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio.h 209 uint32_t vol; member in struct:msm_vol_info

Completed in 860 milliseconds

1 2