Home
last modified time | relevance | path

Searched defs:ivd_aligned_malloc (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h26 #define ivd_aligned_malloc(alignment, size) memalign(alignment, size) macro
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp95 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp88 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp314 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp320 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp299 static void *ivd_aligned_malloc(WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function