Searched defs:CreateOutMemPool (Results 1 - 2 of 2) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/src/
H A Dpvmf_omx_basedec_node.cpp2895 OSCL_EXPORT_REF bool PVMFOMXBaseDecNode::CreateOutMemPool(uint32 num_buffers) function in class:PVMFOMXBaseDecNode
2899 (0, "%s::CreateOutMemPool() start", iName.Str()));
2906 (0, "%s::CreateOutMemPool() Allocating output buffer header pointers", iName.Str()));
2918 (0, "%s::CreateOutMemPool() Allocating output buffers of size %d as well", iName.Str(), iOMXComponentOutputBufferSize));
2942 PVLOGMSG_ERR, (0, "%s::CreateOutMemPool() Memory pool structure for output buffers failed to allocate", iName.Str()));
2956 PVLOGMSG_ERR, (0, "%s::CreateOutMemPool() Memory pool for output buffers failed to allocate", iName.Str()));
2968 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "%s::CreateOutMemPool() Media Data Buffer pool for output buffers failed to allocate", iName.Str()));
2972 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "%s::CreateOutMemPool() done", iName.Str()));
3023 (0, "%s::CreateOutMemPool() Allocating input buffers of size %d as well", iName.Str(), iOMXComponentInputBufferSize));
4389 if (!CreateOutMemPool(iNumOutputBuffer
[all...]
/external/opencore/nodes/pvomxencnode/src/
H A Dpvmf_omx_enc_node.cpp1702 if (!CreateOutMemPool(iNumOutputBuffers))
4125 bool PVMFOMXEncNode::CreateOutMemPool(uint32 num_buffers) function in class:PVMFOMXEncNode
4129 (0, "PVMFOMXEncNode-%s::CreateOutMemPool() start", iNodeTypeId));
4136 (0, "PVMFOMXEncNode-%s::CreateOutMemPool() Allocating output buffer header pointers", iNodeTypeId));
4143 (0, "PVMFOMXEncNode-%s::CreateOutMemPool() Allocating output buffers of size %d as well", iNodeTypeId, iOMXComponentOutputBufferSize));
4175 PVLOGMSG_ERR, (0, "PVMFOMXEncNode-%s::CreateOutMemPool() Memory pool structure for output buffers failed to allocate", iNodeTypeId));
4189 PVLOGMSG_ERR, (0, "PVMFOMXEncNode-%s::CreateOutMemPool() Memory pool for output buffers failed to allocate", iNodeTypeId));
4201 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFOMXEncNode-%s::CreateOutMemPool() Media Data Buffer pool for output buffers failed to allocate", iNodeTypeId));
4205 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVMFOMXEncNode-%s::CreateOutMemPool() done", iNodeTypeId));
4256 (0, "PVMFOMXEncNode-%s::CreateOutMemPool() Allocatin
[all...]

Completed in 44 milliseconds