HomeSort by relevance Sort by last modified time
    Searched refs:iSinkInPort (Results 1 - 2 of 2) sorted by null

  /external/opencore/engines/player/src/
pv_player_datapath.cpp 38 iSourceOutPort(NULL), iDecInPort(NULL), iDecOutPort(NULL), iSinkInPort(NULL),
197 if (!iSourceOutPort || !iSinkInPort ||
494 iSinkInPort->QueryInterface(PVMI_CAPABILITY_AND_CONFIG_PVUUID, temp);
508 if (iDecOutPort->Connect(iSinkInPort) != PVMFSuccess)
534 iSinkInPort->QueryInterface(PVMI_CAPABILITY_AND_CONFIG_PVUUID, temp);
548 if (iSourceOutPort->Connect(iSinkInPort) != PVMFSuccess)
782 leavecode = IssueDatapathReleasePort(iSinkNode, iSinkSessionId, iSinkInPort, cmdid);
    [all...]
pv_player_datapath.h 197 PVMFPortInterface* iSinkInPort;

Completed in 10 milliseconds