Searched refs:pv_ref_buf_mgr (Results 1 – 5 of 5) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_encode.c | 588 ps_codec->pv_ref_buf_mgr, in ih264e_encode() 626 ret = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in ih264e_encode() 681 … ret = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id , BUF_MGR_REF); in ih264e_encode() 682 … ret |= ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id , BUF_MGR_IO); in ih264e_encode() 708 ps_codec->pv_ref_buf_mgr, in ih264e_encode()
|
D | ih264e_utils.c | 839 buf_ret = ih264_buf_mgr_add((buf_mgr_t *) ps_codec->pv_ref_buf_mgr, in ih264e_pic_buf_mgr_add_bufs() 1613 ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1659 ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1687 ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1742 (buf_mgr_t *) ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1754 ih264_buf_mgr_set_status(ps_codec->pv_ref_buf_mgr, cur_pic_buf_id, in ih264e_pic_init() 1761 ih264_buf_mgr_set_status(ps_codec->pv_ref_buf_mgr, cur_pic_buf_id, in ih264e_pic_init()
|
D | ih264e_structs.h | 2358 void *pv_ref_buf_mgr; member
|
D | ih264e_process.c | 2358 error_status = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in ih264e_process()
|
D | ih264e_api.c | 3127 ps_codec->pv_ref_buf_mgr = ih264_buf_mgr_init( in ih264e_init() 5057 ih264_buf_mgr_free((buf_mgr_t *)ps_codec->pv_ref_buf_mgr); in ih264e_retrieve_memrec()
|