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/ |
D | GoldfishH264Helper.cpp | 49 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
|
D | C2GoldfishAvcDec.cpp | 418 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/ |
D | GoldfishHevcHelper.cpp | 52 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
|
D | C2GoldfishHevcDec.cpp | 369 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 D | SoftMPEG2.h | 26 #define ivd_aligned_malloc(alignment, size) memalign(alignment, size) macro
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/avcdec/ |
H A D | SoftAVCDec.cpp | 95 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 D | SoftHEVC.cpp | 88 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 D | C2SoftHevcDec.cpp | 318 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 D | C2SoftAvcDec.cpp | 327 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 D | C2SoftMpeg2Dec.cpp | 309 static void *ivd_aligned_malloc(WORD32 alignment, WORD32 size) { in ivd_aligned_malloc() function
|