Searched refs:TPV2WayNode (Results 1 – 7 of 7) sorted by relevance
/external/opencore/engines/2way/src/ |
D | pv_2way_engine.h | 617 class TPV2WayNode 620 TPV2WayNode() : iNode(NULL), in TPV2WayNode() function 624 TPV2WayNode(PVMFNodeInterface *aNode) : iNode(aNode), iSessionId(0) in TPV2WayNode() function 628 TPV2WayNode(const TPV2WayNode &aNode) : iNode(aNode.iNode), in TPV2WayNode() function 632 TPV2WayNode& operator=(const TPV2WayNode& a) 683 TPV2WayNode* iSinkNode; 831 … void HandleSinkNodeCmd(PV2WayNodeCmdType aType, const PVMFCmdResp& aResponse, TPV2WayNode* aNode); 841 PVMFCommandId SendNodeCmdL(PV2WayNodeCmdType aCmd, TPV2WayNode *aNode, 856 void InitiateSession(TPV2WayNode& aNode); 874 void DoAddDataSource(TPV2WayNode& aNode, const PVMFCmdResp& aResponse); [all …]
|
D | pv_2way_dec_data_channel_datapath.h | 37 void SkipComplete(TPV2WayNode* aNode); 44 TPV2WayNode* iNode;
|
D | pv_2way_engine.cpp | 513 iTscNode = TPV2WayNode(new TSC_324m(PV_LOOPBACK_MUX)); in PreInit() 572 TPV2WayNode(PVMFSplitterNode::Create());); in Init() 579 … TPV2WayNode(PVMp4FFComposerNodeFactory::CreateMp4FFComposer(this, this, this));; in Init() 589 TPV2WayNode(PVMFSplitterNode::Create());); in Init() 596 TPV2WayNode(PVMFSplitterNode::Create());); in Init() 604 TPV2WayNode(PlayFromFileNode::NewL()); in Init() 788 TPV2WayNode* srcNode; in AddDataSource() 810 srcNode = OSCL_NEW(TPV2WayNode, (node)); in AddDataSource() 825 void CPV324m2Way::DoAddDataSource(TPV2WayNode& aNode, in DoAddDataSource() 828 TPV2WayNode* srcNode = &aNode; in DoAddDataSource() [all …]
|
D | pv_2way_enc_data_channel_datapath.h | 56 TPV2WayNode* iNode;
|
D | pv_2way_dec_data_channel_datapath.cpp | 57 void CPV2WayDecDataChannelDatapath::SkipComplete(TPV2WayNode* aNode) in SkipComplete()
|
D | pv_2way_datapath.h | 220 TPV2WayNode iNode; // Actual node 238 TPV2WayNode* iNode;
|
D | pv_2way_datapath.cpp | 1282 TPV2WayNode* sink_node = i2Way->GetTPV2WayNode(i2Way->iSinkNodes, data->iNode); in CommandHandler()
|