Home | History | Annotate | Download | only in decoder

Lines Matching refs:pv_mem_ctxt

97 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;
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;
1206 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1218 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1225 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1231 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1237 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1243 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1248 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1255 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1262 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1269 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1278 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1288 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1299 pu1_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1315 pu1_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1339 pu1_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1419 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1420 void *pv_mem_ctxt;
1424 pv_mem_ctxt = ps_codec->pv_mem_ctxt;
1447 pf_aligned_free(pv_mem_ctxt, ps_codec_obj);
1486 void *pv_mem_ctxt = ps_codec->pv_mem_ctxt;
1508 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1527 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1536 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1545 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1554 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1565 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1608 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1615 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1622 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1631 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1682 pu1_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1830 pu1_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1880 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1898 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1915 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1922 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1951 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1970 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
2212 void *pv_mem_ctxt = ps_codec->pv_mem_ctxt;
2214 pu1_chroma_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);