HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 326 - 350 of 783) sorted by null

<<11121314151617181920>>

  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 102 const CVolume &volume = _volumes.Front(); local
103 const CArchiveDatabaseEx &_db = volume.Database;
  /frameworks/av/include/media/
ToneGenerator.h 154 ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava = false);
271 float mVolume; // Volume applied to audio track
293 float volume);
  /frameworks/av/media/libeffects/data/
audio_effects.conf 100 volume {
  /frameworks/base/core/java/android/speech/tts/
PlaybackSynthesisCallback.java 38 * Volume, in the range [0.0f, 1.0f]. The default value is
69 PlaybackSynthesisCallback(int streamType, float volume, float pan,
73 mVolume = volume;
  /hardware/libhardware/include/hardware/
bt_rc.h 35 BTRC_FEAT_ABSOLUTE_VOLUME = 0x02, /* Supports TG role and volume sync */
166 /** Callback for volume change on CT
167 ** volume: Current volume setting on the CT (0-127)
169 typedef void (* btrc_volume_change_callback) (uint8_t volume, uint8_t ctype);
253 /**Send current volume setting to remote side. Support limited to SetAbsoluteVolume
254 ** This can be enhanced to support Relative Volume (AVRCP 1.0).
255 ** With RelateVolume, we will send VOLUME_UP/VOLUME_DOWN opposed to absolute volume level
256 ** volume: Should be in the range 0-127. bit7 is reseved and cannot be set
258 bt_status_t (*set_volume)(uint8_t volume);
    [all...]
  /hardware/libhardware_legacy/audio/
AudioHardwareGeneric.h 112 virtual status_t setVoiceVolume(float volume);
113 virtual status_t setMasterVolume(float volume);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 40 // The platform specific audio policy manager is in charge of the audio routing and volume control
51 // - process volume control requests: the stream volume is converted from an index value (received from UI) to a float value
124 // volume control functions
127 // initialises stream volume conversion parameters by specifying volume index range.
132 // sets the new stream volume at a level corresponding to the supplied index for the
134 // setting volume for all devices
139 // retrieve current volume index for the specified stream and the
141 // querying the volume of the active device
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmRadio.aidl 60 boolean rxSetVolume(int volume);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 146 /** volume and balance */
349 SND_SEQ_SAMPLE_STOP_VENVELOPE = 1, /**< finish volume envelope */
356 /** sample volume control; if any value is set to -1 == do not change */
358 signed short volume; /**< range: 0-16383 */ member in struct:snd_seq_ev_volume
380 snd_seq_ev_volume_t volume; /**< volume */ member in union:snd_seq_ev_sample_control::__anon37212
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
stream.h 32 #include <pulse/volume.h>
336 pa_cvolume *volume /**< Initial volume, or NULL for default */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 146 /** volume and balance */
349 SND_SEQ_SAMPLE_STOP_VENVELOPE = 1, /**< finish volume envelope */
356 /** sample volume control; if any value is set to -1 == do not change */
358 signed short volume; /**< range: 0-16383 */ member in struct:snd_seq_ev_volume
380 snd_seq_ev_volume_t volume; /**< volume */ member in union:snd_seq_ev_sample_control::__anon38802
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
stream.h 32 #include <pulse/volume.h>
336 pa_cvolume *volume /**< Initial volume, or NULL for default */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 146 /** volume and balance */
349 SND_SEQ_SAMPLE_STOP_VENVELOPE = 1, /**< finish volume envelope */
356 /** sample volume control; if any value is set to -1 == do not change */
358 signed short volume; /**< range: 0-16383 */ member in struct:snd_seq_ev_volume
380 snd_seq_ev_volume_t volume; /**< volume */ member in union:snd_seq_ev_sample_control::__anon40317
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
stream.h 32 #include <pulse/volume.h>
336 pa_cvolume *volume /**< Initial volume, or NULL for default */,
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 189 t->volume[0] = UNITY_GAIN;
190 t->volume[1] = UNITY_GAIN;
496 case VOLUME:
500 if (track.volume[param-VOLUME0] != valueInt) {
501 ALOGV("setParameter(VOLUME, VOLUME0/1: %04x)", valueInt);
502 track.prevVolume[param-VOLUME0] = track.volume[param-VOLUME0] << 16;
503 track.volume[param-VOLUME0] = valueInt;
504 if (target == VOLUME) {
521 ALOGV("setParameter(VOLUME, AUXLEVEL: %04x)", valueInt);
524 if (target == VOLUME) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
media_controls.css 36 /* Custom sliders for progress and volume. */
332 /* Volume controls: sound button and volume slider */
334 .volume-controls {
431 /* Volume slider. */
433 .custom-slider.volume {
441 .custom-slider.volume > input[type='range']::-webkit-slider-thumb {
448 .custom-slider.volume > input[type='range']::-webkit-slider-thumb:hover {
454 .custom-slider.volume > input[type='range']::-webkit-slider-thumb:active {
460 .custom-slider.volume.disabled > input[type='range']::-webkit-slider-thumb
    [all...]
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.cc 51 gfx::ImageSkia* mic_full_; // Mic image with full volume.
52 gfx::ImageSkia* mic_noise_; // Mic image with full noise volume.
53 gfx::ImageSkia* mic_empty_; // Mic image with zero volume.
54 gfx::ImageSkia* mic_mask_; // Gradient mask used by the volume indicator.
231 float volume) {
241 (((1.0f - volume) * (width * (kVolumeSteps + 1))) - width) / kVolumeSteps;
255 void SpeechRecognitionBubbleBase::SetInputVolume(float volume,
260 // Draw the empty volume image first and the current volume image on top,
261 // and then the noise volume image on top of both
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_renderer_host.h 111 // Set the volume of the audio stream referenced by |stream_id|.
112 void OnSetVolume(int stream_id, double volume);
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor.cc 115 // Return 1.0 to indicate no volume scaling on the data.
179 base::TimeDelta capture_delay, int volume, bool key_pressed,
188 ProcessData(&capture_frame_, capture_delay, volume, key_pressed);
311 int volume,
338 int err = agc->set_stream_analog_level(volume);
webmediaplayer_ms.cc 96 setVolume(GetClient()->volume());
185 void WebMediaPlayerMS::setVolume(double volume) {
189 DVLOG(1) << "WebMediaPlayerMS::setVolume(volume=" << volume << ")";
190 audio_renderer_->SetVolume(volume);
webrtc_audio_renderer.cc 143 virtual void SetVolume(float volume) OVERRIDE {
145 return delegate_->SetVolume(volume);
414 void WebRtcAudioRenderer::SetVolume(float volume) {
420 sink_->SetVolume(volume);
webrtc_local_audio_track.h 82 int volume,
  /external/chromium_org/media/audio/
audio_output_controller.cc 109 void AudioOutputController::SetVolume(double volume) {
111 &AudioOutputController::DoSetVolume, this, volume));
166 // We have successfully opened the stream. Set the initial volume.
287 void AudioOutputController::DoSetVolume(double volume) {
290 // Saves the volume to a member first. We may not be able to set the volume
291 // right away but when the stream is created we'll set the volume.
292 volume_ = volume;
  /external/chromium_org/media/audio/mac/
audio_unified_mac.cc 289 void AudioHardwareUnifiedStream::SetVolume(double volume) {
290 volume_ = static_cast<float>(volume);
291 // TODO(crogers): set volume property
294 void AudioHardwareUnifiedStream::GetVolume(double* volume) {
295 *volume = volume_;
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.h 49 // the ISimpleAudioVolume interface to manage stream volume levels on a
51 // interface to control the master volume level of an audio endpoint device.
101 virtual void SetVolume(double volume) OVERRIDE;
200 // master volume level of an audio session.
201 // The volume-level is a value in the range 0.0 to 1.0.

Completed in 3877 milliseconds

<<11121314151617181920>>