Home
last modified time | relevance | path

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

/external/opencore/nodes/pvmediaoutputnode/src/
Dpv_media_output_node.cpp265 …cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_QUERYUUID, aMimeType, aUuids, aExactU… in QueryUUID()
277 …cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_QUERYINTERFACE, aUuid, aInterfacePtr,… in QueryInterface()
287 …cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_REQUESTPORT, aPortTag, aPortConfig, a… in RequestPort()
297 cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_RELEASEPORT, aPort, aContext); in ReleasePort()
307 cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_INIT, aContext); in Init()
317 cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_PREPARE, aContext); in Prepare()
327 cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_START, aContext); in Start()
337 cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_STOP, aContext); in Stop()
347 cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_FLUSH, aContext); in Flush()
357 cmd.PVMediaOutputNodeCmdBase::Construct(s, PVMF_GENERIC_NODE_PAUSE, aContext); in Pause()
[all …]
Dpv_media_output_node.h142 #define PVMediaOutputNodeCmdBase PVMFGenericNodeCommand<OsclMemAllocator> macro