Searched refs:StreamBlocks (Results 1 – 1 of 1) sorted by relevance
311 std::vector<uint32_t> *StreamBlocks = nullptr; in dumpStructure() local316 StreamBlocks = &StreamMap[StreamIdx]; in dumpStructure()317 if (NumExpectedStreamBlocks > StreamBlocks->size()) in dumpStructure()327 StreamBlocks->push_back(Data); in dumpStructure()344 std::vector<uint32_t> &StreamBlocks = StreamMap[StreamIdx]; in dumpStructure() local345 for (uint32_t &StreamBlock : StreamBlocks) { in dumpStructure()346 if (&StreamBlock != &StreamBlocks.front()) in dumpStructure()360 std::vector<uint32_t> &StreamBlocks = StreamMap[DumpStreamNum]; in dumpStructure() local361 for (uint32_t &StreamBlockAddr : StreamBlocks) { in dumpStructure()