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

  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 767 ipExternalOutputBufferAllocatorInterface = NULL;
773 ipExternalOutputBufferAllocatorInterface = (PVInterface *)kvp->value.key_specific_value;
775 if (ipExternalOutputBufferAllocatorInterface)
778 OSCL_TRY(err, ipExternalOutputBufferAllocatorInterface->queryInterface(PVMFFixedSizeBufferAllocUUID, pTempPVInterfacePtr););
799 ipExternalOutputBufferAllocatorInterface->removeRef();
800 ipExternalOutputBufferAllocatorInterface = NULL;
811 ipExternalOutputBufferAllocatorInterface->removeRef();
812 ipExternalOutputBufferAllocatorInterface = NULL;
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 341 ipExternalOutputBufferAllocatorInterface = NULL;
347 ipExternalOutputBufferAllocatorInterface = (PVInterface*) kvp->value.key_specific_value;
349 if (ipExternalOutputBufferAllocatorInterface)
353 OSCL_TRY(err, ipExternalOutputBufferAllocatorInterface->queryInterface(PVMFFixedSizeBufferAllocUUID, pTempPVInterfacePtr););
374 ipExternalOutputBufferAllocatorInterface->removeRef();
375 ipExternalOutputBufferAllocatorInterface = NULL;
385 ipExternalOutputBufferAllocatorInterface->removeRef();
386 ipExternalOutputBufferAllocatorInterface = NULL;
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h     [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp     [all...]

Completed in 154 milliseconds