Searched refs:BaseStreamGraph (Results 1 – 10 of 10) sorted by relevance
20 BaseStreamGraph::BaseStreamGraph(BaseSessionCallback* callback, int localFd) : in BaseStreamGraph() function in BaseStreamGraph34 BaseStreamGraph::~BaseStreamGraph() in ~BaseStreamGraph()40 void BaseStreamGraph::setLocalFd(int localFd) in setLocalFd()44 int BaseStreamGraph::getLocalFd() in getLocalFd()49 ImsMediaResult BaseStreamGraph::start() in start()64 ImsMediaResult BaseStreamGraph::stop() in stop()78 void BaseStreamGraph::setState(StreamState state) in setState()91 StreamState BaseStreamGraph::getState() in getState()96 void BaseStreamGraph::AddNode(BaseNode* pNode, bool bReverse) in AddNode()120 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
174 return BaseStreamGraph::start(); in start()
150 return BaseStreamGraph::start(); in start()
167 return BaseStreamGraph::start(); in start()
162 return BaseStreamGraph::start(); in start()
161 return BaseStreamGraph::start(); in start()