Home
last modified time | relevance | path

Searched refs:graph (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_tracking.cpp83 void BufferTracking::DumpBufferTrace(const int32_t id, BufferTraceGraph& graph) in DumpBufferTrace() argument
86 stalker.DumpTrace(id, graph); in DumpBufferTrace()
H A Dbuffer_loop_tracking.cpp204 void TrackingStream::DumpTrace(BufferTraceGraph& graph) in DumpTrace() argument
206 graph.clear(); in DumpTrace()
211 graph.clear(); in DumpTrace()
218 graph.clear(); in DumpTrace()
223 graph.emplace_back(std::make_pair(n->GetNodeName(), buffers)); in DumpTrace()
482 void BufferLoopTracking::DumpTrace(const int32_t id, BufferTraceGraph& graph) in DumpTrace() argument
490 stream->DumpTrace(graph); in DumpTrace()
/drivers/peripheral/camera/test/ut/buffer_manager/
H A Dbuffer_manager_utest.cpp370 BufferTraceGraph graph{}; in HWTEST_F()
371 BufferTracking::DumpBufferTrace(0, graph); in HWTEST_F()
378 EXPECT_EQ(true, graph.size() == 10); in HWTEST_F()
379 EXPECT_EQ(true, graph.front().first == "SourceNode"); in HWTEST_F()
380 EXPECT_EQ(true, graph.front().second.size() == 3); in HWTEST_F()
381 EXPECT_EQ(true, graph.back().first == "SinkNode"); in HWTEST_F()
382 EXPECT_EQ(true, graph.back().second.size() < 2); in HWTEST_F()
383 for (auto it = graph.begin(); it != graph.end(); it++) { in HWTEST_F()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_loop_tracking.h71 void DumpTrace(BufferTraceGraph& graph);
113 void DumpTrace(const int32_t trackingId, BufferTraceGraph& graph);
/drivers/peripheral/camera/vdi_base/common/include/
H A Dbuffer_tracking.h70 static void DumpBufferTrace(const int32_t id, BufferTraceGraph& graph);

Completed in 7 milliseconds