Searched refs:iInPort (Results 1 – 10 of 10) sorted by relevance
349 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 …]
38 , 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 …]
402 PVMFPortInterface* iInPort; variable
38 , 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 …]
380 PVMFPortInterface* iInPort; variable
717 …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 …]
642 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 …]
1165 PVMFPortInterface* iInPort; variable
527 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 …]
589 PVMFPortInterface* iInPort; variable