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.cpp336 if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_LATM) in ProcessIncomingMsg()
516 if (iInPort) in HandlePortReEnable()
519 if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_MPEG4_AUDIO || in HandlePortReEnable()
520 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_3640 || in HandlePortReEnable()
521 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_LATM || in HandlePortReEnable()
522 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_ADIF || in HandlePortReEnable()
523 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_ASF_MPEG4_AUDIO || in HandlePortReEnable()
524 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_AAC_SIZEHDR) // for testing in HandlePortReEnable()
553 if (iInPort != NULL) in HandlePortReEnable()
555 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.cpp219 if (iInPort) in HandlePortReEnable()
221 if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO || in HandlePortReEnable()
222 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO_MP4 || in HandlePortReEnable()
223 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO_RAW || in HandlePortReEnable()
224 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_M4V || in HandlePortReEnable()
225 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H2631998 || in HandlePortReEnable()
226 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H2632000) in HandlePortReEnable()
230 …else if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_WMV) // This is a requirement for the WM… in HandlePortReEnable()
290 if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO || in HandlePortReEnable()
291 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO_MP4 || in HandlePortReEnable()
[all …]
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp631 iInPort(NULL), in PVMFOMXEncNode()
935 … && (!iInputCommands.empty() || (iInPort && (iInPort->IncomingMsgQueueSize() > 0)) || in Run()
986 …if (iInPort && (iInPort->IncomingMsgQueueSize() > 0) && (iDataIn.GetRep() == NULL) && !iEndOfDataR… in Run()
989 if (!ProcessIncomingMsg(iInPort)) in Run()
1026 while (iInPort && in Run()
1027 …(((iInPort->IncomingMsgQueueSize() > 0) || (iDataIn.GetRep() != NULL)) && (iNumOutstandingInputBuf… in Run()
1126 if (iInPort && iOutPort && (iCurrentCommand.size() > 0) && in Run()
1128 (iInPort->IncomingMsgQueueSize() == 0) && in Run()
1140 OSCL_ASSERT(iInPort->IncomingMsgQueueSize() == 0 && iOutPort->OutgoingMsgQueueSize() == 0); in Run()
1630 if (iInPort) in HandleProcessingState()
[all …]
Dpvmf_omx_enc_node.h1154 PVMFPortInterface* iInPort; variable
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp524 iInPort(NULL), in PVMFOMXBaseDecNode()
637 … && (!iInputCommands.empty() || (iInPort && (iInPort->IncomingMsgQueueSize() > 0)) || in Run()
692 if (iInPort && (iInPort->IncomingMsgQueueSize() > 0) && (iDataIn.GetRep() == NULL) && in Run()
700 if (!ProcessIncomingMsg(iInPort)) in Run()
751 while (iInPort && in Run()
752 …(((iInPort->IncomingMsgQueueSize() > 0) || (iDataIn.GetRep() != NULL)) && (iNumOutstandingInputBuf… in Run()
850 if (iInPort && iOutPort && (iCurrentCommand.size() > 0) && in Run()
852 (iInPort->IncomingMsgQueueSize() == 0) && in Run()
859 OSCL_ASSERT(iInPort->IncomingMsgQueueSize() == 0 && iOutPort->OutgoingMsgQueueSize() == 0); in Run()
870 iInPort->ResumeInput(); in Run()
[all …]
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h585 PVMFPortInterface* iInPort; variable