HomeSort by relevance Sort by last modified time
    Searched full:ivd_aligned_malloc (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 26 #define ivd_aligned_malloc(alignment, size) memalign(alignment, size) macro
SoftMPEG2.cpp 293 mMemRecords = (iv_mem_rec_t *)ivd_aligned_malloc(
340 ps_mem_rec->pv_base = ivd_aligned_malloc(
401 mFlushOutBuffer = (uint8_t *)ivd_aligned_malloc(128, bufferSize);
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 139 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { function in namespace:android
315 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc;
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 95 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { function in namespace:android
317 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc;

Completed in 103 milliseconds