Home
last modified time | relevance | path

Searched refs:pf_aligned_alloc (Results 1 – 12 of 12) sorted by relevance

/external/libhevc/decoder/
Dihevcd_api.c1158 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); in ihevcd_allocate_static_bufs() local
1165 pf_aligned_alloc = ps_create_ip->s_ivd_create_ip_t.pf_aligned_alloc; in ihevcd_allocate_static_bufs()
1170 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t)); in ihevcd_allocate_static_bufs()
1178 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(codec_t)); in ihevcd_allocate_static_bufs()
1201 ps_codec->pf_aligned_alloc = pf_aligned_alloc; in ihevcd_allocate_static_bufs()
1207 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ihevcd_allocate_static_bufs()
1220 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size + 16); //Alloc extra for parse optimization in ihevcd_allocate_static_bufs()
1228 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ihevcd_allocate_static_bufs()
1235 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ihevcd_allocate_static_bufs()
1242 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ihevcd_allocate_static_bufs()
[all …]
Dihevcd_structs.h2111 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); member
/external/libavc/decoder/
Dih264d_api.c1217 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); in ih264d_allocate_static_bufs() local
1227 pf_aligned_alloc = ps_create_ip->s_ivd_create_ip_t.pf_aligned_alloc; in ih264d_allocate_static_bufs()
1233 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t)); in ih264d_allocate_static_bufs()
1240 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(dec_struct_t)); in ih264d_allocate_static_bufs()
1265 ps_dec->pf_aligned_alloc = pf_aligned_alloc; in ih264d_allocate_static_bufs()
1271 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_static_bufs()
1277 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_static_bufs()
1283 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_static_bufs()
1289 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_static_bufs()
1295 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_static_bufs()
[all …]
Dih264d_utils.c1866 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1872 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1878 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1893 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1900 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1906 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1913 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1924 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1931 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1942 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
[all …]
Divd.h293 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); member
Dih264d_structs.h1346 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); member
/external/libmpeg2/common/
Dideint.h101 void *(*pf_aligned_alloc)(WORD32 alignment, WORD32 size); member
Dideint.c165 ps_ctxt->s_params.pf_aligned_alloc = NULL; in ideint_process()
/external/libhevc/common/
Divd.h291 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); member
/external/libmpeg2/decoder/
Dimpeg2d_deinterlace.c197 s_params.pf_aligned_alloc = NULL; in impeg2d_deinterlace()
/external/libhevc/test/decoder/
Dmain.c2056 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ihevca_aligned_malloc; in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c2124 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ih264a_aligned_malloc; in h264dec_main()