HomeSort by relevance Sort by last modified time
    Searched refs:ivd_aligned_malloc (Results 1 - 7 of 7) 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 95 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { function in namespace:android
271 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc;
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 88 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { function in namespace:android
310 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc;
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.cpp 235 static void *ivd_aligned_malloc(WORD32 alignment, WORD32 size) { function in namespace:android
300 mOutBufferDrain = (uint8_t *)ivd_aligned_malloc(128, bufferSize);
345 iv_mem_rec_t *ps_mem_rec = (iv_mem_rec_t *) ivd_aligned_malloc(
379 ps_mem_rec->pv_base = ivd_aligned_malloc(
    [all...]
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp 274 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { function in namespace:android
333 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize);
365 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc;
    [all...]
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.cpp 315 static void *ivd_aligned_malloc(void *ctxt, WORD32 alignment, WORD32 size) { function in namespace:android
374 mOutBufferFlush = (uint8_t *)ivd_aligned_malloc(nullptr, 128, bufferSize);
406 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ivd_aligned_malloc;
    [all...]

Completed in 639 milliseconds