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

1 2 3 4 5

  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
aica.h 33 void aica_play(int ch,int mode,unsigned long smpptr,int looptst,int loopend,int freq,int vol,int pan,int loopflag);
35 void aica_vol(int ch,int vol);
aica.c 146 vol is the volume, 0 to 0xff (0xff is louder)
151 void aica_play(int ch,int mode,unsigned long smpptr,int loopst,int loopend,int freq,int vol,int pan,int loopflag) {
185 /* Vol starts at zero so we can ramp */
186 vol = AICA_VOL(vol);
187 CHNREG32(ch, 40) = 0x24 | (vol<<8);
189 /* Vol starts at zero so we can ramp */
218 for (i=0xff; i>=vol; i--) {
238 void aica_vol(int ch,int vol) {
239 // g2_write_8(CHNREGADDR(ch, 41),AICA_VOL(vol));
    [all...]
  /external/qemu/audio/
mixeng_template.h 36 #define VOL(a, b) ((a) * (b))
38 #define VOL(a, b) ((a) * (b)) >> 32
41 #define VOL(a, b) a
112 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol)
117 if (vol->mute) {
122 (void) vol;
125 out->l = VOL (glue (conv_, ET) (*in++), vol->l);
126 out->r = VOL (glue (conv_, ET) (*in++), vol->r)
    [all...]
mixeng.h 37 int samples, struct mixeng_volume *vol);
audio_int.h 122 struct mixeng_volume vol; member in struct:SWVoiceOut
138 struct mixeng_volume vol; member in struct:SWVoiceIn
audio.c 803 int samples, struct mixeng_volume *vol)
808 (void) vol;
1137 sw->conv (sw->buf, buf, swlim, &sw->vol);
    [all...]
  /external/quake/quake/src/WinQuake/
snd_null.cpp 53 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation)
snd_dma.cpp 462 int vol; local
475 vol = (int)(fvol*255);
486 target_chan->master_vol = vol;
627 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation)
656 ss->master_vol = (int) vol;
674 float vol; local
698 vol = ambient_level.value * l->ambient_sound_level[ambient_channel];
699 if (vol < 8)
700 vol = 0;
703 if (chan->master_vol < vol)
946 float vol; local
    [all...]
sound.h 102 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation);
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 222 for (SeekBarVolumizer vol : mSeekBarVolumizer) {
223 if (vol != null) vol.revertVolume();
233 for (SeekBarVolumizer vol : mSeekBarVolumizer) {
234 if (vol != null) vol.stopSample();
254 for (SeekBarVolumizer vol : mSeekBarVolumizer) {
255 if (vol != null && vol != volumizer) vol.stopSample()
288 SeekBarVolumizer vol = mSeekBarVolumizer[i]; local
308 SeekBarVolumizer vol = mSeekBarVolumizer[i]; local
    [all...]
  /external/quake/quake/src/QW/client/
snd_dma.c 458 int vol; local
471 vol = fvol*255;
482 target_chan->master_vol = vol;
623 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation)
652 ss->master_vol = vol;
670 float vol; local
694 vol = ambient_level.value * l->ambient_sound_level[ambient_channel];
695 if (vol < 8)
696 vol = 0;
699 if (chan->master_vol < vol)
939 float vol; local
    [all...]
sound.h 93 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 50 extern Vol IMEM_VOL[2];
52 extern Vol IMEM_vol[2][1];
96 video->vol = (Vol **) IMEM_VOL;
98 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *));
100 if (video->vol == NULL) status = PV_FALSE;
101 video->memoryUsage += nLayers * sizeof(Vol *);
165 video->vol[idx] = IMEM_vol[idx]
    [all...]
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...]
packet_util.cpp 31 Vol *currVol = video->vol[video->currLayer];
  /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...]
vop.cpp 25 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop);
44 Vol *currVol = video->vol[currLayer];
127 Vol *currVol = video->vol[video->currLayer];
196 Vol *currVol = video->vol[currLayer];
312 Vol *currVol = video->vol[0];
353 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop
    [all...]
findhalfpel.cpp 81 Int height = video->vol[video->currLayer]->height;
203 height = video->vol[video->currLayer]->height;
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 325 final float vol = clip(volume, 0.0f, 1.0f); local
328 float volLeft = vol;
329 float volRight = vol;
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java 176 BoundingVolume vol = list.get(i).getWorldBound(); local
177 BoundingVolume newVol = vol.transform(transform);
196 BoundingVolume vol = list.get(i).getWorldBound(); local
197 store = vol.clone().transform(mat, null);
214 BoundingVolume vol = bv.get(i); local
215 bbox.mergeLocal(vol);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
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/
streamplayer.cpp 177 const TInt vol = static_cast<TReal>(newvolume); local
178 iStream->SetVolume(vol);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 118 final String vol = local
122 mVolumeBehavior = Integer.parseInt(vol);
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 1944 float vol = m_player->volume(); local
    [all...]
  /bootable/recovery/updater/
install.c 152 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); local
153 if (vol == NULL) {
180 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); local
181 if (vol == NULL) {
185 unmount_mounted_volume(vol);
    [all...]

Completed in 368 milliseconds

1 2 3 4 5