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

  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 297 if (iInBufMemoryPool)
299 iInBufMemoryPool->removeRef();
300 iInBufMemoryPool = NULL;
560 iInBufMemoryPool = NULL;
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 350 if (iInBufMemoryPool)
352 iInBufMemoryPool->removeRef();
353 iInBufMemoryPool = NULL;
791 iInBufMemoryPool = NULL;
    [all...]
pvmf_omx_enc_node.h     [all...]
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 635 OsclMemPoolFixedChunkAllocator *iInBufMemoryPool;
    [all...]
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 312 if (iInBufMemoryPool != NULL)
314 iInBufMemoryPool->deallocate((OsclAny *)iInputBufferUnderConstruction);
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 517 if (!ProvideBuffersToComponent(iInBufMemoryPool, // allocator
    [all...]

Completed in 124 milliseconds