Home
last modified time | relevance | path

Searched refs:aAllocSize (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h520 …nkFromMemPool(OsclAny*& aCtrlStructPtr, OsclMemPoolFixedChunkAllocator *aMemPool, int32 aAllocSize) in AllocateChunkFromMemPool() argument
523 OSCL_TRY(leavecode, aCtrlStructPtr = (OsclAny *) aMemPool->allocate(aAllocSize)); in AllocateChunkFromMemPool()
534 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer)
543 … uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer)
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1087 … uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer)
1096 … uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer)
Dpvmf_omx_enc_node.cpp4119 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in ProvideBuffersToComponent() argument
4140 errcode = MemAllocate(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in ProvideBuffersToComponent()
4303 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in FreeBuffersFromComponent() argument
4322 errcode = MemAllocate(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in FreeBuffersFromComponent()
9665 …MXEncNode::MemAllocate(OsclAny *&aPtr, OsclMemPoolFixedChunkAllocator *aMemPool, uint32 aAllocSize) in MemAllocate() argument
9668 OSCL_TRY(errcode, aPtr = (OsclAny *) aMemPool->allocate(aAllocSize)); in MemAllocate()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp3019 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in ProvideBuffersToComponent() argument
3051 errcode = AllocateChunkFromMemPool(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in ProvideBuffersToComponent()
3238 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in FreeBuffersFromComponent() argument
3265 errcode = AllocateChunkFromMemPool(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in FreeBuffersFromComponent()