Home
last modified time | relevance | path

Searched refs:iPortVector (Results 1 – 22 of 22) sorted by relevance

/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_dummy_fileinput_node.cpp139 iPortVector.Construct(PVMF_FILEINPUT_NODE_PORT_VECTOR_RESERVE); in PVMFDummyFileInputNode()
160 iPortVector.clear(); in PVMFDummyFileInputNode()
178 while (!iPortVector.empty()) in ~PVMFDummyFileInputNode()
179 iPortVector.Erase(&iPortVector.front()); in ~PVMFDummyFileInputNode()
276 iPortVector.Reset(); in GetPorts()
277 return &iPortVector; in GetPorts()
601 while (!iPortVector.empty()) in DoReset()
602 iPortVector.Erase(&iPortVector.front()); in DoReset()
605 iPortVector.Reconstruct(); in DoReset()
687 if (iPortVector.size() > 0) in DoRequestPort()
[all …]
/external/opencore/nodes/pvcommsionode/src/
Dpv_comms_io_node.cpp218 iPortVector.Reset(); in GetPorts()
219 return &iPortVector; in GetPorts()
488 for (i = 0; i < iPortVector.size(); i++) in RequestCompleted()
489 iPortVector[i]->MediaIOStarted(); in RequestCompleted()
587 while (!iPortVector.empty()) in ~PVCommsIONode()
588 iPortVector.Erase(&iPortVector.front()); in ~PVCommsIONode()
618 iPortVector.Construct(0);//reserve zero. in ConstructL()
636 iPortVector.Construct(0);//reserve zero. in ConstructL()
851 for (i = 0; i < iPortVector.size(); i++) in CommandComplete()
852 iPortVector[i]->ClearMsgQueues(); in CommandComplete()
[all …]
Dpv_comms_io_node.h364 PVMFPortVector<PVCommsIONodePort, OsclMemAllocator> iPortVector; variable
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp130 iPortVector.Construct(PVMF_JITTER_BUFFER_NODE_PORT_VECTOR_RESERVE); in Construct()
191 for (i = 0; i < iPortVector.size(); i++) in ResetNodeParams()
194 bool bRet = getPortContainer(iPortVector[i], pPortParams); in ResetNodeParams()
204 iPortVector[i]->ClearMsgQueues(); in ResetNodeParams()
230 iPortVector.clear(); in ResetNodeParams()
231 iPortVector.Reconstruct(); in ResetNodeParams()
435 iPortVector.Reset(); in GetPorts()
436 return &iPortVector; in GetPorts()
1550 for (i = 0; i < iPortVector.size(); i++) in Run()
1553 iPortVector[i]->iPortParams; in Run()
[all …]
/external/opencore/nodes/streaming/medialayernode/src/
Dpvmf_medialayer_node.cpp107 iPortVector.Construct(MEDIA_LAYER_NODE_VECTOR_RESERVE); in OSCL_DLL_ENTRY_POINT_DEFAULT()
131 iPortVector.clear(); in OSCL_DLL_ENTRY_POINT_DEFAULT()
165 while (!iPortVector.empty()) in ~PVMFMediaLayerNode()
174 if (it->iPort == iPortVector.front()) in ~PVMFMediaLayerNode()
202 iPortVector.Erase(&iPortVector.front()); in ~PVMFMediaLayerNode()
315 iPortVector.Reset(); in GetPorts()
316 return &iPortVector; in GetPorts()
715 for (i = 0; i < iPortVector.size(); i++) in DoReset()
717 iPortVector[i]->ClearMsgQueues(); in DoReset()
719 GetPortContainer(iPortVector[i], portContainerPtr); in DoReset()
[all …]
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_node.cpp302 iPortVector.Construct(PVMF_SOCKET_NODE_PORT_VECTOR_RESERVE); in PVMFSocketNode()
327 iPortVector.clear(); in PVMFSocketNode()
340 iSocketNodeStats.Log(iPortVector); in ~PVMFSocketNode()
356 iPortVector.clear(); in ~PVMFSocketNode()
453 iPortVector.Reset(); in GetPorts()
454 return &iPortVector; in GetPorts()
670 for (uint32 i = 0; i < iPortVector.size(); i++) in GetPortConfig()
672 if (iPortVector[i]->iConfig in GetPortConfig()
673 && iPortVector[i]->iConfig->iPVMFPort == &aPort) in GetPortConfig()
675 aLocalAdd = iPortVector[i]->iConfig->iAddr.iLocalAdd; in GetPortConfig()
[all …]
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp73 iPortVector.Construct(PVMF_PROTOCOLENGINE_NODE_PORT_VECTOR_RESERVE); in PVMFProtocolEngineNode()
93 iPortVector.clear(); in PVMFProtocolEngineNode()
187 iPortVector.Reset(); in GetPorts()
188 return &iPortVector; in GetPorts()
695 OSCL_TRY(err, ptr = iPortVector.Allocate();); in DoRequestPort()
739 OSCL_TRY(err, iPortVector.AddL(port);); in DoRequestPort()
772 PVMFProtocolEnginePort** portPtr = iPortVector.FindByValue(port); in DoReleasePort()
782 iPortVector.Erase(portPtr); in DoReleasePort()
1106 for (uint32 i = 0; i < iPortVector.size(); i++) in DoFlush()
1108 iPortVector[i]->SuspendInput(); in DoFlush()
[all …]
Dpvmf_protocol_engine_node.h474 PVMFPortVector<PVMFProtocolEnginePort, PVMFProtocolEngineNodeAllocator> iPortVector; variable
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_node.cpp72 iPortVector.Construct(PVMF_FILE_OUTPUT_NODE_PORT_VECTOR_RESERVE); in PVMFDummyFileOutputNode()
87 iPortVector.clear(); in PVMFDummyFileOutputNode()
292 iPortVector.Reset(); in GetPorts()
293 return &iPortVector; in GetPorts()
1169 for (i = 0; i < iPortVector.size(); i++) in DoStop()
1170 iPortVector[i]->ClearMsgQueues(); in DoStop()
1208 for (uint32 i = 0; i < iPortVector.size(); i++) in DoFlush()
1209 iPortVector[i]->SuspendInput(); in DoFlush()
Dpvmf_dummy_fileoutput_node.h427 PVMFPortVector<PVMFDummyFileOutputInPort, PVMFDummyFileOutputNodeAllocator> iPortVector; variable
/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_node.cpp140 iPortVector.Construct(PVMF_MP3FFPARSER_NODE_PORT_VECTOR_RESERVE); in PVMFMP3FFParserNode()
160 iPortVector.clear(); in PVMFMP3FFParserNode()
221 while (!iPortVector.empty()) in ~PVMFMP3FFParserNode()
223 iPortVector.Erase(&iPortVector.front()); in ~PVMFMP3FFParserNode()
326 iPortVector.Reset(); in GetPorts()
327 return &iPortVector; in GetPorts()
820 while (!iPortVector.empty()) in DoReset()
822 iPortVector.Erase(&iPortVector.front()); in DoReset()
826 iPortVector.Reconstruct(); in DoReset()
959 OSCL_TRY(err, ptr = iPortVector.Allocate();); in DoRequestPort()
[all …]
Dpvmf_mp3ffparser_node.h630 PVMFPortVector<PVMFMP3FFParserPort, PVMFMP3FFParserNodeAllocator> iPortVector; variable
/external/opencore/nodes/pvloopbacknode/include/
Dpvmf_loopback_node.h174 return &iPortVector;
207 PVMFPortVector<PVMFLoopbackIOPort, PVMFLoopbackNodeAllocator> iPortVector; variable
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_node.cpp73 iPortVector.Construct(PVMF_FILE_OUTPUT_NODE_PORT_VECTOR_RESERVE); in PVMFFileOutputNode()
88 iPortVector.clear(); in PVMFFileOutputNode()
294 iPortVector.Reset(); in GetPorts()
295 return &iPortVector; in GetPorts()
1498 for (i = 0; i < iPortVector.size(); i++) in DoStop()
1499 iPortVector[i]->ClearMsgQueues(); in DoStop()
1537 for (uint32 i = 0; i < iPortVector.size(); i++) in DoFlush()
1538 iPortVector[i]->SuspendInput(); in DoFlush()
Dpvmf_fileoutput_node.h406 PVMFPortVector<PVMFFileOutputInPort, PVMFFileOutputNodeAllocator> iPortVector; variable
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp157 iPortVector.Construct(PVMF_RTSP_NODE_PORT_VECTOR_RESERVE); in PVRTSPEngineNode()
194 iPortVector.clear(); in PVRTSPEngineNode()
1160 for (uint32 i = 0; i < iPortVector.size(); i++) in Run()
1161 iPortVector[i]->ResumeInput(); in Run()
3557 for (int32 j = iPortVector.size() - 1; j >= 0; j--) in processIncomingMessage()
3559 …if (((PVMFRTSPPort*)(iPortVector[j]))->iSdpTrackID == iSessionInfo.iSelectedStream[i].iSDPStreamId) in processIncomingMessage()
3561 PVMFRTSPPort *pvPort = (PVMFRTSPPort*)(iPortVector[j]); in processIncomingMessage()
4299 for (int32 i = iPortVector.size() - 1; i >= 0; i--) in HandlePortActivity()
4301 if (((PVMFRTSPPort*)(iPortVector[i]))->OutgoingMsgQueueSize() > 0) in HandlePortActivity()
4578 iPortVector.AddL(aPort); in DoAddPort()
[all …]
/external/opencore/nodes/pvdummyinputnode/include/
Dpvmf_dummy_fileinput_node.h182 PVMFPortVector<PVMFFileDummyInputPort, PVMFFileInputNodeAllocator> iPortVector;
/external/opencore/nodes/streaming/jitterbuffernode/include/
Dpvmf_jitter_buffer_node.h466 PVMFPortVector<PVMFJitterBufferPort, OsclMemAllocator> iPortVector; variable
/external/opencore/nodes/streaming/medialayernode/include/
Dpvmf_medialayer_node.h474 PVMFPortVector<PVMFMediaLayerPort, PVMFMediaLayerNodeAllocator> iPortVector;
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h822 PVMFPortVector<PVMFRTSPPort, PVRTSPEngineNodeAllocator> iPortVector; variable
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_node.h632 PVMFPortVector<PVMFAMRFFParserOutPort, PVMFAMRParserNodeAllocator> iPortVector; variable
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h965 PVMFPortVector<PVMFSocketPort, PVMFSocketNodeAllocator> iPortVector; variable