HomeSort by relevance Sort by last modified time
    Searched defs:VOLUME (Results 1 - 4 of 4) sorted by null

  /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;
  /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/av/services/audioflinger/
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::__anon39172
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...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 92 milliseconds