Home
last modified time | relevance | path

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

/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DGoldfishH264Helper.cpp49 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
DC2GoldfishAvcDec.cpp418 static void *ivd_aligned_malloc(void *ctxt, uint32_t alignment, uint32_t size) { in ivd_aligned_malloc() function
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DGoldfishHevcHelper.cpp52 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
DC2GoldfishHevcDec.cpp369 static void *ivd_aligned_malloc(void *ctxt, uint32_t alignment, uint32_t size) { in ivd_aligned_malloc() function
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h26 #define ivd_aligned_malloc(alignment, size) memalign(alignment, size) macro
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp95 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp88 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
/aosp_15_r20/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp318 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
/aosp_15_r20/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp327 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
/aosp_15_r20/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp309 static void *ivd_aligned_malloc(WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function