Searched refs:pv_ref_buf_mgr (Results 1 – 5 of 5) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_encode.c | 502 ps_codec->pv_ref_buf_mgr, in ih264e_encode() 540 ret = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in ih264e_encode() 595 … ret = ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id , BUF_MGR_REF); in ih264e_encode() 596 … ret |= ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id , BUF_MGR_IO); in ih264e_encode() 622 ps_codec->pv_ref_buf_mgr, in ih264e_encode()
|
D | ih264e_utils.c | 827 buf_ret = ih264_buf_mgr_add((buf_mgr_t *) ps_codec->pv_ref_buf_mgr, in ih264e_pic_buf_mgr_add_bufs() 1601 ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1647 ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1675 ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1730 (buf_mgr_t *) ps_codec->pv_ref_buf_mgr, in ih264e_pic_init() 1742 ih264_buf_mgr_set_status(ps_codec->pv_ref_buf_mgr, cur_pic_buf_id, in ih264e_pic_init() 1749 ih264_buf_mgr_set_status(ps_codec->pv_ref_buf_mgr, cur_pic_buf_id, in ih264e_pic_init()
|
D | ih264e_structs.h | 2349 void *pv_ref_buf_mgr; member
|
D | ih264e_process.c | 2278 …error_status |= ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id , BUF_MGR_CO… in ih264e_process()
|
D | ih264e_api.c | 2594 ps_codec->pv_ref_buf_mgr = ih264_buf_mgr_init( in ih264e_init() 4519 ih264_buf_mgr_free((buf_mgr_t *)ps_codec->pv_ref_buf_mgr); in ih264e_retrieve_memrec()
|