Home
last modified time | relevance | path

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

/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp713 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(FsiMemfrag, KvpKey);); in HandlePortReEnable()
756 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp… in HandlePortReEnable()
767 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in HandlePortReEnable()
1218 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(FsiMemfrag, KvpKey);); in NegotiateComponentParameters()
1260 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp… in NegotiateComponentParameters()
1272 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in NegotiateComponentParameters()
2103 if (iOutPort->IsOutgoingQueueBusy()) in QueueOutputBuffer()
2169 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(FsiMemfrag, KvpKey);); in QueueOutputBuffer()
2211 if (iOutPort && (iOutPort->QueueOutgoingMsg(mediaMsgOut) == PVMFSuccess)) in QueueOutputBuffer()
2275 if (iOutPort) in DoRequestPort()
[all …]
/external/opencore/nodes/pvwavffparsernode/src/
Dpvmf_wavffparser_node.cpp56 iOutPort(NULL), in PVMFWAVFFParserNode()
415 if (iOutPort->OutgoingMsgQueueSize() > 0) in Run()
428 iOutPort->ResumeInput(); in Run()
1128 trackportinfo.iPort = iOutPort; in DoInit()
1142 OSCL_DELETE(iOutPort); in DoInit()
1143 iOutPort = NULL; in DoInit()
1153 if (iOutPort && iOutPort->IsConnected()) in DoInit()
1158 iOutPort->iConnectedPort->QueryInterface(PVMI_CAPABILITY_AND_CONFIG_PVUUID, temp); in DoInit()
1314 if (iOutPort) in DoStop()
1315 iOutPort->ClearMsgQueues(); in DoStop()
[all …]
Dpvmf_wavffparser_node.h517 PVMFWAVFFParserOutPort* iOutPort; variable
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.cpp46 iOutPort = NULL; in PVMFAACFFParserNode()
698 if (!GetTrackInfo(iOutPort, trackPortInfoPtr)) in Run()
716 && iOutPort in Run()
717 && iOutPort->OutgoingMsgQueueSize() == 0) in Run()
722 iOutPort->ResumeInput(); in Run()
1192 if (iOutPort) in DoStop()
1195 iOutPort->ClearMsgQueues(); in DoStop()
1302 …OSCL_TRY(leavecode, iOutPort = OSCL_NEW(PVMFAACFFParserOutPort, (PVMF_AAC_PARSER_NODE_PORT_TYPE_SO… in DoRequestPort()
1303 if (leavecode != OsclErrNone || !iOutPort) in DoRequestPort()
1315 if (!iOutPort->IsFormatSupported(fmt)) in DoRequestPort()
[all …]
Dpvmf_aacffparser_node.h946 PVMFAACFFParserOutPort* iOutPort; variable
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_node.cpp57 iOutPort(NULL), in PVMFAMRFFParserNode()
398 if (!GetTrackInfo(iOutPort, trackPortInfoPtr)) in Run()
416 && iOutPort in Run()
417 && iOutPort->OutgoingMsgQueueSize() == 0) in Run()
420 iOutPort->ResumeInput(); in Run()
1095 if (iOutPort in HandlePortActivity()
1096 && iOutPort->OutgoingMsgQueueSize() > 0) in HandlePortActivity()
1600 if (iOutPort) in DoStop()
1602 iOutPort->ClearMsgQueues(); in DoStop()
1779 if (iOutPort) in DoRequestPort()
[all …]
Dpvmf_amrffparser_node.h627 PVMFAMRFFParserOutPort* iOutPort; variable
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp323 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(yuvFsiMemfrag, KvpKey… in HandlePortReEnable()
367 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp… in HandlePortReEnable()
379 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in HandlePortReEnable()
832 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(yuvFsiMemfrag, KvpKey… in NegotiateComponentParameters()
878 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp… in NegotiateComponentParameters()
890 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in NegotiateComponentParameters()
1465 if (iOutPort->IsOutgoingQueueBusy()) in QueueOutputBuffer()
1549 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(yuvFsiMemfrag, KvpKey… in QueueOutputBuffer()
1621 if (iOutPort && (iOutPort->QueueOutgoingMsg(mediaMsgOut) == PVMFSuccess)) in QueueOutputBuffer()
1686 if (iOutPort) in DoRequestPort()
[all …]
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp632 iOutPort(NULL), in PVMFOMXEncNode()
965 if (iOutPort) in Run()
967 while (iOutPort->OutgoingMsgQueueSize()) in Run()
970 if (!ProcessOutgoingMsg(iOutPort)) in Run()
1084 if (iOutPort && iOutPort->IsOutgoingQueueBusy()) in Run()
1126 if (iInPort && iOutPort && (iCurrentCommand.size() > 0) && in Run()
1129 (iOutPort->OutgoingMsgQueueSize() == 0) && in Run()
1140 OSCL_ASSERT(iInPort->IncomingMsgQueueSize() == 0 && iOutPort->OutgoingMsgQueueSize() == 0); in Run()
1463 this, iNodeTypeId, iOutPort, PVMF_PORT_ACTIVITY_OUTGOING_MSG)); in ProcessOutgoingMsg()
4653 if (iOutPort) in HandleComponentStateChange()
[all …]
Dpvmf_omx_enc_node.h1155 PVMFPortInterface* iOutPort; variable
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp525 iOutPort(NULL), in PVMFOMXBaseDecNode()
671 if (iOutPort) in Run()
673 while (iOutPort->OutgoingMsgQueueSize()) in Run()
676 if (!ProcessOutgoingMsg(iOutPort)) in Run()
810 if (iOutPort && iOutPort->IsOutgoingQueueBusy()) in Run()
850 if (iInPort && iOutPort && (iCurrentCommand.size() > 0) && in Run()
853 (iOutPort->OutgoingMsgQueueSize() == 0) && in Run()
859 OSCL_ASSERT(iInPort->IncomingMsgQueueSize() == 0 && iOutPort->OutgoingMsgQueueSize() == 0); in Run()
871 iOutPort->ResumeInput(); in Run()
1142 this, iName.Str(), iOutPort, PVMF_PORT_ACTIVITY_OUTGOING_MSG)); in ProcessOutgoingMsg()
[all …]
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h586 PVMFPortInterface* iOutPort; variable