Searched refs:CodecID (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/module/codecs/amrwb/enc/src/ |
D | mem_align.c | 40 …m_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID) in mem_malloc() argument 50 ret = pMemop->Alloc(CodecID, &MemInfo); in mem_malloc() 55 pMemop->Set(CodecID, mem_ptr, 0, size + 1); in mem_malloc() 65 ret = pMemop->Alloc(CodecID, &MemInfo); in mem_malloc() 71 pMemop->Set(CodecID, tmp, 0, size + alignment); in mem_malloc() 96 mem_free(VO_MEM_OPERATOR *pMemop, void *mem_ptr, unsigned int CodecID) in mem_free() argument 108 pMemop->Free(CodecID, ptr); in mem_free()
|
/frameworks/av/media/module/codecs/amrwb/enc/inc/ |
D | mem_align.h | 29 …_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID); 30 extern void mem_free(VO_MEM_OPERATOR *pMemop, void *mem_ptr, unsigned int CodecID);
|