HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 201 - 225 of 477) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/quake/quake/src/WinQuake/
sound.h 76 int leftvol; // 0-255 volume
77 int rightvol; // 0-255 volume
85 int master_vol; // 0-255 master volume
166 extern cvar_t volume;
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 244 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 105 EAS_I16 volume; /* volume for stream */ member in struct:s_pcm_state_tag
eas_imelody.c 76 "VOLUME:",
350 /* set channel volume to max */
461 /* volume */
889 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
    [all...]
eas_pcm.c 370 pState->volume = pParams->volume;
449 * Update the pitch and volume parameters for a PCM stream
508 * Update the volume parameters for a PCM stream
527 EAS_RESULT EAS_PEUpdateVolume (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume)
529 pState->volume = volume;
1009 pState->currentGainLeft = (EAS_I16) FMUL_15x15(pState->gainLeft, pState->volume);
1010 pState->currentGainRight = (EAS_I16) FMUL_15x15(pState->gainRight, pState->volume);
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 244 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 105 EAS_I16 volume; /* volume for stream */ member in struct:s_pcm_state_tag
eas_imelody.c 76 "VOLUME:",
350 /* set channel volume to max */
461 /* volume */
889 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
    [all...]
eas_pcm.c 370 pState->volume = pParams->volume;
449 * Update the pitch and volume parameters for a PCM stream
508 * Update the volume parameters for a PCM stream
527 EAS_RESULT EAS_PEUpdateVolume (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume)
529 pState->volume = volume;
1009 pState->currentGainLeft = (EAS_I16) FMUL_15x15(pState->gainLeft, pState->volume);
1010 pState->currentGainRight = (EAS_I16) FMUL_15x15(pState->gainRight, pState->volume);
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 249 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 105 EAS_I16 volume; /* volume for stream */ member in struct:s_pcm_state_tag
eas_imelody.c 76 "VOLUME:",
354 /* set channel volume to max */
470 /* volume */
898 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
    [all...]
eas_pcm.c 370 pState->volume = pParams->volume;
449 * Update the pitch and volume parameters for a PCM stream
508 * Update the volume parameters for a PCM stream
527 EAS_RESULT EAS_PEUpdateVolume (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume)
529 pState->volume = volume;
1009 pState->currentGainLeft = (EAS_I16) FMUL_15x15(pState->gainLeft, pState->volume);
1010 pState->currentGainRight = (EAS_I16) FMUL_15x15(pState->gainRight, pState->volume);
    [all...]
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 222 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-volume-slider-container"));
394 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-volume-slider-mute-button"));
722 slider->setAttribute(valueAttr, String::number(mediaElement->volume()));
740 float volume = narrowPrecisionToFloat(value().toDouble()); local
741 if (volume != mediaElement()->volume()) {
743 mediaElement()->setVolume(volume, ec);
748 void MediaControlVolumeSliderElement::setVolume(float volume)
750 if (value().toFloat() != volume)
751 setValue(String::number(volume));
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 179 float WebMediaPlayerClientImpl::volume() const function in class:WebKit::WebMediaPlayerClientImpl
182 return m_mediaPlayer->volume();
354 void WebMediaPlayerClientImpl::setVolume(float volume)
357 m_webMediaPlayer->setVolume(volume);
WebMediaPlayerClientImpl.h 78 virtual float volume() const;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEnvReverbTest.java 53 // Implementor UUID for volume controller effect defined in
358 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local
365 // creating a volume controller on output mix ensures that ro.audio.silent mutes
415 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
433 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local
438 // creating a volume controller on output mix ensures that ro.audio.silent mutes
502 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 42 // volume of sine wave in range 0.0 to 1.0
463 #if 1 // temporary workaround if hardware volume control is not working
464 const char *VOLUME = getenv("BufferQueue_test_VOLUME");
465 if (NULL != VOLUME) {
466 float volume = atof(VOLUME); local
467 if (volume >= 0.0f && volume <= 1.0f) {
468 gVolume = volume;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ProvisionParser.java 247 for (StorageVolume volume: volumeList) {
248 if (volume.isRemovable()) {
250 log("Removable: " + volume.getDescription(mService.mContext));
251 break; // Break only from the storage volume loop
253 log("Not Removable: " + volume.getDescription(mService.mContext));
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 52 * Special preference type that allows configuration of both the ring volume and
53 * notification volume.
128 final int volume = mAudioManager.getStreamVolume(streamType); local
129 mSeekBars[i].setProgress(volume);
148 // The always visible seekbar is for ring volume
323 mVolumeStore[i].volume = source.readInt();
332 dest.writeInt(mVolumeStore[i].volume);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 253 * them, performing addition, volume adjustment, and overflow clipping.
254 * The volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
255 * for full audio volume. Note this does not change hardware volume.
258 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 253 * them, performing addition, volume adjustment, and overflow clipping.
254 * The volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
255 * for full audio volume. Note this does not change hardware volume.
258 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 253 * them, performing addition, volume adjustment, and overflow clipping.
254 * The volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
255 * for full audio volume. Note this does not change hardware volume.
258 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 55 // can not accept any other volume names
56 String volume = "fakeVolume"; local
57 assertNull(mContentResolver.query(Albums.getContentUri(volume), null, null, null, null));
  /external/quake/quake/src/QW/client/
snd_mix.c 77 snd_vol = volume.value*256;
167 snd_vol = volume.value*256;

Completed in 1255 milliseconds

1 2 3 4 5 6 7 891011>>