HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 26 - 50 of 487) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/suite/audio_quality/test/
RemoteAudioFakeTcpTest.cpp 165 int volume = 0; local
174 U32_ENDIAN_SWAP(volume),
187 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
198 int volume = 0; local
207 U32_ENDIAN_SWAP(volume),
231 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
241 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
251 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
260 int volume = 0; local
270 U32_ENDIAN_SWAP(volume),
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 105 // Updates and draws the current captured audio volume displayed on screen.
106 virtual void SetInputVolume(float volume, float noise_volume) = 0;
140 virtual void SetInputVolume(float volume, float noise_volume);
167 float volume);
177 // The current microphone image with volume level indication.
speech_input_bubble_controller.h 74 // Updates the current captured audio volume displayed on screen.
75 void SetBubbleInputVolume(int caller_id, float volume, float noise_volume);
110 float volume,
  /external/webkit/Source/WebCore/css/
fullscreenQuickTime.css 63 video:-webkit-full-screen::-webkit-media-controls-volume-slider-container {
67 video:-webkit-full-screen::-webkit-media-controls-volume-slider {
71 video:-webkit-full-screen::-webkit-media-controls-volume-slider-mute-button {
75 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-min-button {
85 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-slider {
95 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-max-button {
mediaControls.css 108 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
169 audio::-webkit-media-controls-volume-slider-mute-button, video::-webkit-media-controls-volume-slider-mute-button {
170 -webkit-appearance: media-volume-slider-mute-button;
177 audio::-webkit-media-controls-fullscreen-volume-slider, video::-webkit-media-controls-fullscreen-volume-slider {
181 audio::-webkit-media-controls-fullscreen-volume-min-button, video::-webkit-media-controls-fullscreen-volume-min-button {
185 audio::-webkit-media-controls-fullscreen-volume-max-button, video::-webkit-media-controls-fullscreen-volume-max-button
    [all...]
mediaControlsQtFullscreen.css 68 video::-webkit-media-controls-volume-slider-container {
69 -webkit-appearance: media-volume-slider-container;
73 video::-webkit-media-controls-volume-slider {
74 -webkit-appearance: media-volume-slider;
  /frameworks/base/media/java/android/media/
ToneGenerator.java 666 * CDMA KEYPAD Volume key lite tone: 941Hz+1477Hz 120ms ON
726 /** Maximum volume, for use with {@link #ToneGenerator(int,int)} */
728 /** Minimum volume setting, for use with {@link #ToneGenerator(int,int)} */
733 * ToneGenerator class contructor specifying output stream type and volume.
736 * @param volume The volume of the tone, given in percentage of maximum volume (from 0-100).
739 public ToneGenerator(int streamType, int volume) {
740 native_setup(streamType, volume);
874 private native final void native_setup(int streamType, int volume);
    [all...]
  /cts/suite/audio_quality/lib/include/audio/
AudioHardware.h 64 virtual bool prepare(SamplingRate samplingRate, int volume, int mode = EModeVoice) = 0;
  /device/samsung/tuna/audio/
ril_interface.h 67 float volume);
  /external/chromium/chrome/browser/extensions/
extension_tts_api_chromeos.cc 28 double volume);
61 double volume) {
99 if (volume >= 0.0) {
100 // The TTS service allows a range of 0 to 5 for speech volume.
103 DoubleToString(volume * 5),
extension_tts_api_linux.cc 24 double volume) {
  /external/quake/quake/src/WinQuake/
snd_null.cpp 26 cvar_t volume = {"volume", "0.7", true}; variable
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectCollisionSystem.java 29 * overlaps. A bounding volume that encompasses all attack and vulnerability volumes is used for
76 * @param boundingVolume A volume that describes the game object in space. It should encompass
195 * @return The hit type of the first attacking volume that intersects a vulnerability volume,
247 CollisionVolume volume = record.attackVolumes.get(y); local
249 position.x + volume.getMinXPosition(sFlip), position.y + volume.getMinYPosition(sFlip),
250 volume.getMaxX() - volume.getMinX(),
251 volume.getMaxY() - volume.getMinY(),
260 CollisionVolume volume = record.vulnerabilityVolumes.get(y); local
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelodydata.h 65 EAS_U8 volume; /* current volume */ member in struct:__anon15198
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelodydata.h 65 EAS_U8 volume; /* current volume */ member in struct:__anon15248
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelodydata.h 66 EAS_U8 volume; /* current volume */ member in struct:__anon15296
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 49 virtual status_t getMasterVolume(float *volume);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
scache.h 63 * PA_VOLUME_NORM, // Full volume
94 pa_volume_t volume /**< Volume to play this sample with */ ,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
scache.h 63 * PA_VOLUME_NORM, // Full volume
94 pa_volume_t volume /**< Volume to play this sample with */ ,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
scache.h 63 * PA_VOLUME_NORM, // Full volume
94 pa_volume_t volume /**< Volume to play this sample with */ ,
  /cts/suite/audio_quality/lib/src/audio/
AudioRemote.cpp 21 bool AudioRemote::prepare(AudioHardware::SamplingRate samplingRate, int volume, int mode)
28 mVolume = volume;
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.cpp 117 float FullscreenVideoController::volume() const function in class:FullscreenVideoController
129 void FullscreenVideoController::setVolume(float volume)
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 48 // scan whenever any volume is mounted
58 private void scan(Context context, String volume) {
60 args.putString("volume", volume);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer.c 89 /* The volume ranges from 0 - 128 */
93 void SDL_MixAudio (Uint8 *dst, const Uint8 *src, Uint32 len, int volume)
97 if ( volume == 0 ) {
115 SDL_MixAudio_m68k_U8((char*)dst,(char*)src,(unsigned long)len,(long)volume,(char *)mix8);
121 ADJUST_VOLUME_U8(src_sample, volume);
135 SDL_MixAudio_MMX_S8((char*)dst,(char*)src,(unsigned int)len,(int)volume);
141 SDL_MixAudio_MMX_S8_VC((char*)dst,(char*)src,(unsigned int)len,(int)volume);
148 SDL_MixAudio_m68k_S8((char*)dst,(char*)src,(unsigned long)len,(long)volume);
161 ADJUST_VOLUME(src_sample, volume);
184 SDL_MixAudio_MMX_S16((char*)dst,(char*)src,(unsigned int)len,(int)volume);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java 67 protected float volume = 1; field in class:AudioNode
406 * @return The volume of this audio node.
411 return volume;
415 * Set the volume of this audio node.
417 * The volume is specified as gain. 1.0 is the default.
419 * @param volume The volume to set.
420 * @throws IllegalArgumentException If volume is negative
422 public void setVolume(float volume) {
423 if (volume < 0f)
    [all...]

Completed in 1526 milliseconds

12 3 4 5 6 7 8 91011>>