Home
last modified time | relevance | path

Searched refs:ps_mv_buf_mgr (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_ref_list.c73 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc) in ihevcd_mv_mgr_get_poc() argument
80 for(i = 0; i < ps_mv_buf_mgr->u4_max_buf_cnt; i++) in ihevcd_mv_mgr_get_poc()
82 ps_mv_buf = (mv_buf_t *)ps_mv_buf_mgr->apv_ptr[i]; in ihevcd_mv_mgr_get_poc()
106 buf_mgr_t *ps_mv_buf_mgr = (buf_mgr_t *)ps_codec->pv_mv_buf_mgr; in ihevcd_ref_list() local
436 ps_mv_buf = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf->i4_abs_poc); in ihevcd_ref_list()
485 ps_mv_buf = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf->i4_abs_poc); in ihevcd_ref_list()
Dihevcd_parse_slice_header.c75 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc);
1002 buf_mgr_t *ps_mv_buf_mgr = (buf_mgr_t *)ps_codec->pv_mv_buf_mgr; in ihevcd_parse_slice_header() local
1012 ps_mv_buf_ref = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf_ref->i4_abs_poc); in ihevcd_parse_slice_header()
Dihevcd_utils.c80 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc);
966 buf_mgr_t *ps_mv_buf_mgr = (buf_mgr_t *)ps_codec->pv_mv_buf_mgr; in ihevcd_parse_pic_init() local
1005 ps_mv_buf_ref = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf_ref->i4_abs_poc); in ihevcd_parse_pic_init()