Home | History | Annotate | Download | only in decoder

Lines Matching defs:pv_mem_rec_location

1772     void *pv_mem_rec_location;
2107 pv_mem_rec_location = malloc(u4_num_mem_recs * sizeof(iv_mem_rec_t));
2108 if(pv_mem_rec_location == NULL)
2123 s_fill_mem_rec_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location =
2124 (iv_mem_rec_t *)pv_mem_rec_location;
2139 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location;
2160 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location;
2189 mem_tab = (iv_mem_rec_t *)pv_mem_rec_location;
2191 s_init_ip.s_ivd_init_ip_t.pv_mem_rec_location = mem_tab;
3119 s_retrieve_dec_ip.pv_mem_rec_location = (iv_mem_rec_t *)pv_mem_rec_location;
3140 ps_mem_rec = s_retrieve_dec_ip.pv_mem_rec_location;
3147 free(s_retrieve_dec_ip.pv_mem_rec_location);