Searched refs:aAllocSize (Results 1 – 4 of 4) sorted by relevance
/external/opencore/nodes/pvomxbasedecnode/include/ |
D | pvmf_omx_basedec_node.h | 524 …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/ |
D | pvmf_omx_enc_node.h | 1098 … 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)
|
D | pvmf_omx_enc_node.cpp | 4300 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/ |
D | pvmf_omx_basedec_node.cpp | 3066 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()
|