HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 176 - 200 of 1007) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/caif/
caif_socket.h 84 char volume[16]; member in struct:sockaddr_caif::__anon79083::__anon79087
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/caif/
caif_socket.h 84 char volume[16]; member in struct:sockaddr_caif::__anon79860::__anon79864
  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer.cc 59 double volume,
67 volume,
440 void WebRtcAudioCapturer::SetVolume(int volume) {
442 DCHECK_LE(volume, MaxVolume());
443 double normalized_volume = static_cast<double>(volume) / MaxVolume();
449 int WebRtcAudioCapturer::Volume() const {
460 double volume,
466 DCHECK_LE(volume, 1.0);
468 // We have a special situation on Linux where the microphone volume can be
469 // "higher than maximum". The input volume slider in the sound preferenc
    [all...]
media_stream_audio_processor.h 82 // |new_volume| receives the new microphone volume from the AGC.
83 // The new microphone volume range is [0, 255], and the value will be 0 if
84 // the microphone volume should not be adjusted.
91 int volume,
147 // Returns the new microphone volume in the range of |0, 255].
148 // When the volume does not need to be updated, it returns 0.
152 int volume,
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAMixer.cpp 93 long volume; member in struct:android::mixer_info_t
189 // Find PCM playback volume control element.
198 info->volume = info->max;
199 setVol[i] (elem, info->volume);
226 // Find PCM playback volume control element.
235 info->volume = info->max;
236 setVol[i] (elem, info->volume);
267 status_t ALSAMixer::setMasterVolume(float volume)
275 // Make sure volume is between bounds.
276 long vol = minVol + volume * (maxVol - minVol)
    [all...]
AudioStreamOutALSA.cpp 74 float volume; local
77 volume = (left + right) / 2;
78 if (volume < 0.0) {
79 ALOGW("AudioSessionOutALSA::setVolume(%f) under 0.0, assuming 0.0\n", volume);
80 volume = 0.0;
81 } else if (volume > 1.0) {
82 ALOGW("AudioSessionOutALSA::setVolume(%f) over 1.0, assuming 1.0\n", volume);
83 volume = 1.0;
85 vol = lrint((volume * 0x2000)+0.5);
89 ALOGV("setLpaVolume(%f)\n", volume);
    [all...]
  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 41 status_t setMasterVolume(float volume);
42 status_t getMasterVolume(float* volume);
  /external/chromium_org/media/audio/
clockless_audio_sink.cc 105 bool ClocklessAudioSink::SetVolume(double volume) {
107 return volume == 0.0;
audio_output_device.cc 108 bool AudioOutputDevice::SetVolume(double volume) {
109 if (volume < 0 || volume > 1.0)
113 base::Bind(&AudioOutputDevice::SetVolumeOnIOThread, this, volume))) {
172 void AudioOutputDevice::SetVolumeOnIOThread(double volume) {
175 ipc_->SetVolume(volume);
  /external/chromium_org/media/base/
audio_renderer_mixer_input.cc 92 bool AudioRendererMixerInput::SetVolume(double volume) {
93 volume_ = volume;
audio_converter.cc 201 const float volume = input->ProvideInput(provide_input_dest, buffer_delay); local
203 // Optimize the most common single input, full volume case.
205 if (volume == 1.0f) {
208 } else if (volume > 0) {
211 provide_input_dest->channel(i), volume,
222 // Volume adjust and mix each mixer input into |temp_dest| after rendering.
223 if (volume > 0) {
226 mixer_input_audio_bus_->channel(i), volume,
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.h 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.h 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.h 52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 59 int32_t volumeAdjust(int32_t value, int32_t volume)
61 return 2 * mulRL(0, value, volume); // Note: only use top 16b
66 float volumeAdjust(float value, float volume)
68 return value * volume;
92 inline void volume(TO*& out, TO gain) { function in class:android::Accumulator
94 Accumulator<CHANNELS-1, TO>::volume(out, gain);
108 inline void volume(TO*& out __unused, TO gain __unused) { function in class:android::Accumulator
166 * the negative half FIR dot product, accumulates, and then applies the volume.
216 accum.volume(tmp_out, volumeLR[0]);
309 * @param volumeLR is a pointer to an array of two 32 bit volume values, one per stereo channel
    [all...]
  /frameworks/base/media/java/android/media/tv/
ITvInputSession.aidl 37 void setVolume(float volume);
  /frameworks/base/services/core/java/com/android/server/hdmi/
SystemAudioStatusAction.java 28 * Action to update audio status (volume or mute) of audio amplifier
98 int volume = params[0] & 0x7F; local
99 tv().setAudioStatus(mute, volume);
  /hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.h 69 float volume,
74 virtual status_t setVoiceVolume(float volume, int delayMs = 0);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 62 // scan whenever any volume is mounted
72 private void scan(Context context, String volume) {
74 args.putString("volume", volume);
MediaScannerService.java 254 String volume = arguments.getString("volume"); local
257 if (MediaProvider.INTERNAL_VOLUME.equals(volume)) {
264 else if (MediaProvider.EXTERNAL_VOLUME.equals(volume)) {
270 if (false) Log.d(TAG, "start scanning volume " + volume + ": "
272 scan(directories, volume);
273 if (false) Log.d(TAG, "done scanning volume " + volume);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java 40 String lang, float rate, float pitch, float volume) {
47 mVolume = volume;
196 * @param volume The speech volume, in the units expected by Android TextToSpeech.
201 float rate, float pitch, float volume) {
204 pitch, volume);
217 if (volume != 1.0) {
218 params.put(TextToSpeech.Engine.KEY_PARAM_VOLUME, Double.toString(volume));
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 69 const CVolume &volume = _volumes.Front();
70 const CArchiveDatabaseEx &_db = volume.Database;
71 IInStream *_inStream = volume.Stream;
88 const CVolume &volume = _volumes[volumeIndex]; local
89 const CArchiveDatabaseEx &db = volume.Database;
176 const CVolume &volume = _volumes[efi.VolumeIndex]; local
177 const CArchiveDatabaseEx &db = volume.Database;
190 volume.StartRef2Index,
225 volume.Stream,
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 18 * the addition of a volume parameter. Hopefully the framework will adapt AsyncPlayer to support
54 float volume; field in class:NotificationPlayer.Command
93 player.setVolume(mCmd.volume, mCmd.volume);
269 * @param volume The volume at which to play this sound, as a fraction of the system volume for
271 * volume with no attenuation.
273 public void play(Context context, Uri uri, boolean looping, int stream, float volume) {
281 cmd.volume = volume
    [all...]
  /hardware/qcom/audio/hal/
voice.c 155 voice_set_volume(adev, adev->voice.volume);
301 int voice_set_volume(struct audio_device *adev, float volume)
305 adev->voice.volume = volume;
307 if (volume < 0.0) {
308 volume = 0.0;
309 } else if (volume > 1.0) {
310 volume = 1.0;
313 vol = lrint(volume * 100.0);
315 // Voice volume levels from android are mapped to driver volume levels as follows
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
introspect.h 33 #include <pulse/volume.h>
147 * modify the volume of the audio. Identical to how sinks and sources can
164 * If an application desires to modify the volume of just a single stream
165 * (commonly one of its own streams), this can be done by setting the volume
168 * There is no support for modifying the volume of source outputs.
215 pa_cvolume volume; /**< Volume of the sink */ member in struct:pa_sink_info
224 pa_volume_t base_volume; /**< Some kind of "base" volume that refers to unamplified/unattenuated volume in the context of the output device. \since 0.9.15 */
226 uint32_t n_volume_steps; /**< Number of volume steps for sinks which do not support arbitrary volumes. \since 0.9.15 *
292 pa_cvolume volume; \/**< Volume of the source *\/ member in struct:pa_source_info
496 pa_cvolume volume; \/**< The volume of this sink input *\/ member in struct:pa_sink_input_info
600 pa_cvolume volume; \/**< Default volume of this entry *\/ member in struct:pa_sample_info
    [all...]

Completed in 2238 milliseconds

1 2 3 4 5 6 78 91011>>