Home
last modified time | relevance | path

Searched refs:ivd_aligned_malloc (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h26 #define ivd_aligned_malloc(alignment, size) memalign(alignment, size) macro
DSoftMPEG2.cpp293 mMemRecords = (iv_mem_rec_t *)ivd_aligned_malloc( in initDecoder()
340 ps_mem_rec->pv_base = ivd_aligned_malloc( in initDecoder()
401 mFlushOutBuffer = (uint8_t *)ivd_aligned_malloc(128, bufferSize); in initDecoder()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp95 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
271 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc; in initDecoder()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp88 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
310 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc; in initDecoder()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp307 static void *ivd_aligned_malloc(WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
373 mOutBufferDrain = (uint8_t *)ivd_aligned_malloc(128, bufferSize); in onFlush_sm()
420 iv_mem_rec_t *ps_mem_rec = (iv_mem_rec_t *) ivd_aligned_malloc( in fillMemRecords()
454 ps_mem_rec->pv_base = ivd_aligned_malloc( in fillMemRecords()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp324 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
386 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
422 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc; in createDecoder()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp313 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
375 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
411 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc; in createDecoder()