Home
last modified time | relevance | path

Searched defs:track_t (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioMixer.h162 struct track_t { struct
163 uint32_t needs;
166 union {
171 int32_t prevVolume[MAX_NUM_VOLUMES];
175 int32_t volumeInc[MAX_NUM_VOLUMES];
176 int32_t auxInc;
177 int32_t prevAuxLevel;
181 int16_t auxLevel; // 0 <= auxLevel <= MAX_GAIN_INT, but signed for mul performance
182 uint16_t frameCount;
184 uint8_t channelCount; // 1 or 2, redundant with (needs & NEEDS_CHANNEL_COUNT__MASK)
[all …]