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

/external/libhevc/decoder/
H A 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);
1159 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1160 void *pv_mem_ctxt; local
1167 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt;
1170 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t));
1177 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(codec_t));
1202 ps_codec->pv_mem_ctxt = pv_mem_ctxt;
1416 void *pv_mem_ctxt; local
1482 void *pv_mem_ctxt = ps_codec->pv_mem_ctxt; local
2207 void *pv_mem_ctxt = ps_codec->pv_mem_ctxt; local
[all...]
H A Dihevcd_structs.h2108 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
2111 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
2114 void *pv_mem_ctxt; member in struct:_codec_t
/external/libavc/decoder/
H A Dih264d_api.c1150 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1151 void *pv_mem_ctxt; local
1155 pv_mem_ctxt = ps_dec->pv_mem_ctxt;
1189 pf_aligned_free(pv_mem_ctxt, dec_hdl);
1220 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
1221 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1222 void *pv_mem_ctxt; local
1232 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt;
2045 void *pv_mem_ctxt = ps_dec->pv_mem_ctxt; local
[all...]
H A Dih264d_utils.c1709 void *pv_mem_ctxt = ps_dec->pv_mem_ctxt; local
1847 void *pv_mem_ctxt = ps_dec->pv_mem_ctxt; local
1850 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1855 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1860 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1874 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1881 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1886 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 12
2263 void *pv_mem_ctxt = ps_dec->pv_mem_ctxt; local
[all...]
H A Dih264d_utils.h44 if(y) {ps_dec->pf_aligned_free(ps_dec->pv_mem_ctxt, ((void *)y)); (y) = NULL;}
H A 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 in struct:__anon8828
H A Dih264d_structs.h1347 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
1348 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1349 void *pv_mem_ctxt; member in struct:_DecStruct
/external/libhevc/common/
H A 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 in struct:__anon9765
/external/libhevc/test/decoder/
H A Dmain.c2058 s_create_ip.s_ivd_create_ip_t.pv_mem_ctxt = NULL;
/external/libavc/test/decoder/
H A Dmain.c2126 s_create_ip.s_ivd_create_ip_t.pv_mem_ctxt = NULL;

Completed in 201 milliseconds