Lines Matching refs:pv_mem_ctxt
1151 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1152 void *pv_mem_ctxt;
1156 pv_mem_ctxt = ps_dec->pv_mem_ctxt;
1190 pf_aligned_free(pv_mem_ctxt, dec_hdl);
1221 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
1222 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1223 void *pv_mem_ctxt;
1233 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt;
1237 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t));
1243 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(dec_struct_t));
1270 ps_dec->pv_mem_ctxt = pv_mem_ctxt;
1274 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1279 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1284 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1289 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1294 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1299 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1304 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1309 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1314 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1319 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1324 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1329 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1334 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1339 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1344 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1350 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, ps_dec->u4_static_bits_buf_size);
1357 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1366 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1373 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1380 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1388 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1394 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1402 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1415 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1421 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1427 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1433 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1439 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1964 void *pv_mem_ctxt = ps_dec->pv_mem_ctxt;
1966 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);