Searched refs:pv_ref_buf_mgr (Results 1 – 10 of 10) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_encode.c | 763 ps_codec->pv_ref_buf_mgr, in ih264e_encode() 812 ret = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in ih264e_encode() 866 … ret = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id , BUF_MGR_REF); in ih264e_encode() 867 … ret |= ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id , BUF_MGR_IO); in ih264e_encode() 893 ps_codec->pv_ref_buf_mgr, in ih264e_encode()
|
D | ih264e_utils.c | 853 buf_ret = ih264_buf_mgr_add((buf_mgr_t *) ps_codec->pv_ref_buf_mgr, in ih264e_pic_buf_mgr_add_bufs() 1646 ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1692 ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1720 ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1774 (buf_mgr_t *) ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1785 ih264_buf_mgr_set_status(ps_codec->pv_ref_buf_mgr, cur_pic_buf_id, in ih264e_pic_init() 1792 ih264_buf_mgr_set_status(ps_codec->pv_ref_buf_mgr, cur_pic_buf_id, in ih264e_pic_init()
|
D | ih264e_structs.h | 2390 void *pv_ref_buf_mgr; member
|
D | ih264e_process.c | 2343 error_status = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in ih264e_process()
|
D | ih264e_api.c | 2998 ps_codec->pv_ref_buf_mgr = ih264_buf_mgr_init( in ih264e_init() 4959 ih264_buf_mgr_free((buf_mgr_t *)ps_codec->pv_ref_buf_mgr); in ih264e_retrieve_memrec()
|
/external/libavc/encoder/svc/ |
D | isvce_encode.c | 528 ps_codec->pv_ref_buf_mgr, ps_codec->as_ref_set[i].ps_pic_buf->i4_buf_id); in isvce_encode() 570 ret = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_pic_buf->i4_buf_id, in isvce_encode() 622 ret = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id, in isvce_encode() 624 ret |= ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id, in isvce_encode() 648 ps_codec->pv_ref_buf_mgr, ps_codec->as_ref_set[i].ps_pic_buf->i4_buf_id); in isvce_encode()
|
D | isvce_utils.c | 214 buf_status = ih264_buf_mgr_get_status(ps_codec->pv_ref_buf_mgr, in isvce_ref_list_refresh() 259 buf_status = ih264_buf_mgr_get_status(ps_codec->pv_ref_buf_mgr, in isvce_ref_list_refresh() 282 ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in isvce_ref_list_refresh() 298 buf_status = ih264_buf_mgr_get_status(ps_codec->pv_ref_buf_mgr, in isvce_ref_list_refresh() 314 ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in isvce_ref_list_refresh() 336 buf_status = ih264_buf_mgr_get_status(ps_codec->pv_ref_buf_mgr, in isvce_ref_list_refresh() 915 buf_ret = ih264_buf_mgr_add((buf_mgr_t *) ps_codec->pv_ref_buf_mgr, ps_pic_buf, i); in isvce_svc_au_buf_mgr_add_bufs() 2032 (buf_mgr_t *) ps_codec->pv_ref_buf_mgr, &cur_pic_buf_id); in isvce_svc_au_init() 2043 ih264_buf_mgr_set_status(ps_codec->pv_ref_buf_mgr, cur_pic_buf_id, BUF_MGR_REF); in isvce_svc_au_init() 2048 ih264_buf_mgr_set_status(ps_codec->pv_ref_buf_mgr, cur_pic_buf_id, BUF_MGR_IO); in isvce_svc_au_init()
|
D | isvce_structs.h | 2229 void *pv_ref_buf_mgr; member
|
D | isvce_api.c | 2222 ps_codec->pv_ref_buf_mgr = ih264_buf_mgr_init(ps_codec->pv_ref_buf_mgr_base); in isvce_init() 4180 ih264_buf_mgr_free((buf_mgr_t *) ps_codec->pv_ref_buf_mgr); in isvce_retrieve_memrec()
|
D | isvce_process.c | 2628 error_status = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id, in isvce_process()
|