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

/external/libavc/common/
H A Dih264_buf_mgr.h86 void *ih264_buf_mgr_init(void *pv_buf);
H A Dih264_buf_mgr.c37 * - ih264_buf_mgr_init()
237 void *ih264_buf_mgr_init(void *pv_buf) function
/external/libavc/decoder/
H A Dih264d_utils.c1689 ih264_buf_mgr_init((buf_mgr_t *)ps_dec->pv_pic_buf_mgr);
2287 ih264_buf_mgr_init((buf_mgr_t *)ps_dec->pv_mv_buf_mgr);
/external/libavc/encoder/
H A Dih264e_api.c2554 ps_codec->pv_mv_buf_mgr = ih264_buf_mgr_init(ps_codec->pv_mv_buf_mgr_base);
2557 ps_codec->pv_ref_buf_mgr = ih264_buf_mgr_init(
2561 ps_codec->pv_inp_buf_mgr = ih264_buf_mgr_init(
2565 ps_codec->pv_out_buf_mgr = ih264_buf_mgr_init(

Completed in 110 milliseconds