Searched refs:iOutBufMemoryPool (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 289 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() 1684 …iOutBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny *) iOutBufMemoryPool); // To signal wh… in SendOutputBufferToOMXComponent() 1705 iOutBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny *)iOutBufMemoryPool); in SendOutputBufferToOMXComponent() [all …]
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 334 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() 1860 …iOutBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny *) iOutBufMemoryPool); // To signal wh… in SendOutputBufferToOMXComponent() 1880 iOutBufMemoryPool->notifyfreechunkavailable(*this, (OsclAny *)iOutBufMemoryPool); in SendOutputBufferToOMXComponent() [all …]
|
D | pvmf_omx_enc_node.h | 1169 OsclMemPoolFixedChunkAllocator *iOutBufMemoryPool; variable
|
/external/opencore/nodes/pvomxbasedecnode/include/ |
D | pvmf_omx_basedec_node.h | 597 OsclMemPoolFixedChunkAllocator *iOutBufMemoryPool; variable
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 850 if (!ProvideBuffersToComponent(iOutBufMemoryPool, // allocator in HandlePortReEnable()
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 461 if (!ProvideBuffersToComponent(iOutBufMemoryPool, // allocator in HandlePortReEnable()
|