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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
test_util.js 199 * Checkes if the given label and path of the volume are selected.
201 * @param {string} label Correct label the selected volume should have.
202 * @param {string} path Correct path the selected volume should have.
416 * Selects a volume specified by its icon name
419 * @param {string} iconName Name of the volume icon.
424 var query = '[volume-type-icon=' + iconName + ']';
425 var driveQuery = '[volume-type-icon=drive]';
436 // If the target volume is sub-volume of drive, we must click 'drive'
453 // To change the selected volume, we have to send both events 'mousedown
    [all...]
  /external/jpeg/
jquant2.c 263 /* The volume (actually 2-norm) of the box */
264 INT32 volume; member in struct:__anon19660
283 if (boxp->colorcount > maxc && boxp->volume > 0) {
294 /* Find the splittable box with the largest (scaled) volume */
303 if (boxp->volume > maxv) {
305 maxv = boxp->volume;
315 /* and recompute its volume and population */
396 /* Update box volume.
397 * We use 2-norm rather than real volume here; this biases the method
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 263 /* The volume (actually 2-norm) of the box */
264 INT32 volume; member in struct:__anon24925
283 if (boxp->colorcount > maxc && boxp->volume > 0) {
294 /* Find the splittable box with the largest (scaled) volume */
303 if (boxp->volume > maxv) {
305 maxv = boxp->volume;
315 /* and recompute its volume and population */
396 /* Update box volume.
397 * We use 2-norm rather than real volume here; this biases the method
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 72 {" Playback Volume", CTL_PLAYBACK_VOLUME},
73 {" Capture Volume", CTL_CAPTURE_VOLUME},
74 {" Volume", CTL_GLOBAL_VOLUME},
404 ALOGV("capability: volume\n");
477 * This is useful for volume controls which take two parameters as input value.
529 int volume = 0; local
538 ALOGV("capability: volume\n");
553 volume = 1;
558 volume = 1;
574 if (!volume)
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 463 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
469 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
474 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume)
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 164 // Target volume to be added the |entries|.
165 TargetVolume volume; member in struct:file_manager::__anon4263::AddEntriesMessage
179 converter->RegisterCustomField("volume",
180 &AddEntriesMessage::volume,
187 // The local volume class for test.
188 // This class provides the operations for a test volume that simulates local
192 // Adds this volume to the file system as a local volume. Returns true on
263 // The drive volume class for test.
264 // This class provides the operations for a test volume that simulates Googl
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.cc 403 int session_id, float volume, float noise_volume) {
409 delegate_listener->OnAudioLevelsChange(session_id, volume, noise_volume);
411 listener->OnAudioLevelsChange(session_id, volume, noise_volume);
  /external/webrtc/src/modules/interface/
module_common_types.h 742 const WebRtc_Word32 volume = -1,
801 const WebRtc_Word32 volume,
809 _volume = volume;
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 519 virtual status_t setVoiceVolume(float volume)
523 data.writeFloat(volume);
851 float volume = data.readFloat(); local
853 reply->writeInt32( setStreamVolume((audio_stream_type_t) stream, volume, output) );
1009 float volume = data.readFloat(); local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 84 // can not accept any other volume names
85 String volume = "fakeVolume"; local
86 assertNull(mContentResolver.query(Members.getContentUri(volume, 1), null, null, null,
MediaStore_Audio_MediaTest.java 51 // can not accept any other volume names
52 String volume = "faveVolume"; local
53 assertNull(mContentResolver.query(Media.getContentUri(volume), null, null, null, null));
MediaStore_Images_ThumbnailsTest.java 229 // can not accept any other volume names
230 String volume = "fakeVolume"; local
231 assertNull(mContentResolver.query(Thumbnails.getContentUri(volume), null, null, null,
MediaStore_Video_MediaTest.java 56 // can not accept any other volume names
57 String volume = "fakeVolume"; local
58 assertNull(mContentResolver.query(Media.getContentUri(volume), null, null, null, null));
  /external/chromium_org/chromeos/dbus/
cras_audio_client.cc 67 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) OVERRIDE {
72 writer.AppendInt32(volume);
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.cc 106 void RendererMediaPlayerManager::SetVolume(int player_id, double volume) {
107 Send(new MediaPlayerHostMsg_SetVolume(routing_id(), player_id, volume));
  /external/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc 45 LeakyBucket(double volume, double rate)
46 : volume_(volume),
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java 625 int volume = mAudioManager.getStreamVolume(AudioManager.STREAM_VOICE_CALL); local
626 nativeSetMute(mNativeAudioManagerAndroid, (volume == 0));
647 // Listen for volume change.
  /external/chromium_org/media/base/android/
media_player_bridge.cc 305 void MediaPlayerBridge::SetVolume(double volume) {
312 env, j_media_player_bridge_.obj(), volume);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 121 #define SNDRV_SEQ_EVENT_SAMPLE_VOLUME 75 /* volume and balance */
290 SAMPLE_STOP_VENVELOPE = 1, /* finish volume envelope */
297 /* sample volume control; if any value is set to -1 == do not change */
299 signed short volume; /* range: 0-16383 */ member in struct:snd_seq_ev_volume
320 struct snd_seq_ev_volume volume; member in union:snd_seq_ev_sample_control::__anon39590
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 121 #define SNDRV_SEQ_EVENT_SAMPLE_VOLUME 75 /* volume and balance */
290 SAMPLE_STOP_VENVELOPE = 1, /* finish volume envelope */
297 /* sample volume control; if any value is set to -1 == do not change */
299 signed short volume; /* range: 0-16383 */ member in struct:snd_seq_ev_volume
320 struct snd_seq_ev_volume volume; member in union:snd_seq_ev_sample_control::__anon41104
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 245 // If primary external storage is ejected, then remove the external volume
246 // notify all cursors backed by data on that volume.
269 // We do this to avoid deleting files if the volume is remounted while
5096 String volume = srcuri.toString().substring(16, 24); \/\/ extract internal\/external local
5117 String volume = srcuri.toString().substring(16, 24); \/\/ extract internal\/external local
5369 String volume = uri.getPathSegments().get(0); local
    [all...]
  /bionic/libc/kernel/common/linux/
videodev.h 137 __u16 volume; member in struct:video_audio
  /development/ndk/platforms/android-3/include/linux/
videodev.h 97 __u16 volume; member in struct:video_audio
  /external/chromium/chrome/browser/extensions/
extension_tts_apitest.cc 36 double volume));

Completed in 274 milliseconds

<<21222324252627282930>>