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.cpp299 static void *ivd_aligned_malloc(WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
365 mOutBufferDrain = (uint8_t *)ivd_aligned_malloc(128, bufferSize); in onFlush_sm()
412 iv_mem_rec_t *ps_mem_rec = (iv_mem_rec_t *) ivd_aligned_malloc( in fillMemRecords()
446 ps_mem_rec->pv_base = ivd_aligned_malloc( in fillMemRecords()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp314 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
376 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
410 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc; in createDecoder()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp320 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
382 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize); in onFlush_sm()
416 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc; in createDecoder()