Home
last modified time | relevance | path

Searched refs:poutPort (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/streaming/medialayernode/src/
Dpvmf_medialayer_node.cpp2089 … PVMFMediaLayerPortContainer* poutPort = &this->iPortParamsQueue[pinputPort->vCounterPorts[i]]; in ProcessIncomingMsg() local
2091 msgIn->setTimestamp(poutPort->iContinuousTimeStamp); in ProcessIncomingMsg()
2092 status = poutPort->iPort->QueueOutgoingMsg(msgIn); in ProcessIncomingMsg()
2111 poutPort->iMimeType.get_cstr(), clientClock32)); in ProcessIncomingMsg()
2114 poutPort->iMimeType.get_cstr(), clientClock32)); in ProcessIncomingMsg()
2132 … PVMFMediaLayerPortContainer* poutPort = &this->iPortParamsQueue[pinputPort->vCounterPorts[i]]; in ProcessIncomingMsg() local
2134 if (poutPort->oDisableTrack == false && poutPort->oEOSReached == false) in ProcessIncomingMsg()
2136poutPort->iContinuousTimeStamp += PVMF_MEDIA_LAYER_NODE_ASF_REPOS_TIME_OFFSET_IN_MS; in ProcessIncomingMsg()
2137 msgIn->setTimestamp(poutPort->iContinuousTimeStamp); in ProcessIncomingMsg()
2139 status = poutPort->iPort->QueueOutgoingMsg(msgIn); in ProcessIncomingMsg()
[all …]
/external/opencore/nodes/streaming/medialayernode/include/
Dpvmf_medialayer_node.h402 PVMFMediaLayerPortContainer* poutPort);
404 …llocate(OsclSharedPtr<PVMFMediaDataImpl>& mediaDataImplOut, PVMFMediaLayerPortContainer* poutPort);