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.h524 …nkFromMemPool(OsclAny*& aCtrlStructPtr, OsclMemPoolFixedChunkAllocator *aMemPool, int32 aAllocSize) in AllocateChunkFromMemPool() argument
527 OSCL_TRY(leavecode, aCtrlStructPtr = (OsclAny *) aMemPool->allocate(aAllocSize)); in AllocateChunkFromMemPool()
538 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer)
547 … uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer)
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1098 … uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer)
1107 … uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer)
Dpvmf_omx_enc_node.cpp4300 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in ProvideBuffersToComponent() argument
4321 errcode = MemAllocate(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in ProvideBuffersToComponent()
4484 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in FreeBuffersFromComponent() argument
4503 errcode = MemAllocate(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in FreeBuffersFromComponent()
9821 …MXEncNode::MemAllocate(OsclAny *&aPtr, OsclMemPoolFixedChunkAllocator *aMemPool, uint32 aAllocSize) in MemAllocate() argument
9824 OSCL_TRY(errcode, aPtr = (OsclAny *) aMemPool->allocate(aAllocSize)); in MemAllocate()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp3066 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in ProvideBuffersToComponent() argument
3098 errcode = AllocateChunkFromMemPool(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in ProvideBuffersToComponent()
3285 uint32 aAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in FreeBuffersFromComponent() argument
3312 errcode = AllocateChunkFromMemPool(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in FreeBuffersFromComponent()