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.cpp726 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(FsiMemfrag, KvpKey);); in HandlePortReEnable()
769 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp… in HandlePortReEnable()
780 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in HandlePortReEnable()
1268 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(FsiMemfrag, KvpKey);); in NegotiateComponentParameters()
1310 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp… in NegotiateComponentParameters()
1322 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in NegotiateComponentParameters()
2153 if (iOutPort->IsOutgoingQueueBusy()) in QueueOutputBuffer()
2219 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(FsiMemfrag, KvpKey);); in QueueOutputBuffer()
2261 if (iOutPort && (iOutPort->QueueOutgoingMsg(mediaMsgOut) == PVMFSuccess)) in QueueOutputBuffer()
2325 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.cpp299 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(yuvFsiMemfrag, KvpKey… in HandlePortReEnable()
343 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp… in HandlePortReEnable()
355 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in HandlePortReEnable()
938 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(yuvFsiMemfrag, KvpKey… in NegotiateComponentParameters()
982 …OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp… in NegotiateComponentParameters()
994 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in NegotiateComponentParameters()
1490 if (iOutPort->IsOutgoingQueueBusy()) in QueueOutputBuffer()
1556 …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.cpp643 iOutPort(NULL), in PVMFOMXEncNode()
992 if (iOutPort) in Run()
994 while (iOutPort->OutgoingMsgQueueSize()) in Run()
997 if (!ProcessOutgoingMsg(iOutPort)) in Run()
1111 if (iOutPort && iOutPort->IsOutgoingQueueBusy()) in Run()
1153 if (iInPort && iOutPort && (iCurrentCommand.size() > 0) && in Run()
1156 (iOutPort->OutgoingMsgQueueSize() == 0) && in Run()
1167 OSCL_ASSERT(iInPort->IncomingMsgQueueSize() == 0 && iOutPort->OutgoingMsgQueueSize() == 0); in Run()
1499 this, iNodeTypeId, iOutPort, PVMF_PORT_ACTIVITY_OUTGOING_MSG)); in ProcessOutgoingMsg()
4846 if (iOutPort) in HandleComponentStateChange()
[all …]
Dpvmf_omx_enc_node.h1166 PVMFPortInterface* iOutPort; variable
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp528 iOutPort(NULL), in PVMFOMXBaseDecNode()
685 if (iOutPort) in Run()
687 while (iOutPort->OutgoingMsgQueueSize()) in Run()
690 if (!ProcessOutgoingMsg(iOutPort)) in Run()
824 if (iOutPort && iOutPort->IsOutgoingQueueBusy()) in Run()
864 if (iInPort && iOutPort && (iCurrentCommand.size() > 0) && in Run()
867 (iOutPort->OutgoingMsgQueueSize() == 0) && in Run()
873 OSCL_ASSERT(iInPort->IncomingMsgQueueSize() == 0 && iOutPort->OutgoingMsgQueueSize() == 0); in Run()
885 iOutPort->ResumeInput(); in Run()
1164 this, iName.Str(), iOutPort, PVMF_PORT_ACTIVITY_OUTGOING_MSG)); in ProcessOutgoingMsg()
[all …]
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h590 PVMFPortInterface* iOutPort; variable