Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/medialayernode/include/
Dpvmf_medialayer_node.h172 OSCL_IMPORT_REF virtual uint32 getMaxOutPortTimestamp(PVMFPortInterface* aPort,
245 uint32 getMaxOutPortTimestamp(PVMFPortInterface* aPort, bool oPeek = false);
309 OSCL_IMPORT_REF uint32 getMaxOutPortTimestamp(PVMFPortInterface* aPort, bool oPeek = false);
/external/opencore/nodes/streaming/medialayernode/src/
Dpvmf_medialayer_node.cpp3303 uint32 PVMFMediaLayerNode::getMaxOutPortTimestamp(PVMFPortInterface* aPort, in getMaxOutPortTimestamp() function in PVMFMediaLayerNode
3564 PVMFMediaLayerNodeExtensionInterfaceImpl::getMaxOutPortTimestamp(PVMFPortInterface* aPort, in getMaxOutPortTimestamp() function in PVMFMediaLayerNodeExtensionInterfaceImpl
3567 return iContainer->getMaxOutPortTimestamp(aPort, oPeek); in getMaxOutPortTimestamp()
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp6403 iActualMediaDataTS = mlExtIntf->getMaxOutPortTimestamp(mlInPort); in GetMaxMediaTS()