Home
last modified time | relevance | path

Searched refs:pv_mem_rec_location (Results 1 – 4 of 4) sorted by relevance

/external/libmpeg2/common/
Div.h342 iv_mem_rec_t *pv_mem_rec_location; member
396 iv_mem_rec_t *pv_mem_rec_location; member
/external/libmpeg2/test/decoder/
Dmain.c1772 void *pv_mem_rec_location; in vdec_main() local
2107 pv_mem_rec_location = malloc(u4_num_mem_recs * sizeof(iv_mem_rec_t)); in vdec_main()
2108 if(pv_mem_rec_location == NULL) in vdec_main()
2123 s_fill_mem_rec_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = in vdec_main()
2124 (iv_mem_rec_t *)pv_mem_rec_location; in vdec_main()
2139 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location; in vdec_main()
2160 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location; in vdec_main()
2189 mem_tab = (iv_mem_rec_t *)pv_mem_rec_location; in vdec_main()
2191 s_init_ip.s_ivd_init_ip_t.pv_mem_rec_location = mem_tab; in vdec_main()
3119 s_retrieve_dec_ip.pv_mem_rec_location = (iv_mem_rec_t *)pv_mem_rec_location; in vdec_main()
[all …]
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c456 iv_mem_rec_t *ps_mem_rec = ps_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location; in impeg2d_fill_mem_rec()
1668 ps_mem_rec = ps_dec_init_ip->s_ivd_init_ip_t.pv_mem_rec_location; in impeg2d_api_init()
1683 ps_mem_rec = ps_dec_init_ip->s_ivd_init_ip_t.pv_mem_rec_location; in impeg2d_api_init()
1979 …memcpy(ps_mem_rec->pv_base,ps_dec_init_ip->s_ivd_init_ip_t.pv_mem_rec_location, ps_mem_rec->u4_mem… in impeg2d_api_init()
2036 ps_mem_rec = ps_retr_mem_rec_ip->s_ivd_retrieve_mem_rec_ip_t.pv_mem_rec_location; in impeg2d_api_retrieve_mem_rec()
2335 if(NULL == ps_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location) in impeg2d_api_check_struct_sanity()
2343 ps_mem_rec = ps_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location; in impeg2d_api_check_struct_sanity()
2419 if(NULL == ps_ip->s_ivd_init_ip_t.pv_mem_rec_location) in impeg2d_api_check_struct_sanity()
2442 ps_mem_rec = ps_ip->s_ivd_init_ip_t.pv_mem_rec_location; in impeg2d_api_check_struct_sanity()
2545 … s_fill_mem_rec_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = as_mem_rec_ittiam_api; in impeg2d_api_check_struct_sanity()
[all …]
Divd.h296 iv_mem_rec_t *pv_mem_rec_location; member