HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 126 - 150 of 978) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc 230 uint32_t volume)
233 "AudioMixerManagerLinuxPulse::SetSpeakerVolume(volume=%u)",
234 volume);
250 // We can only really set the volume if we have a connected stream
264 // Set the same volume for all channels
266 LATE(pa_cvolume_set)(&cVolumes, spec->channels, volume);
286 // Save the volume to be set at connection
287 _paSpeakerVolume = volume;
293 " could not set speaker volume, error%d",
303 AudioMixerManagerLinuxPulse::SpeakerVolume(uint32_t& volume) cons
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MovieHeaderBox.java 41 private float volume = 1.0f; field in class:MovieHeaderBox
80 return volume;
117 volume = IsoTypeReader.readFixedPoint88(content);
150 result.append("volume=").append(getVolume());
177 IsoTypeWriter.writeFixedPont88(byteBuffer, volume);
219 public void setVolume(float volume) {
220 this.volume = volume;
TrackHeaderBox.java 45 private float volume; field in class:TrackHeaderBox
81 return volume;
127 volume = IsoTypeReader.readFixedPoint88(content);
156 IsoTypeWriter.writeFixedPont88(byteBuffer, volume);
180 result.append("volume=").append(getVolume());
217 public void setVolume(float volume) {
218 this.volume = volume;
  /frameworks/base/core/java/android/preference/
SeekBarVolumizer.java 39 * Turns a {@link SeekBar} into a volume control.
197 // Do the volume changing separately to give responsive UI
249 volumeStore.volume = mLastProgress;
255 if (volumeStore.volume != -1) {
257 mLastProgress = volumeStore.volume;
275 public void postUpdateSlider(int volume) {
276 obtainMessage(UPDATE_SLIDER, volume, 0).sendToTarget();
289 final int volume = mAudioManager.getStreamVolume(mStreamType); local
290 mUiHandler.postUpdateSlider(volume);
  /external/chromium_org/content/renderer/media/
webaudio_capturer_source.cc 112 int volume = 0; local
115 capturer_->GetAudioProcessingParams(&delay, &volume, &key_pressed);
129 track_->Capture(audio_data_.get(), delay, volume, key_pressed,
webrtc_audio_capturer_unittest.cc 33 MOCK_METHOD1(SetVolume, void(double volume));
118 double volume = 0.9; local
122 int expected_volume_value = volume * capturer_->MaxVolume() + 0.5;
134 callback->Capture(audio_bus.get(), delay_ms, volume, key_pressed);
157 // Pass the delay value, volume and key_pressed info via capture callback, and
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControls.cpp 84 if (mediaElement->muted() || mediaElement->volume() <= 0)
87 if (mediaElement->volume() <= 0.33)
90 if (mediaElement->volume() <= 0.66)
274 // Calculate volume position for white background rectangle.
275 float volume = mediaElement->volume(); local
276 if (std::isnan(volume) || volume < 0)
278 if (volume > 1)
279 volume = 1
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.js 94 * Flag whether the volume slider is expanded or not.
138 * Invoked the volume button is clicked.
147 * Invoked when the focus goes out of the volume elements.
153 // If the focus goes out of the volume, hide the volume control.
164 * Shows/hides the volume controller.
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 149 int AudioSetVolume(int stream_type, int volume)
154 return AudioSystem::setStreamVolume(stream_type, volume, 0);
206 int AudioSetVolume(int stream_type, int volume)
  /frameworks/base/core/java/android/os/
Environment.java 719 final StorageVolume volume = getStorageVolume(path); local
720 if (volume != null) {
724 return mountService.getVolumeState(volume.getPath());
756 final StorageVolume volume = getStorageVolume(path); local
757 if (volume != null) {
758 return volume.isRemovable();
787 final StorageVolume volume = getStorageVolume(path); local
788 if (volume != null) {
789 return volume.isEmulated();
    [all...]
  /bionic/libc/kernel/uapi/linux/caif/
caif_socket.h 84 char volume[16]; member in struct:sockaddr_caif::__anon328::__anon332
  /cts/suite/audio_quality/lib/include/audio/
AudioRemote.h 29 virtual bool prepare(AudioHardware::SamplingRate samplingRate, int volume,
  /development/ndk/platforms/android-L/include/linux/caif/
caif_socket.h 84 char volume[16]; member in struct:sockaddr_caif::__anon1938::__anon1942
  /external/chromium_org/chrome/common/
tts_messages.h 20 IPC_STRUCT_TRAITS_MEMBER(volume)
  /external/chromium_org/chromeos/dbus/
cras_audio_client.h 55 // 2 arguments, |volume_state| which containing both input and output volume
71 // Gets the volume state, asynchronously.
78 // Sets output volume of the given |node_id| to |volume|, in the rage of
80 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) = 0;
cras_audio_client_stub_impl.h 28 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) OVERRIDE;
  /external/chromium_org/content/browser/media/capture/
web_contents_audio_input_stream.h 48 virtual void SetVolume(double volume) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_sync_writer.h 40 double volume,
  /external/chromium_org/media/audio/android/
audio_record_input.h 39 virtual void SetVolume(double volume) OVERRIDE;
  /external/chromium_org/media/audio/
audio_input_controller.h 141 double volume,
221 // Sets the capture volume of the input stream. The value 0.0 corresponds
222 // to muted and 1.0 to maximum volume.
223 virtual void SetVolume(double volume);
234 double volume) OVERRIDE;
262 void DoSetVolume(double volume);
audio_output_dispatcher.h 58 // Called by AudioOutputProxy when the volume is set.
60 double volume) = 0;
audio_output_resampler.h 52 double volume) OVERRIDE;
fake_audio_input_stream.h 35 virtual void SetVolume(double volume) OVERRIDE;
null_audio_sink.h 34 virtual bool SetVolume(double volume) OVERRIDE;
  /external/chromium_org/media/audio/pulse/
pulse_output.cc 225 void PulseAudioOutputStream::SetVolume(double volume) {
228 volume_ = static_cast<float>(volume);
231 void PulseAudioOutputStream::GetVolume(double* volume) {
234 *volume = volume_;

Completed in 1592 milliseconds

1 2 3 4 56 7 8 91011>>