HomeSort by relevance Sort by last modified time
    Searched refs:iInPort (Results 1 - 10 of 10) sorted by null

  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 349 if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_LATM)
529 if (iInPort)
532 if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_MPEG4_AUDIO ||
533 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_3640 ||
534 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_LATM ||
535 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_ADIF ||
536 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_ASF_MPEG4_AUDIO ||
537 ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_AAC_SIZEHDR) // for testing
566 if (iInPort != NULL)
568 Format = ((PVMFOMXDecPort*)iInPort)->iFormat
    [all...]
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node.cpp 38 , iInPort(NULL)
108 if (iInPort)
110 OSCL_DELETE(((PVMFDummyFileOutputInPort*)iInPort));
111 iInPort = NULL;
471 if (iInPort)
473 return ((PVMFDummyFileOutputInPort*)iInPort)->SetClock(aClock);
497 if (iInPort)
499 return ((PVMFDummyFileOutputInPort*)iInPort)->SetMargins(aEarlyMargin, aLateMargin);
511 if (iInPort)
513 ((PVMFDummyFileOutputInPort*)iInPort)->Start()
    [all...]
pvmf_dummy_fileoutput_node.h 402 PVMFPortInterface* iInPort;
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.cpp 38 , iInPort(NULL)
109 if (iInPort)
111 OSCL_DELETE(((PVMFFileOutputInPort*)iInPort));
112 iInPort = NULL;
555 if (iInPort)
557 return ((PVMFFileOutputInPort*)iInPort)->SetClock(aClock);
581 if (iInPort)
583 return ((PVMFFileOutputInPort*)iInPort)->SetMargins(aEarlyMargin, aLateMargin);
595 if (iInPort)
597 ((PVMFFileOutputInPort*)iInPort)->Start()
    [all...]
pvmf_fileoutput_node.h 380 PVMFPortInterface* iInPort;
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 717 if ((pOutputParameters->width != 0) && (pOutputParameters->height != 0) && iInPort && (((PVMFOMXDecPort*)iInPort)->iFormat != PVMF_MIME_H2631998 || ((PVMFOMXDecPort*)iInPort)->iFormat != PVMF_MIME_H2632000))
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 642 iInPort(NULL),
    [all...]
pvmf_omx_enc_node.h     [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 527 iInPort(NULL),
652 && (!iInputCommands.empty() || (iInPort && (iInPort->IncomingMsgQueueSize() > 0)) ||
707 if (iInPort && (iInPort->IncomingMsgQueueSize() > 0) && (iDataIn.GetRep() == NULL) &&
715 if (!ProcessIncomingMsg(iInPort))
766 while (iInPort &&
767 (((iInPort->IncomingMsgQueueSize() > 0) || (iDataIn.GetRep() != NULL)) && (iNumOutstandingInputBuffers < iNumInputBuffers))
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 589 PVMFPortInterface* iInPort;
    [all...]

Completed in 232 milliseconds