Home
last modified time | relevance | path

Searched refs:_subPacketListA (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/decoders/
H A Dqdm2.cpp132 QDM2SubPNode _subPacketListA[16]; // list of all packets member in Audio::QDM2Stream
1085 for(i = 0; i < ARRAYSIZE(_subPacketListA); i++) { in QDM2Stream()
1086 _subPacketListA[i].packet = NULL; in QDM2Stream()
1087 _subPacketListA[i].next = NULL; in QDM2Stream()
2073 _subPacketListA[i].next = NULL; in qdm2_decode_super_block()
2076 _subPacketListA[i - 1].next = &_subPacketListA[i]; in qdm2_decode_super_block()
2123 _subPacketListA[i].packet = packet; in qdm2_decode_super_block()
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dqdm2.cpp132 QDM2SubPNode _subPacketListA[16]; // list of all packets member in Audio::QDM2Stream
1091 for(i = 0; i < ARRAYSIZE(_subPacketListA); i++) { in QDM2Stream()
1092 _subPacketListA[i].packet = NULL; in QDM2Stream()
1093 _subPacketListA[i].next = NULL; in QDM2Stream()
2082 _subPacketListA[i].next = NULL; in qdm2_decode_super_block()
2085 _subPacketListA[i - 1].next = &_subPacketListA[i]; in qdm2_decode_super_block()
2136 _subPacketListA[i].packet = packet; in qdm2_decode_super_block()
/dports/games/scummvm/scummvm-2.5.1/audio/decoders/
H A Dqdm2.cpp132 QDM2SubPNode _subPacketListA[16]; // list of all packets member in Audio::QDM2Stream
1085 for(i = 0; i < ARRAYSIZE(_subPacketListA); i++) { in QDM2Stream()
1086 _subPacketListA[i].packet = NULL; in QDM2Stream()
1087 _subPacketListA[i].next = NULL; in QDM2Stream()
2076 _subPacketListA[i].next = NULL; in qdm2_decode_super_block()
2079 _subPacketListA[i - 1].next = &_subPacketListA[i]; in qdm2_decode_super_block()
2126 _subPacketListA[i].packet = packet; in qdm2_decode_super_block()