Home
last modified time | relevance | path

Searched refs:pf_aligned_alloc (Results 1 – 14 of 14) 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()
1221 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ihevcd_allocate_static_bufs()
1242 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ihevcd_allocate_static_bufs()
1266 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size + 16); //Alloc extra for parse optimization in ihevcd_allocate_static_bufs()
1274 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ihevcd_allocate_static_bufs()
[all …]
Dihevcd_structs.h2148 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); member
/external/libavc/decoder/
Dih264d_api.c1446 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); in ih264d_allocate_static_bufs() local
1456 pf_aligned_alloc = ps_create_ip->s_ivd_create_ip_t.pf_aligned_alloc; in ih264d_allocate_static_bufs()
1462 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t)); in ih264d_allocate_static_bufs()
1469 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(dec_struct_t)); in ih264d_allocate_static_bufs()
1494 ps_dec->pf_aligned_alloc = pf_aligned_alloc; in ih264d_allocate_static_bufs()
1500 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_static_bufs()
1506 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_static_bufs()
1512 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_static_bufs()
1518 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_static_bufs()
1528 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 8, size); in ih264d_allocate_static_bufs()
[all …]
Dih264d_utils.c1935 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1941 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1947 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1962 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1969 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1975 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1982 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1993 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
2000 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
2011 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
[all …]
Divd.h305 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); member
Dih264d_structs.h1401 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/libmpeg2/decoder/
Dimpeg2d_deinterlace.c197 s_params.pf_aligned_alloc = NULL; in impeg2d_deinterlace()
/external/libhevc/common/
Divd.h291 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); member
/external/libavc/fuzzer/
Davc_dec_fuzzer.cpp119 create_ip.s_ivd_create_ip_t.pf_aligned_alloc = iv_aligned_malloc; in createCodec()
/external/libhevc/fuzzer/
Dhevc_dec_fuzzer.cpp121 create_ip.s_ivd_create_ip_t.pf_aligned_alloc = iv_aligned_malloc; in createCodec()
/external/libhevc/test/decoder/
Dmain.c2058 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ihevca_aligned_malloc; in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c2263 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ih264a_aligned_malloc; in h264dec_main()