Lines Matching refs:pv_mem_rec_location
1757 void *pv_mem_rec_location; in hevcdec_main() local
2090 pv_mem_rec_location = malloc(u4_num_mem_recs * sizeof(iv_mem_rec_t)); in hevcdec_main()
2091 if(pv_mem_rec_location == NULL) in hevcdec_main()
2106 s_fill_mem_rec_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = in hevcdec_main()
2107 (iv_mem_rec_t *)pv_mem_rec_location; in hevcdec_main()
2125 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location; in hevcdec_main()
2146 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location; in hevcdec_main()
2175 mem_tab = (iv_mem_rec_t *)pv_mem_rec_location; in hevcdec_main()
2177 s_init_ip.s_ivd_init_ip_t.pv_mem_rec_location = mem_tab; in hevcdec_main()
3056 s_retrieve_dec_ip.pv_mem_rec_location = (iv_mem_rec_t *)pv_mem_rec_location; in hevcdec_main()
3077 ps_mem_rec = s_retrieve_dec_ip.pv_mem_rec_location; in hevcdec_main()
3084 free(s_retrieve_dec_ip.pv_mem_rec_location); in hevcdec_main()