Home
last modified time | relevance | path

Searched refs:iInBufMemoryPool (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp294 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()
1787iInBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny*) iInBufMemoryPool); // To signal when … in SendEOSBufferToOMXComponent()
[all …]
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp339 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()
3639iInBufMemoryPool->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 …]
Dpvmf_omx_enc_node.h1196 OsclMemPoolFixedChunkAllocator *iInBufMemoryPool; variable
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp299 if (iInBufMemoryPool != NULL) in ProcessIncomingMsg()
301 iInBufMemoryPool->deallocate((OsclAny *)iInputBufferUnderConstruction); in ProcessIncomingMsg()
931 if (!ProvideBuffersToComponent(iInBufMemoryPool, // allocator in HandlePortReEnable()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h631 OsclMemPoolFixedChunkAllocator *iInBufMemoryPool; variable
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp541 if (!ProvideBuffersToComponent(iInBufMemoryPool, // allocator in HandlePortReEnable()