Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:VOLUME

58     static const uint32_t MAX_NUM_VOLUMES = 2; // stereo volume only
75 RAMP_VOLUME = 0x3002, // ramp to new volume
76 VOLUME = 0x3003, // don't ramp
100 // for target RAMP_VOLUME and VOLUME (8 channels max)
176 // TODO: Eventually remove legacy integer volume settings
178 int16_t volume[MAX_NUM_VOLUMES]; // U4.12 fixed point (top bit should be zero)
252 float mVolume[MAX_NUM_VOLUMES]; // floating point set volume
253 float mPrevVolume[MAX_NUM_VOLUMES]; // floating point previous volume
254 float mVolumeInc[MAX_NUM_VOLUMES]; // floating point volume increment
340 /* multi-format volume mixing function (calls template functions
344 * USEFLOATVOL (set to true if float volume is used)
345 * ADJUSTVOL (set to true if volume ramp parameters needs adjustment afterwards)