Home
last modified time | relevance | path

Searched refs:pv_mem_rec_location (Results 1 – 12 of 12) 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/libhevc/common/
Div.h340 iv_mem_rec_t *pv_mem_rec_location; member
394 iv_mem_rec_t *pv_mem_rec_location; member
Divd.h294 iv_mem_rec_t *pv_mem_rec_location; member
/external/libavc/decoder/
Div.h342 iv_mem_rec_t *pv_mem_rec_location; member
396 iv_mem_rec_t *pv_mem_rec_location; member
Divd.h274 iv_mem_rec_t *pv_mem_rec_location; member
Dih264d_api.c345 if(NULL == ps_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location) in api_check_struct_sanity()
355 ps_mem_rec = ps_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location; in api_check_struct_sanity()
459 if(NULL == ps_ip->s_ivd_init_ip_t.pv_mem_rec_location) in api_check_struct_sanity()
498 ps_mem_rec = ps_ip->s_ivd_init_ip_t.pv_mem_rec_location; in api_check_struct_sanity()
587 s_fill_mem_rec_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = in api_check_struct_sanity()
988 ps_mem_rec = ps_ip->s_ivd_retrieve_mem_rec_ip_t.pv_mem_rec_location; in api_check_struct_sanity()
1650 memtab = ps_init_ip->s_ivd_init_ip_t.pv_mem_rec_location; in ih264d_init_video_decoder()
1968 memTab = ps_mem_q_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location; in ih264d_fill_num_mem_rec()
2399 memcpy(dec_clr_ip->pv_mem_rec_location, ps_dec->ps_mem_tab, in ih264d_clr()
/external/libhevc/test/decoder/
Dmain.c1757 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()
[all …]
/external/libavc/test/decoder/
Dmain.c1820 void *pv_mem_rec_location; in h264dec_main() local
2160 pv_mem_rec_location = malloc(u4_num_mem_recs * sizeof(iv_mem_rec_t)); in h264dec_main()
2161 if(pv_mem_rec_location == NULL) in h264dec_main()
2176 s_fill_mem_rec_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = in h264dec_main()
2177 (iv_mem_rec_t *)pv_mem_rec_location; in h264dec_main()
2195 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location; in h264dec_main()
2216 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location; in h264dec_main()
2244 mem_tab = (iv_mem_rec_t*)pv_mem_rec_location; in h264dec_main()
2246 s_init_ip.s_ivd_init_ip_t.pv_mem_rec_location = mem_tab; in h264dec_main()
3163 s_retrieve_dec_ip.pv_mem_rec_location = (iv_mem_rec_t *)pv_mem_rec_location; in h264dec_main()
[all …]
/external/libmpeg2/test/decoder/
Dmain.c1765 void *pv_mem_rec_location; in vdec_main() local
2098 pv_mem_rec_location = malloc(u4_num_mem_recs * sizeof(iv_mem_rec_t)); in vdec_main()
2099 if(pv_mem_rec_location == NULL) in vdec_main()
2114 s_fill_mem_rec_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = in vdec_main()
2115 (iv_mem_rec_t *)pv_mem_rec_location; in vdec_main()
2129 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location; in vdec_main()
2150 ps_mem_rec = (iv_mem_rec_t *)pv_mem_rec_location; in vdec_main()
2179 mem_tab = (iv_mem_rec_t *)pv_mem_rec_location; in vdec_main()
2181 s_init_ip.s_ivd_init_ip_t.pv_mem_rec_location = mem_tab; in vdec_main()
3072 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.c362 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()
1493 ps_mem_rec = ps_dec_init_ip->s_ivd_init_ip_t.pv_mem_rec_location; in impeg2d_api_init()
1508 ps_mem_rec = ps_dec_init_ip->s_ivd_init_ip_t.pv_mem_rec_location; in impeg2d_api_init()
1790 …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()
1846 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()
2139 if(NULL == ps_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location) in impeg2d_api_check_struct_sanity()
2147 ps_mem_rec = ps_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location; in impeg2d_api_check_struct_sanity()
2223 if(NULL == ps_ip->s_ivd_init_ip_t.pv_mem_rec_location) in impeg2d_api_check_struct_sanity()
2246 ps_mem_rec = ps_ip->s_ivd_init_ip_t.pv_mem_rec_location; in impeg2d_api_check_struct_sanity()
2349 … 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
/external/libhevc/decoder/
Dihevcd_api.c313 if(NULL == ps_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location) in api_check_struct_sanity()
323 ps_mem_rec = ps_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location; in api_check_struct_sanity()
426 if(NULL == ps_ip->s_ivd_init_ip_t.pv_mem_rec_location) in api_check_struct_sanity()
467 ps_mem_rec = ps_ip->s_ivd_init_ip_t.pv_mem_rec_location; in api_check_struct_sanity()
556 s_fill_mem_rec_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = in api_check_struct_sanity()
972 ps_mem_rec = ps_ip->s_ivd_retrieve_mem_rec_ip_t.pv_mem_rec_location; in api_check_struct_sanity()
1875 ps_mem_rec_base = ps_mem_q_ip->s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location; in ihevcd_fill_num_mem_rec()
2402 cncl_fill_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = &(memTab[mem_loc]); in ihevcd_fill_num_mem_rec()
2477 ps_mem_rec_base = dec_init_ip->s_ivd_init_ip_t.pv_mem_rec_location; in ihevcd_init_mem_rec()
3000 ps_mem_rec = dec_init_ip->s_ivd_init_ip_t.pv_mem_rec_location; in ihevcd_init_mem_rec()
[all …]