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 | 341 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 size);
|
D | main.c | 252 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 size) in ih264a_aligned_malloc() function 265 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 size) in ih264a_aligned_malloc() function 278 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 size) in ih264a_aligned_malloc() function 2324 ps_mem_rec->pv_base = ih264a_aligned_malloc(ps_mem_rec->u4_mem_alignment, in h264enc_main()
|
/external/libavc/test/decoder/ |
D | main.c | 418 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() function 433 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() function 448 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() function 2124 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ih264a_aligned_malloc; in h264dec_main()
|