Home
last modified time | relevance | path

Searched refs:pv_ref_buf_mgr (Results 1 – 10 of 10) sorted by relevance

/external/libavc/encoder/
Dih264e_encode.c763 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()
Dih264e_utils.c853 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()
Dih264e_structs.h2390 void *pv_ref_buf_mgr; member
Dih264e_process.c2343 error_status = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in ih264e_process()
Dih264e_api.c2998 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/
Disvce_encode.c528 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()
Disvce_utils.c214 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()
Disvce_structs.h2229 void *pv_ref_buf_mgr; member
Disvce_api.c2222 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()
Disvce_process.c2628 error_status = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id, in isvce_process()