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

  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.cpp 57 iOutPort(NULL),
398 if (!GetTrackInfo(iOutPort, trackPortInfoPtr))
416 && iOutPort
417 && iOutPort->OutgoingMsgQueueSize() == 0)
420 iOutPort->ResumeInput();
    [all...]
pvmf_amrffparser_node.h 627 PVMFAMRFFParserOutPort* iOutPort;
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 726 OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(FsiMemfrag, KvpKey););
769 OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp, numKvp););
780 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp););
    [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.cpp 56 iOutPort(NULL),
415 if (iOutPort->OutgoingMsgQueueSize() > 0)
428 iOutPort->ResumeInput();
    [all...]
pvmf_wavffparser_node.h 517 PVMFWAVFFParserOutPort* iOutPort;
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 643 iOutPort(NULL),
    [all...]
pvmf_omx_enc_node.h     [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 528 iOutPort(NULL),
686 if (iOutPort)
688 while (iOutPort->OutgoingMsgQueueSize())
691 if (!ProcessOutgoingMsg(iOutPort))
825 if (iOutPort && iOutPort->IsOutgoingQueueBusy())
    [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp 46 iOutPort = NULL;
698 if (!GetTrackInfo(iOutPort, trackPortInfoPtr))
716 && iOutPort
717 && iOutPort->OutgoingMsgQueueSize() == 0)
722 iOutPort->ResumeInput();
    [all...]
pvmf_aacffparser_node.h     [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 299 OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(yuvFsiMemfrag, KvpKey););
343 OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp, numKvp););
355 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp););
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 590 PVMFPortInterface* iOutPort;
    [all...]

Completed in 436 milliseconds