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

  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 323 iDataIn.Unbind();
653 (iDataIn.GetRep() != NULL) || (iDynamicReconfigInProgress == true) ||
707 if (iInPort && (iInPort->IncomingMsgQueueSize() > 0) && (iDataIn.GetRep() == NULL) &&
739 // (note: at EOS, iDataIn will not be available)
741 if ((iDataIn.GetRep() != NULL) ||
767 (((iInPort->IncomingMsgQueueSize() > 0) || (iDataIn.GetRep() != NULL)) && (iNumOutstandingInputBuffers < iNumInputBuffers))
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 415 iDataIn.Unbind();
    [all...]
pvmf_omx_enc_node.h     [all...]
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 597 PVMFSharedMediaDataPtr iDataIn;
    [all...]
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 452 iDataIn = iLATMParser->GetOutputBuffer();
454 iDataIn->setMarkerInfo(PVMF_MEDIA_DATA_MARKER_INFO_M_BIT);
464 // return immediately (i.e. don't assign anything to iDataIn, which will prevent
491 convertToPVMFMediaData(iDataIn, msg);
    [all...]

Completed in 538 milliseconds