Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp1918 PVMFSharedMediaMsgPtr mediaOutMsg; in SendData() local
1920 PVMFStatus status = jbPort->iPortParams->ipJitterBuffer->RetrievePacket(mediaOutMsg, cmdPacket); in SendData()
1926 outPortParamsPtr->iLastMsgTimeStamp = mediaOutMsg->getTimestamp(); in SendData()
1929 status = outputPort->QueueOutgoingMsg(mediaOutMsg); in SendData()
1931 …[%d], Ts[%d]", jbPort->iPortParams->iMimeType.get_cstr(), mediaOutMsg->getSeqNum(), mediaOutMsg->g… in SendData()
1940 status = jbPort->iPortParams->ipJitterBuffer->RetrievePacket(mediaOutMsg, cmdPacket); in SendData()