/external/e2fsprogs/contrib/ |
e2croncheck | 11 # Make sure you customize "VG" so it is your LVM volume group name, 12 # "VOLUME" so it is the name of the filesystem's logical volume, 22 VOLUME=root 33 lvcreate -s -L ${SNAPSIZE} -n "${VOLUME}-snap" "${VG}/${VOLUME}" 34 if nice logsave -as $TMPFILE e2fsck -p $OPTS "/dev/${VG}/${VOLUME}-snap" && \ 35 nice logsave -as $TMPFILE e2fsck -fy $OPTS "/dev/${VG}/${VOLUME}-snap" ; then 37 tune2fs -C 0 -T "${START}" "/dev/${VG}/${VOLUME}" 40 tune2fs -C 16000 -T "19000101" "/dev/${VG}/${VOLUME}" [all...] |
/frameworks/av/services/audioflinger/tests/ |
test-mixer.cpp | 220 float f = AudioMixer::UNITY_GAIN_FLOAT / Providers.size(); // normalize volume by # tracks 260 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &f0); 261 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &f0); 265 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &f); 266 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &f); 271 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::AUXLEVEL, &f0);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
aural_style_util.js | 19 VOLUME: 'VOLUME', 61 VOLUME: 'volume', 92 VOLUME: cvox.AuralStyleConverter.identity,
|
/frameworks/wilhelm/src/ut/ |
OpenSLESUT.c | 87 _(VOLUME),
|
/frameworks/wilhelm/tests/automated/ |
BufferQueue_test.cpp | 42 // volume of sine wave in range 0.0 to 1.0 463 #if 1 // temporary workaround if hardware volume control is not working 464 const char *VOLUME = getenv("BufferQueue_test_VOLUME"); 465 if (NULL != VOLUME) { 466 float volume = atof(VOLUME); local 467 if (volume >= 0.0f && volume <= 1.0f) { 468 gVolume = volume;
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 261 // newly allocated track names default to full scale volume 278 // but may have a different buffer provider or volume provider 294 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &f); 295 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &f); 330 // for each track, update volume and check for underrun 360 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &vlf); 361 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &vrf);
|
AudioMixer.h | 56 static const uint32_t MAX_NUM_VOLUMES = 2; // stereo volume only 73 RAMP_VOLUME = 0x3002, // ramp to new volume 74 VOLUME = 0x3003, // don't ramp 97 // for target RAMP_VOLUME and VOLUME (8 channels max) 165 // TODO: Eventually remove legacy integer volume settings 167 int16_t volume[MAX_NUM_VOLUMES]; // U4.12 fixed point (top bit should be zero) member in union:android::AudioMixer::track_t::__anon18259 220 float mVolume[MAX_NUM_VOLUMES]; // floating point set volume 221 float mPrevVolume[MAX_NUM_VOLUMES]; // floating point previous volume 222 float mVolumeInc[MAX_NUM_VOLUMES]; // floating point volume increment 419 /* multi-format volume mixing function (calls template function [all...] |
AudioMixer.cpp | 448 // Integer volume. 449 // Currently integer volume is kept for the legacy integer mixer. 451 t->volume[0] = UNITY_GAIN_INT; 452 t->volume[1] = UNITY_GAIN_INT; 461 // Floating point volume. 723 /* Sets the volume ramp variables for the AudioMixer. 725 * The volume ramp variables are used to transition from the previous 726 * volume to the set volume. ramp controls the duration of the transition. 730 * FIXME: 1) Volume ramp is enabled only if there is a nonzero integer incremen [all...] |
Threads.cpp | [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
abstract_tts.js | 30 * volume: number}} 36 'volume': 0.5 43 * volume: number}} 49 'volume': 0.0 56 * volume: number}} 62 'volume': 1.0 69 * volume: number}} 75 'volume': 0.1 164 if (typeof(properties[tts.VOLUME]) == 'number') { 165 mergedProperties[tts.VOLUME] = properties[tts.VOLUME] [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
user_commands.js | 639 cvox.AbstractTts.VOLUME, false); 643 cvox.AbstractTts.VOLUME, true);
|
/external/qemu/android/ |
hw-events.h | 519 ABS_CODE(VOLUME, 0x20) \
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
background.js | 67 * Chrome's actual TTS which knows and cares about pitch, volume, etc. 259 case cvox.AbstractTts.VOLUME:
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | [all...] |
chromeVoxChromePageScript.js | [all...] |