Searched refs:ivd_aligned_malloc (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.h | 26 #define ivd_aligned_malloc(alignment, size) memalign(alignment, size) macro
|
D | SoftMPEG2.cpp | 293 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/ |
D | SoftAVCDec.cpp | 95 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/ |
D | SoftHEVC.cpp | 88 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/ |
D | C2SoftMpeg2Dec.cpp | 299 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/ |
D | C2SoftHevcDec.cpp | 314 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/ |
D | C2SoftAvcDec.cpp | 320 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()
|