Home | History | Annotate | Download | only in decoder

Lines Matching refs:pv_mem_ctxt

1150     void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1151 void *pv_mem_ctxt;
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;
1232 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt;
1236 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t));
1242 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(dec_struct_t));
1269 ps_dec->pv_mem_ctxt = pv_mem_ctxt;
1273 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1278 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1283 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1288 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1293 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1298 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1303 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1308 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1313 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1318 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1323 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1328 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1333 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1338 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1343 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1349 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, ps_dec->u4_static_bits_buf_size);
1356 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1365 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1372 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1379 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1387 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1393 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1401 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1413 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1419 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1425 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1431 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
1437 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, size);
2052 void *pv_mem_ctxt = ps_dec->pv_mem_ctxt;
2054 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);