Searched refs:BaseStreamGraph (Results 1 – 10 of 10) sorted by relevance
20 BaseStreamGraph::BaseStreamGraph(BaseSessionCallback* callback, int localFd) : in BaseStreamGraph() function in BaseStreamGraph33 BaseStreamGraph::~BaseStreamGraph() in ~BaseStreamGraph()39 void BaseStreamGraph::setLocalFd(int localFd) in setLocalFd()43 int BaseStreamGraph::getLocalFd() in getLocalFd()48 ImsMediaResult BaseStreamGraph::start() in start()63 ImsMediaResult BaseStreamGraph::stop() in stop()77 void BaseStreamGraph::setState(StreamState state) in setState()90 StreamState BaseStreamGraph::getState() in getState()95 void BaseStreamGraph::AddNode(BaseNode* pNode, bool bReverse) in AddNode()119 void BaseStreamGraph::RemoveNode(BaseNode* pNode) in RemoveNode()[all …]
31 class BaseStreamGraph50 BaseStreamGraph(BaseSessionCallback* callback, int localFd = 0);51 virtual ~BaseStreamGraph();
24 class VideoStreamGraph : public BaseStreamGraph28 BaseStreamGraph(callback, localFd), in BaseStreamGraph() function
24 class TextStreamGraph : public BaseStreamGraph28 BaseStreamGraph(callback, localFd), in BaseStreamGraph() function
25 class AudioStreamGraph : public BaseStreamGraph29 BaseStreamGraph(callback, localFd), in BaseStreamGraph() function
160 return BaseStreamGraph::start(); in start()
150 return BaseStreamGraph::start(); in start()
183 return BaseStreamGraph::start(); in start()
162 return BaseStreamGraph::start(); in start()
161 return BaseStreamGraph::start(); in start()