Home
last modified time | relevance | path

Searched refs:iInPort (Results 1 – 10 of 10) sorted by relevance

/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp349 if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_LATM) in ProcessIncomingMsg()
529 if (iInPort) in HandlePortReEnable()
532 if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_MPEG4_AUDIO || in HandlePortReEnable()
533 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_3640 || in HandlePortReEnable()
534 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_LATM || in HandlePortReEnable()
535 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_ADIF || in HandlePortReEnable()
536 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_ASF_MPEG4_AUDIO || in HandlePortReEnable()
537 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_AAC_SIZEHDR) // for testing in HandlePortReEnable()
566 if (iInPort != NULL) in HandlePortReEnable()
568 Format = ((PVMFOMXDecPort*)iInPort)->iFormat; in HandlePortReEnable()
[all …]
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_node.cpp38 , iInPort(NULL) in PVMFDummyFileOutputNode()
108 if (iInPort) in ~PVMFDummyFileOutputNode()
110 OSCL_DELETE(((PVMFDummyFileOutputInPort*)iInPort)); in ~PVMFDummyFileOutputNode()
111 iInPort = NULL; in ~PVMFDummyFileOutputNode()
471 if (iInPort) in SetClock()
473 return ((PVMFDummyFileOutputInPort*)iInPort)->SetClock(aClock); in SetClock()
497 if (iInPort) in SetMargins()
499 return ((PVMFDummyFileOutputInPort*)iInPort)->SetMargins(aEarlyMargin, aLateMargin); in SetMargins()
511 if (iInPort) in ClockStarted()
513 ((PVMFDummyFileOutputInPort*)iInPort)->Start(); in ClockStarted()
[all …]
Dpvmf_dummy_fileoutput_node.h402 PVMFPortInterface* iInPort; variable
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_node.cpp38 , iInPort(NULL) in PVMFFileOutputNode()
109 if (iInPort) in ~PVMFFileOutputNode()
111 OSCL_DELETE(((PVMFFileOutputInPort*)iInPort)); in ~PVMFFileOutputNode()
112 iInPort = NULL; in ~PVMFFileOutputNode()
555 if (iInPort) in SetClock()
557 return ((PVMFFileOutputInPort*)iInPort)->SetClock(aClock); in SetClock()
581 if (iInPort) in SetMargins()
583 return ((PVMFFileOutputInPort*)iInPort)->SetMargins(aEarlyMargin, aLateMargin); in SetMargins()
595 if (iInPort) in ClockStarted()
597 ((PVMFFileOutputInPort*)iInPort)->Start(); in ClockStarted()
[all …]
Dpvmf_fileoutput_node.h380 PVMFPortInterface* iInPort; variable
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp717 …arameters->height != 0) && iInPort && (((PVMFOMXDecPort*)iInPort)->iFormat != PVMF_MIME_H2631998 |… in NegotiateComponentParameters()
1053 if (iInPort != NULL) in NegotiateComponentParameters()
1055 Format = ((PVMFOMXDecPort*)iInPort)->iFormat; in NegotiateComponentParameters()
1156 if (iInPort != NULL) in InitDecoder()
1158 Format = ((PVMFOMXDecPort*)iInPort)->iFormat; in InitDecoder()
1163 uint8* initbuffer = ((PVMFOMXDecPort*)iInPort)->getTrackConfig(); in InitDecoder()
1164 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()
1200 uint8* initbuffer = ((PVMFOMXDecPort*)iInPort)->getTrackConfig(); in InitDecoder()
1201 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()
1219 uint8* initbuffer = ((PVMFOMXDecPort*)iInPort)->getTrackConfig(); in InitDecoder()
[all …]
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp642 iInPort(NULL), in PVMFOMXEncNode()
962 … && (!iInputCommands.empty() || (iInPort && (iInPort->IncomingMsgQueueSize() > 0)) || in Run()
1013 …if (iInPort && (iInPort->IncomingMsgQueueSize() > 0) && (iDataIn.GetRep() == NULL) && !iEndOfDataR… in Run()
1016 if (!ProcessIncomingMsg(iInPort)) in Run()
1053 while (iInPort && in Run()
1054 …(((iInPort->IncomingMsgQueueSize() > 0) || (iDataIn.GetRep() != NULL)) && (iNumOutstandingInputBuf… in Run()
1153 if (iInPort && iOutPort && (iCurrentCommand.size() > 0) && in Run()
1155 (iInPort->IncomingMsgQueueSize() == 0) && in Run()
1167 OSCL_ASSERT(iInPort->IncomingMsgQueueSize() == 0 && iOutPort->OutgoingMsgQueueSize() == 0); in Run()
1666 if (iInPort) in HandleProcessingState()
[all …]
Dpvmf_omx_enc_node.h1165 PVMFPortInterface* iInPort; variable
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp527 iInPort(NULL), in PVMFOMXBaseDecNode()
651 … && (!iInputCommands.empty() || (iInPort && (iInPort->IncomingMsgQueueSize() > 0)) || in Run()
706 if (iInPort && (iInPort->IncomingMsgQueueSize() > 0) && (iDataIn.GetRep() == NULL) && in Run()
714 if (!ProcessIncomingMsg(iInPort)) in Run()
765 while (iInPort && in Run()
766 …(((iInPort->IncomingMsgQueueSize() > 0) || (iDataIn.GetRep() != NULL)) && (iNumOutstandingInputBuf… in Run()
864 if (iInPort && iOutPort && (iCurrentCommand.size() > 0) && in Run()
866 (iInPort->IncomingMsgQueueSize() == 0) && in Run()
873 OSCL_ASSERT(iInPort->IncomingMsgQueueSize() == 0 && iOutPort->OutgoingMsgQueueSize() == 0); in Run()
884 iInPort->ResumeInput(); in Run()
[all …]
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h589 PVMFPortInterface* iInPort; variable