Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.h173 struct track_t { struct
174 uint32_t needs;
177 union {
182 int32_t prevVolume[MAX_NUM_VOLUMES];
186 int32_t volumeInc[MAX_NUM_VOLUMES];
187 int32_t auxInc;
188 int32_t prevAuxLevel;
192 int16_t auxLevel; // 0 <= auxLevel <= MAX_GAIN_INT, but signed for mul performance
193 uint16_t frameCount;
195 uint8_t channelCount; // 1 or 2, redundant with (needs & NEEDS_CHANNEL_COUNT__MASK)
[all …]