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 + 16); //Alloc extra for parse optimization
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);
1254 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1260 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1266 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1275 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1285 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1296 pu1_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1312 pu1_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1335 pu1_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1415 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1416 void *pv_mem_ctxt;
1420 pv_mem_ctxt = ps_codec->pv_mem_ctxt;
1443 pf_aligned_free(pv_mem_ctxt, ps_codec_obj);
1482 void *pv_mem_ctxt = ps_codec->pv_mem_ctxt;
1504 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1523 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1532 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1541 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1550 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1561 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1604 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1611 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1618 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1627 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1678 pu1_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1826 pu1_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1876 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1894 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1911 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size + 16); //Alloc extra for parse optimization
1918 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1946 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1965 pv_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
2207 void *pv_mem_ctxt = ps_codec->pv_mem_ctxt;
2209 pu1_chroma_buf = ps_codec->pf_aligned_alloc(pv_mem_ctxt, 128, size);