Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h27 #define ivd_aligned_free(buf) free(buf) macro
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp100 static void ivd_aligned_free(void *ctxt, void *buf) { in ivd_aligned_free() function
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp93 static void ivd_aligned_free(void *ctxt, void *buf) { in ivd_aligned_free() function
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp326 static void ivd_aligned_free(void *ctxt, void *mem) { in ivd_aligned_free() function
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp319 static void ivd_aligned_free(void *ctxt, void *mem) { in ivd_aligned_free() function
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp310 static void ivd_aligned_free(void *mem) { in ivd_aligned_free() function