Home
last modified time | relevance | path

Searched refs:pv_mem_ctxt (Results 1 – 10 of 10) sorted by relevance

/external/libhevc/decoder/
Dihevcd_api.c97 if(y) {ps_codec->pf_aligned_free(ps_codec->pv_mem_ctxt, ((void *)y)); (y) = NULL;}
1158 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); in ihevcd_allocate_static_bufs()
1159 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); in ihevcd_allocate_static_bufs()
1160 void *pv_mem_ctxt; in ihevcd_allocate_static_bufs() local
1167 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt; in ihevcd_allocate_static_bufs()
1170 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t)); in ihevcd_allocate_static_bufs()
1177 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(codec_t)); in ihevcd_allocate_static_bufs()
1202 ps_codec->pv_mem_ctxt = pv_mem_ctxt; in ihevcd_allocate_static_bufs()
1206 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size); in ihevcd_allocate_static_bufs()
1218 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size + 16); //Alloc extra for parse optimization in ihevcd_allocate_static_bufs()
[all …]
Dihevcd_structs.h2111 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
2114 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
2117 void *pv_mem_ctxt; member
/external/libavc/decoder/
Dih264d_api.c1174 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); in ih264d_free_static_bufs()
1175 void *pv_mem_ctxt; in ih264d_free_static_bufs() local
1179 pv_mem_ctxt = ps_dec->pv_mem_ctxt; in ih264d_free_static_bufs()
1213 pf_aligned_free(pv_mem_ctxt, dec_hdl); in ih264d_free_static_bufs()
1244 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size); in ih264d_allocate_static_bufs()
1245 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); in ih264d_allocate_static_bufs()
1246 void *pv_mem_ctxt; in ih264d_allocate_static_bufs() local
1256 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt; in ih264d_allocate_static_bufs()
1260 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t)); in ih264d_allocate_static_bufs()
1266 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(dec_struct_t)); in ih264d_allocate_static_bufs()
[all …]
Dih264d_utils.c1694 void *pv_mem_ctxt = ps_dec->pv_mem_ctxt; in ih264d_create_pic_buffers() local
1832 void *pv_mem_ctxt = ps_dec->pv_mem_ctxt; in ih264d_allocate_dynamic_bufs() local
1835 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1840 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1845 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1859 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1866 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1871 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1877 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size); in ih264d_allocate_dynamic_bufs()
1887 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);
298 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
308 void *pv_mem_ctxt; member
Dih264d_utils.h44 if(y) {ps_dec->pf_aligned_free(ps_dec->pv_mem_ctxt, ((void *)y)); (y) = NULL;}
Dih264d_structs.h1350 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
1351 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1352 void *pv_mem_ctxt; member
/external/libhevc/common/
Divd.h291 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
296 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
306 void *pv_mem_ctxt; member
/external/libhevc/test/decoder/
Dmain.c2058 s_create_ip.s_ivd_create_ip_t.pv_mem_ctxt = NULL; in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c2126 s_create_ip.s_ivd_create_ip_t.pv_mem_ctxt = NULL; in h264dec_main()