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

  /system/media/opensles/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/base/services/audioflinger/
AudioMixer.h 59 RAMP_VOLUME = 0x3002, // ramp to new volume
60 VOLUME = 0x3003, // don't ramp
70 // for TARGET VOLUME (8 channels max)
135 int16_t volume[2]; // [0]3.12 fixed point member in union:android::AudioMixer::track_t::__anon9336

Completed in 354 milliseconds