Searched defs:ivd_aligned_malloc (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.h | 26 #define ivd_aligned_malloc(alignment, size) memalign(alignment, size) macro
|
/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
|
/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
|
/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
|
/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
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 299 static void *ivd_aligned_malloc(WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
|