Home
last modified time | relevance | path

Searched refs:DeviceChannelUsage (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/sound/
H A Dmusic.h142 struct DeviceChannelUsage { struct
145 …bool operator==(const DeviceChannelUsage& other) const { return _song == other._song && _channel =… argument
146 bool operator!=(const DeviceChannelUsage& other) const { return !(*this == other); }
150 DeviceChannelUsage _map[16];
275 DeviceChannelUsage _channelMap[16];
H A Dmusic.cpp1008 DeviceChannelUsage t1; in swap()
1073 DeviceChannelUsage currentMap[16]; in remapChannels()
1296 DeviceChannelUsage dc = { song, c }; in determineChannelMap()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/sound/
H A Dmusic.h140 struct DeviceChannelUsage { struct
143 …bool operator==(const DeviceChannelUsage& other) const { return _song == other._song && _channel =… argument
144 bool operator!=(const DeviceChannelUsage& other) const { return !(*this == other); }
148 DeviceChannelUsage _map[16];
293 DeviceChannelUsage _channelMap[16];
H A Dmusic.cpp1045 DeviceChannelUsage t1; in swap()
1110 DeviceChannelUsage currentMap[16]; in remapChannels()
1333 DeviceChannelUsage dc = { song, c }; in determineChannelMap()