/external/qemu/audio/ |
D | mixeng_template.h | 112 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol) in glue() 117 if (vol->mute) { in glue() 122 (void) vol; in glue() 125 out->l = VOL (glue (conv_, ET) (*in++), vol->l); in glue() 126 out->r = VOL (glue (conv_, ET) (*in++), vol->r); in glue() 132 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol) in glue() 137 if (vol->mute) { in glue() 142 (void) vol; in glue() 145 out->l = VOL (glue (conv_, ET) (in[0]), vol->l); in glue()
|
D | mixeng.h | 37 int samples, struct mixeng_volume *vol);
|
D | audio_int.h | 122 struct mixeng_volume vol; member 138 struct mixeng_volume vol; member
|
D | audio.c | 803 int samples, struct mixeng_volume *vol) in noop_conv() argument 808 (void) vol; in noop_conv() 1137 sw->conv (sw->buf, buf, swlim, &sw->vol); in audio_pcm_sw_write() 2200 sw->vol.mute = mute; in AUD_set_volume_out() 2201 sw->vol.l = nominal_volume.l * lvol / 255; in AUD_set_volume_out() 2202 sw->vol.r = nominal_volume.r * rvol / 255; in AUD_set_volume_out() 2209 sw->vol.mute = mute; in AUD_set_volume_in() 2210 sw->vol.l = nominal_volume.l * lvol / 255; in AUD_set_volume_in() 2211 sw->vol.r = nominal_volume.r * rvol / 255; in AUD_set_volume_in()
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
D | aica.c | 151 void aica_play(int ch,int mode,unsigned long smpptr,int loopst,int loopend,int freq,int vol,int pan… in aica_play() argument 186 vol = AICA_VOL(vol); in aica_play() 187 CHNREG32(ch, 40) = 0x24 | (vol<<8); in aica_play() 218 for (i=0xff; i>=vol; i--) { in aica_play() 238 void aica_vol(int ch,int vol) { in aica_vol() argument 240 g2_write_32(CHNREGADDR(ch, 40),(g2_read_32(CHNREGADDR(ch, 40))&0xffff00ff)|(AICA_VOL(vol)<<8) ); in aica_vol()
|
D | aica.h | 33 void aica_play(int ch,int mode,unsigned long smpptr,int looptst,int loopend,int freq,int vol,int pa… 35 void aica_vol(int ch,int vol);
|
/external/quake/quake/src/WinQuake/ |
D | snd_dma.cpp | 462 int vol; in S_StartSound() local 475 vol = (int)(fvol*255); in S_StartSound() 486 target_chan->master_vol = vol; in S_StartSound() 627 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation) in S_StaticSound() argument 656 ss->master_vol = (int) vol; in S_StaticSound() 674 float vol; in S_UpdateAmbientSounds() local 698 vol = ambient_level.value * l->ambient_sound_level[ambient_channel]; in S_UpdateAmbientSounds() 699 if (vol < 8) in S_UpdateAmbientSounds() 700 vol = 0; in S_UpdateAmbientSounds() 703 if (chan->master_vol < vol) in S_UpdateAmbientSounds() [all …]
|
D | snd_null.cpp | 53 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation) in S_StaticSound() argument
|
D | sound.h | 102 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation);
|
D | cl_parse.cpp | 700 int sound_num, vol, atten; in CL_ParseStaticSound() local 706 vol = MSG_ReadByte (); in CL_ParseStaticSound() 709 S_StaticSound (cl.sound_precache[sound_num], org, vol, atten); in CL_ParseStaticSound()
|
/external/quake/quake/src/QW/client/ |
D | snd_dma.c | 458 int vol; in S_StartSound() local 471 vol = fvol*255; in S_StartSound() 482 target_chan->master_vol = vol; in S_StartSound() 623 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation) in S_StaticSound() argument 652 ss->master_vol = vol; in S_StaticSound() 670 float vol; in S_UpdateAmbientSounds() local 694 vol = ambient_level.value * l->ambient_sound_level[ambient_channel]; in S_UpdateAmbientSounds() 695 if (vol < 8) in S_UpdateAmbientSounds() 696 vol = 0; in S_UpdateAmbientSounds() 699 if (chan->master_vol < vol) in S_UpdateAmbientSounds() [all …]
|
D | sound.h | 93 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation);
|
/external/chromium/net/data/ftp/ |
D | dir-listing-ls-2 | 5 lrwxrwxrwx 1 0 0 26 Sep 18 2008 pub -> vol/1/.CLUSTER/var_ftp/pub 6 lrwxrwxrwx 1 0 0 27 Oct 16 2007 site -> vol/1/.CLUSTER/var_ftp/site 7 drwxr-xr-x 7 0 0 4096 Jul 02 2008 vol
|
D | dir-listing-ls-2.expected | 56 vol
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | BVAlgorithms.h | 50 …bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); } in intersectVolume() 62 …bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); } in intersectVolume() 187 …Scalar minimumOnVolume(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); } in minimumOnVolume() 200 …Scalar minimumOnVolume(const Volume2 &vol) { return minimizer.minimumOnObjectVolume(stored, vol); } in minimumOnVolume()
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
D | ShadowUtil.java | 176 BoundingVolume vol = list.get(i).getWorldBound(); in computeUnionBound() local 177 BoundingVolume newVol = vol.transform(transform); in computeUnionBound() 196 BoundingVolume vol = list.get(i).getWorldBound(); in computeUnionBound() local 197 store = vol.clone().transform(mat, null); in computeUnionBound() 214 BoundingVolume vol = bv.get(i); in computeUnionBound() local 215 bbox.mergeLocal(vol); in computeUnionBound()
|
/external/valgrind/main/memcheck/tests/ |
D | big_blocks_freed_list.vgtest | 2 vgopts: --freelist-vol=1000000 --freelist-big-blocks=50000
|
D | memalign2.vgtest | 2 vgopts: -q --freelist-vol=100000 --freelist-big-blocks=0
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
D | regress-216320.js | 55 function vol(){ function 172 if(!vol()){ return false; } 499 if(!vol()){ return false; } 664 if(!vol()){} 726 if(!vol()){return false;} 739 if(!vol()){return false;} 746 if(!vol()){return false;} 800 if(!vol()){ 833 if(!vol()){ return; }
|
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
D | streamplayer.cpp | 177 const TInt vol = static_cast<TReal>(newvolume); in Request() local 178 iStream->SetVolume(vol); in Request()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | avoid-i0.ll | 86 %vol.0 = alloca i32 ; <i32*> [#uses=1] 94 store i32 %0, i32* %vol.0, align 4
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.cpp | 1561 void HTMLMediaElement::setVolume(float vol, ExceptionCode& ec) in setVolume() argument 1563 LOG(Media, "HTMLMediaElement::setVolume(%f)", vol); in setVolume() 1565 if (vol < 0.0f || vol > 1.0f) { in setVolume() 1570 if (m_volume != vol) { in setVolume() 1571 m_volume = vol; in setVolume() 1944 float vol = m_player->volume(); in mediaPlayerVolumeChanged() local 1945 if (vol != m_volume) { in mediaPlayerVolumeChanged() 1946 m_volume = vol; in mediaPlayerVolumeChanged()
|
/external/kernel-headers/original/linux/ |
D | soundcard.h | 1163 #define SEQ_START_NOTE(dev, chn, note, vol) \ argument 1164 _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) 1166 #define SEQ_STOP_NOTE(dev, chn, note, vol) \ argument 1167 _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiFile.java | 355 boolean vol = false; in parseField() 388 vol = true; in parseField() 412 trans, vol, false, Converter.obtainTypeFromString(type), "", v, tokenizer.pos(), in parseField()
|
/external/chromium/chrome/browser/chromeos/ |
D | audio_mixer_alsa.cc | 394 double vol = prefs_->GetDouble(prefs::kAudioVolume); in RestoreVolumeMuteOnUIThread() local 400 NewRunnableMethod(this, &AudioMixerAlsa::DoSetVolumeMute, vol, mute)); in RestoreVolumeMuteOnUIThread()
|