Searched refs:volume (Results 276 - 300 of 421) sorted by relevance

<<11121314151617

/external/eigen/test/
H A Dgeo_alignedbox.cpp117 VERIFY_IS_APPROX( 14.0f, box.volume() );
144 VERIFY_IS_APPROX( 42, box.volume() );
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_imelody.c350 /* set channel volume to max */
461 /* volume */
889 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
1248 if (pData->volume < 15)
1249 pData->volume++;
1254 if (pData->volume > 0)
1255 pData->volume--;
1273 pData->volume = (EAS_U8) temp;
1446 pData->volume
[all...]
H A Deas_pcm.c370 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) argument
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);
1113 EAS_I32 gain = FMUL_15x15(pState->envValue >> 7, pState->volume);
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_imelody.c350 /* set channel volume to max */
461 /* volume */
889 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
1248 if (pData->volume < 15)
1249 pData->volume++;
1254 if (pData->volume > 0)
1255 pData->volume--;
1273 pData->volume = (EAS_U8) temp;
1446 pData->volume
[all...]
H A Deas_pcm.c370 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) argument
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);
1113 EAS_I32 gain = FMUL_15x15(pState->envValue >> 7, pState->volume);
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_imelody.c354 /* set channel volume to max */
470 /* volume */
898 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
1257 if (pData->volume < 15)
1258 pData->volume++;
1263 if (pData->volume > 0)
1264 pData->volume--;
1282 pData->volume = (EAS_U8) temp;
1455 pData->volume
[all...]
H A Deas_pcm.c370 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) argument
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);
1113 EAS_I32 gain = FMUL_15x15(pState->envValue >> 7, pState->volume);
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Dfunc_test_manager.cc180 uint32_t volume(0);
185 EXPECT_EQ(0, _audioDevice->MicrophoneVolume(&volume));
186 if (volume == 0)
192 volume += (stepScale * stepSize);
193 if (volume > maxVolume)
196 volume = 0;
199 EXPECT_EQ(0, _audioDevice->SetMicrophoneVolume(volume));
464 uint32_t volume(0);
469 EXPECT_EQ(0, _audioDevice->SpeakerVolume(&volume));
470 if (volume
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DMediaControlElements.cpp72 // Sliders (the volume control and timeline) need to capture some additional events used when dragging the thumb.
478 double volume = value().toDouble(); local
479 mediaElement().setVolume(volume, ASSERT_NO_EXCEPTION);
499 void MediaControlVolumeSliderElement::setVolume(double volume) argument
501 if (value().toDouble() != volume)
502 setValue(String::number(volume));
507 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-volume-slider", AtomicString::ConstructFromLiteral));
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvoice_engine_jni.cc62 volume(webrtc::VoEVolumeControl::GetInterface(ve)),
71 CHECK(volume != NULL, "Failed to acquire volume interface");
85 ReleaseSubApi(volume);
123 webrtc::VoEVolumeControl* const volume; member in class:__anon15039::VoiceEngineData::webrtc
272 return voe_data->volume->SetSpeakerVolume(level);
/external/chromium_org/media/base/
H A Dpipeline.cc145 void Pipeline::SetVolume(float volume) { argument
146 if (volume < 0.0f || volume > 1.0f)
150 volume_ = volume;
153 &Pipeline::VolumeChangedTask, base::Unretained(this), volume));
716 void Pipeline::VolumeChangedTask(float volume) { argument
724 audio_renderer_->SetVolume(volume);
H A Daudio_renderer_mixer_unittest.cc197 // Verify volume adjusted output when mixer inputs are in post-Play() state.
206 // Set a different volume for each mixer input and verify the results.
209 float volume = static_cast<float>(i) / mixer_inputs_.size(); local
210 total_scale += volume;
211 EXPECT_TRUE(mixer_inputs_[i]->SetVolume(volume));
322 // Test volume adjusted mixer output with one input in the post-Play() state.
327 // Test volume adjusted mixer output with many inputs in the post-Play() state.
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_impl.cc177 int volume,
183 "audio_delay_milliseconds=%d, volume=%d, "
186 number_of_frames, audio_delay_milliseconds, volume,
195 0, volume, key_pressed);
208 // Return 0 to indicate no need to change the volume.
1022 uint32_t volume,
1030 // indicate no volume is available.
1031 if (volume != 0) {
1036 (volume * kMaxVolumeLevel +
1043 // and change the maxVolume to volume i
170 OnDataAvailable(const int voe_channels[], int number_of_voe_channels, const int16_t* audio_data, int sample_rate, int number_of_channels, int number_of_frames, int audio_delay_milliseconds, int volume, bool key_pressed, bool need_audio_processing) argument
1013 ProcessRecordedDataWithAPM( const int voe_channels[], int number_of_voe_channels, const void* audio_data, uint32_t sample_rate, uint8_t number_of_channels, uint32_t number_of_frames, uint32_t audio_delay_milliseconds, int32_t clock_drift, uint32_t volume, bool key_pressed) argument
[all...]
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp63 /* speaking volume */
77 const char * PICO_VOLUME_OPEN_TAG = "<volume level='%d'>";
78 const char * PICO_VOLUME_CLOSE_TAG = "</volume>";
94 const char * picoSupportedProperties[] = { "language", "rate", "pitch", "volume" };
116 int picoProp_currVolume = PICO_DEF_VOLUME; /* current volume */
521 * Add <speed>, <pitch> and <volume> tags to the text,
545 if (picoProp_currVolume != PICO_DEF_VOLUME) { /* non-default volume */
1305 * Set property. The supported properties are: language, rate, pitch and volume.
1315 int volume; local
1318 Supported properties include: language (locale), rate, pitch, volume
[all...]
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_input_renderer_host.cc388 void AudioInputRendererHost::OnSetVolume(int stream_id, double volume) { argument
397 entry->controller->SetVolume(volume);
398 audio_log_->OnSetVolume(stream_id, volume);
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win_unittest.cc45 double volume));
67 double volume) OVERRIDE {
128 double volume) {
125 OnData(AudioInputStream* stream, const AudioBus* src, uint32 hardware_delay_bytes, double volume) argument
/external/chromium_org/media/base/android/
H A Dmedia_player_bridge.cc381 void MediaPlayerBridge::SetVolume(double volume) { argument
383 volume_ = volume;
390 env, j_media_player_bridge_.obj(), volume);
/external/qemu/distrib/sdl-1.2.15/src/audio/ums/
H A DSDL_umsaudio.c69 static UMSAudioDevice_ReturnCode UADSetVolume(_THIS, long volume );
467 static UMSAudioDevice_ReturnCode UADSetVolume(_THIS, long volume )
470 * Set the volume.
475 volume );
/external/chromium_org/chrome/browser/speech/
H A Dtts_android.cc52 params.rate, params.pitch, params.volume);
/external/chromium_org/chromeos/audio/
H A Dcras_audio_handler.h38 // Called when output volume changed.
99 // Returns true if the output volume is below the default mute volume level.
102 // Returns volume level in 0-100% range at which the volume should be muted.
105 // Gets volume level in 0-100% range (0 being pure silence) for the current
109 // Gets volume level in 0-100% range (0 being pure silence) for a device.
116 // Gets volume level in 0-100% range (0 being pure silence) for a device.
134 // Sets volume level to |volume_percent|, whose range is from 0-100%.
140 // Adjusts volume u
[all...]
/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client_stub_impl.cc86 int32 volume) {
85 SetOutputNodeVolume(uint64 node_id, int32 volume) argument
/external/chromium_org/content/browser/media/android/
H A Dbrowser_media_player_manager.h112 virtual void OnSetVolume(int player_id, double volume);
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_manager_impl.h92 virtual void OnAudioLevelsChange(int session_id, float volume,
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.h74 virtual void setVolume(double volume);
/external/chromium_org/media/audio/alsa/
H A Dalsa_output.cc329 void AlsaPcmOutputStream::SetVolume(double volume) { argument
332 volume_ = static_cast<float>(volume);
335 void AlsaPcmOutputStream::GetVolume(double* volume) { argument
338 *volume = volume_;
369 // volume adjust should use SSE optimized vector_fmul() prior to interleave.

Completed in 1045 milliseconds

<<11121314151617