Home
last modified time | relevance | path

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

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp289 if (iOutBufMemoryPool) in ~PVMFOMXBaseDecNode()
291 iOutBufMemoryPool->removeRef(); in ~PVMFOMXBaseDecNode()
292 iOutBufMemoryPool = NULL; in ~PVMFOMXBaseDecNode()
526 iOutBufMemoryPool(NULL), in PVMFOMXBaseDecNode()
557 iOutBufMemoryPool = NULL; in PVMFOMXBaseDecNode()
1270 if (!FreeBuffersFromComponent(iOutBufMemoryPool, // allocator in HandleProcessingState()
1473 if (!FreeBuffersFromComponent(iOutBufMemoryPool, // allocator in HandleProcessingState()
1674 …OSCL_TRY(errcode, output_buf = (OutputBufCtrlStruct *) iOutBufMemoryPool->allocate(iOutputAllocSiz… in SendOutputBufferToOMXComponent()
1684iOutBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny *) iOutBufMemoryPool); // To signal wh… in SendOutputBufferToOMXComponent()
1705 iOutBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny *)iOutBufMemoryPool); in SendOutputBufferToOMXComponent()
[all …]
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp334 if (iOutBufMemoryPool) in ~PVMFOMXEncNode()
336 iOutBufMemoryPool->removeRef(); in ~PVMFOMXEncNode()
337 iOutBufMemoryPool = NULL; in ~PVMFOMXEncNode()
633 iOutBufMemoryPool(NULL), in PVMFOMXEncNode()
778 iOutBufMemoryPool = NULL; in PVMFOMXEncNode()
1526 if (!FreeBuffersFromComponent(iOutBufMemoryPool, // allocator in HandleProcessingState()
1677 if (!ProvideBuffersToComponent(iOutBufMemoryPool, // allocator in HandleProcessingState()
1851 …OSCL_TRY(errcode, output_buf = (OutputBufCtrlStruct *) iOutBufMemoryPool->allocate(iOutputAllocSiz… in SendOutputBufferToOMXComponent()
1860iOutBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny *) iOutBufMemoryPool); // To signal wh… in SendOutputBufferToOMXComponent()
1880 iOutBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny *)iOutBufMemoryPool); in SendOutputBufferToOMXComponent()
[all …]
Dpvmf_omx_enc_node.h1169 OsclMemPoolFixedChunkAllocator *iOutBufMemoryPool; variable
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h597 OsclMemPoolFixedChunkAllocator *iOutBufMemoryPool; variable
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp850 if (!ProvideBuffersToComponent(iOutBufMemoryPool, // allocator in HandlePortReEnable()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp461 if (!ProvideBuffersToComponent(iOutBufMemoryPool, // allocator in HandlePortReEnable()