Home
last modified time | relevance | path

Searched refs:ih264a_aligned_malloc (Results 1 – 6 of 6) sorted by relevance

/external/libavc/test/encoder/
Dinput.c257 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()
Drecon.c105 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()
Doutput.c77 pu1_buf = (UWORD8 *)ih264a_aligned_malloc(16, buf_size); in allocate_output()
Dapp.h341 void * ih264a_aligned_malloc(WORD32 alignment, WORD32 size);
Dmain.c252 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/
Dmain.c418 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()