Searched refs:ih264a_aligned_malloc (Results 1 – 6 of 6) sorted by relevance
/external/libavc/test/encoder/ |
D | input.c | 257 pu1_buf[0] = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); in allocate_input() 267 pu1_buf[0] = (UWORD8 *)ih264a_aligned_malloc(16, num_mbs * sizeof(ih264e_mb_info_t)); in allocate_input() 276 pu1_buf[0] = (UWORD8 *)ih264a_aligned_malloc(16, sizeof(ih264e_pic_info2_t)); in allocate_input()
|
D | recon.c | 105 pu1_buf = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); in allocate_recon() 120 pu1_buf = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); in allocate_recon()
|
D | output.c | 77 pu1_buf = (UWORD8 *)ih264a_aligned_malloc(16, buf_size); in allocate_output()
|
D | app.h | 339 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 size);
|
D | main.c | 250 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 size) in ih264a_aligned_malloc() function 263 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 size) in ih264a_aligned_malloc() function 276 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 size) in ih264a_aligned_malloc() function 2255 ps_mem_rec->pv_base = ih264a_aligned_malloc(ps_mem_rec->u4_mem_alignment, in h264enc_main()
|
/external/libavc/test/decoder/ |
D | main.c | 434 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() function 447 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() function 460 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() function 2220 ps_mem_rec->pv_base = ih264a_aligned_malloc(ps_mem_rec->u4_mem_alignment, in h264dec_main()
|