Searched refs:iInBufMemoryPool (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 294 if (iInBufMemoryPool) in ~PVMFOMXBaseDecNode() 296 iInBufMemoryPool->removeRef(); in ~PVMFOMXBaseDecNode() 297 iInBufMemoryPool = NULL; in ~PVMFOMXBaseDecNode() 556 iInBufMemoryPool = NULL; in PVMFOMXBaseDecNode() 1068 if (iInBufMemoryPool != NULL) in ProcessIncomingMsg() 1070 iInBufMemoryPool->deallocate((OsclAny *)iInputBufferUnderConstruction); in ProcessIncomingMsg() 1312 if (!FreeBuffersFromComponent(iInBufMemoryPool, // allocator in HandleProcessingState() 1515 if (!FreeBuffersFromComponent(iInBufMemoryPool, // allocator in HandleProcessingState() 1778 … OSCL_TRY(errcode, input_buf = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendEOSBufferToOMXComponent() 1787 …iInBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny*) iInBufMemoryPool); // To signal when … in SendEOSBufferToOMXComponent() [all …]
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 339 if (iInBufMemoryPool) in ~PVMFOMXEncNode() 341 iInBufMemoryPool->removeRef(); in ~PVMFOMXEncNode() 342 iInBufMemoryPool = NULL; in ~PVMFOMXEncNode() 777 iInBufMemoryPool = NULL; in PVMFOMXEncNode() 1564 if (!FreeBuffersFromComponent(iInBufMemoryPool, // allocator in HandleProcessingState() 1725 if (!ProvideBuffersToComponent(iInBufMemoryPool, // allocator in HandleProcessingState() 3630 … OSCL_TRY(errcode, input_buf = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendEOSBufferToOMXComponent() 3639 …iInBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny*) iInBufMemoryPool); // To signal when … in SendEOSBufferToOMXComponent() 3658 iInBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny*) iInBufMemoryPool); in SendEOSBufferToOMXComponent() 3717 … OSCL_TRY(errcode, temp = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendInputBufferToOMXComponent() [all …]
|
D | pvmf_omx_enc_node.h | 1196 OsclMemPoolFixedChunkAllocator *iInBufMemoryPool; variable
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 299 if (iInBufMemoryPool != NULL) in ProcessIncomingMsg() 301 iInBufMemoryPool->deallocate((OsclAny *)iInputBufferUnderConstruction); in ProcessIncomingMsg() 931 if (!ProvideBuffersToComponent(iInBufMemoryPool, // allocator in HandlePortReEnable()
|
/external/opencore/nodes/pvomxbasedecnode/include/ |
D | pvmf_omx_basedec_node.h | 631 OsclMemPoolFixedChunkAllocator *iInBufMemoryPool; variable
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 541 if (!ProvideBuffersToComponent(iInBufMemoryPool, // allocator in HandlePortReEnable()
|