Home
last modified time | relevance | path

Searched refs:ih264_buf_mgr_init (Results 1 – 4 of 4) sorted by relevance

/external/libavc/common/
Dih264_buf_mgr.h86 void *ih264_buf_mgr_init(void *pv_buf);
Dih264_buf_mgr.c237 void *ih264_buf_mgr_init(void *pv_buf) in ih264_buf_mgr_init() function
/external/libavc/encoder/
Dih264e_api.c2554 ps_codec->pv_mv_buf_mgr = ih264_buf_mgr_init(ps_codec->pv_mv_buf_mgr_base); in ih264e_init()
2557 ps_codec->pv_ref_buf_mgr = ih264_buf_mgr_init( in ih264e_init()
2561 ps_codec->pv_inp_buf_mgr = ih264_buf_mgr_init( in ih264e_init()
2565 ps_codec->pv_out_buf_mgr = ih264_buf_mgr_init( in ih264e_init()
/external/libavc/decoder/
Dih264d_utils.c1914 ih264_buf_mgr_init((buf_mgr_t *)ps_dec->pv_pic_buf_mgr); in ih264d_create_pic_buffers()
2555 ih264_buf_mgr_init((buf_mgr_t *)ps_dec->pv_mv_buf_mgr); in ih264d_create_mv_bank()