Searched refs:frameList (Results 1 – 5 of 5) sorted by relevance
44 static list<FrameInfo> frameList; variable88 frameList.emplace_back(info); in sortFrame()89 if (frameList.size() > 1) { in sortFrame()90 frameList.sort(FrameCompare); in sortFrame()91 FrameInfo first = frameList.front(); in sortFrame()92 auto it = frameList.begin(); in sortFrame()96 frameList.pop_front(); in sortFrame()106 frameList.sort(FrameCompare); in OnDecOutputDataAvailable()107 while (frameList.size() > 0) { in OnDecOutputDataAvailable()108 FrameInfo first = frameList.front(); in OnDecOutputDataAvailable()[all …]
59 std::vector<DfxFrame> frameList; member
132 std::vector<DfxFrame> frames = taf.frameList; in GetFullStack()
385 taf.frameList = frames; in ProcessStackBuffer()
2614 std::vector<sptr<FrameRecord>> frameList = recorderBufferQueue_.GetAllElements(); in DrainOutImage() local2615 if (!frameList.empty()) { in DrainOutImage()2616 frameList.back()->SetCoverFrame(); in DrainOutImage()2619 for (const auto& frame : frameList) { in DrainOutImage()