Home
last modified time | relevance | path

Searched refs:pv_mv_buf_mgr (Results 1 – 16 of 16) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_slice.c322 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_start_of_pic()
423 ps_col_mv = (col_mv_buf_t *)ih264_buf_mgr_get_next_free((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_start_of_pic()
473 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_start_of_pic()
494 … ps_col_mv = (col_mv_buf_t *)ih264_buf_mgr_get_next_free((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_start_of_pic()
792 ih264_buf_mgr_set_status((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_end_of_pic_dispbuf_mgr()
843 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_end_of_pic_dispbuf_mgr()
884 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_err_pic_dispbuf_mgr()
Dih264d_dpb_mgr.c120 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_free_ref_pic_mv_bufs()
1368 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_release_pics_in_dpb()
Dih264d_api.c961 memset(ps_dec->pv_mv_buf_mgr, 0, size); in ih264d_init_decoder()
1207 PS_DEC_ALIGNED_FREE(ps_dec, ps_dec->pv_mv_buf_mgr); in ih264d_free_static_bufs()
1457 ps_dec->pv_mv_buf_mgr = pv_buf; in ih264d_allocate_static_bufs()
Dih264d_utils.c2255 ih264_buf_mgr_init((buf_mgr_t *)ps_dec->pv_mv_buf_mgr); in ih264d_create_mv_bank()
2277 buf_ret = ih264_buf_mgr_add((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, ps_col_mv, i); in ih264d_create_mv_bank()
Dih264d_structs.h1328 void *pv_mv_buf_mgr; member
/external/libhevc/decoder/
Dihevcd_ref_list.c106 buf_mgr_t *ps_mv_buf_mgr = (buf_mgr_t *)ps_codec->pv_mv_buf_mgr; in ihevcd_ref_list()
510 ihevc_buf_mgr_release((buf_mgr_t *)ps_codec->pv_mv_buf_mgr, j, BUF_MGR_REF); in ihevcd_ref_list()
Dihevcd_utils.c689 buf_ret = ihevc_buf_mgr_add((buf_mgr_t *)ps_codec->pv_mv_buf_mgr, ps_mv_buf, i); in ihevcd_mv_buf_mgr_add_bufs()
879 …ps_mv_buf = (mv_buf_t *)ihevc_buf_mgr_get_next_free((buf_mgr_t *)ps_codec->pv_mv_buf_mgr, &cur_mv_… in ihevcd_parse_pic_init()
966 buf_mgr_t *ps_mv_buf_mgr = (buf_mgr_t *)ps_codec->pv_mv_buf_mgr; in ihevcd_parse_pic_init()
Dihevcd_parse_slice_header.c897 … ihevc_buf_mgr_release((buf_mgr_t *)ps_codec->pv_mv_buf_mgr, j, BUF_MGR_REF); in ihevcd_parse_slice_header()
941 buf_mgr_t *ps_mv_buf_mgr = (buf_mgr_t *)ps_codec->pv_mv_buf_mgr; in ihevcd_parse_slice_header()
Dihevcd_structs.h1928 void *pv_mv_buf_mgr; member
Dihevcd_decode.c866 ihevc_buf_mgr_set_status((buf_mgr_t *)ps_codec->pv_mv_buf_mgr, in ihevcd_decode()
Dihevcd_api.c1097 ihevc_buf_mgr_init((buf_mgr_t *)ps_codec->pv_mv_buf_mgr); in ihevcd_init()
1245 ps_codec->pv_mv_buf_mgr = pv_buf; in ihevcd_allocate_static_bufs()
1433 ALIGNED_FREE(ps_codec, ps_codec->pv_mv_buf_mgr); in ihevcd_free_static_bufs()
/external/libavc/encoder/
Dih264e_encode.c588 … ret = ih264_buf_mgr_release(ps_codec->pv_mv_buf_mgr, ps_cur_mv_buf->i4_buf_id , BUF_MGR_REF); in ih264e_encode()
589 … ret |= ih264_buf_mgr_release(ps_codec->pv_mv_buf_mgr, ps_cur_mv_buf->i4_buf_id , BUF_MGR_IO); in ih264e_encode()
Dih264e_utils.c934 ret = ih264_buf_mgr_add((buf_mgr_t *) ps_codec->pv_mv_buf_mgr, in ih264e_mv_buf_mgr_add_bufs()
1643 ih264_buf_mgr_release(ps_codec->pv_mv_buf_mgr, in ih264e_pic_init()
1698 (buf_mgr_t *) ps_codec->pv_mv_buf_mgr, in ih264e_pic_init()
1710 ih264_buf_mgr_set_status(ps_codec->pv_mv_buf_mgr, in ih264e_pic_init()
Dih264e_structs.h2324 void *pv_mv_buf_mgr; member
Dih264e_process.c2276 …error_status |= ih264_buf_mgr_release(ps_codec->pv_mv_buf_mgr, ps_cur_mv_buf->i4_buf_id , BUF_MGR_… in ih264e_process()
Dih264e_api.c2609 ps_codec->pv_mv_buf_mgr = ih264_buf_mgr_init(ps_codec->pv_mv_buf_mgr_base); in ih264e_init()
4536 ih264_buf_mgr_free((buf_mgr_t *)ps_codec->pv_mv_buf_mgr); in ih264e_retrieve_memrec()