Searched refs:MemAllocDataBuffer (Results 1 – 2 of 2) sorted by relevance
55 static OMX_U8* MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData);57 OMX_U8* MemAllocDataBuffer(OMX_U32 nSizeBytes);
114 this->ports[INPORT_INDEX]->SetMemAllocator(MemAllocDataBuffer, MemFreeDataBuffer, this); in InitInputPortFormatSpecific()575 OMX_U8* OMXVideoDecoderAVCSecure::MemAllocDataBuffer(OMX_U32 nSizeBytes, OMX_PTR pUserData) { in MemAllocDataBuffer() function in OMXVideoDecoderAVCSecure578 return p->MemAllocDataBuffer(nSizeBytes); in MemAllocDataBuffer()593 OMX_U8* OMXVideoDecoderAVCSecure::MemAllocDataBuffer(OMX_U32 nSizeBytes) { in MemAllocDataBuffer() function in OMXVideoDecoderAVCSecure