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()
795 ih264_buf_mgr_set_status((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_end_of_pic_dispbuf_mgr()
854 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_end_of_pic_dispbuf_mgr()
895 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()
1415 ih264_buf_mgr_release((buf_mgr_t *)ps_dec->pv_mv_buf_mgr, in ih264d_release_pics_in_dpb()
Dih264d_structs.h1331 void *pv_mv_buf_mgr; member
Dih264d_utils.c2368 ih264_buf_mgr_init((buf_mgr_t *)ps_dec->pv_mv_buf_mgr); in ih264d_create_mv_bank()
2390 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_api.c1113 memset(ps_dec->pv_mv_buf_mgr, 0, size); in ih264d_init_decoder()
1358 PS_DEC_ALIGNED_FREE(ps_dec, ps_dec->pv_mv_buf_mgr); in ih264d_free_static_bufs()
1641 ps_dec->pv_mv_buf_mgr = pv_buf; in ih264d_allocate_static_bufs()
/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.c970 … ihevc_buf_mgr_release((buf_mgr_t *)ps_codec->pv_mv_buf_mgr, j, BUF_MGR_REF); in ihevcd_parse_slice_header()
1014 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.c881 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()
1298 ps_codec->pv_mv_buf_mgr = pv_buf; in ihevcd_allocate_static_bufs()
1526 ALIGNED_FREE(ps_codec, ps_codec->pv_mv_buf_mgr); in ihevcd_free_static_bufs()
/external/libavc/encoder/
Dih264e_encode.c674 … ret = ih264_buf_mgr_release(ps_codec->pv_mv_buf_mgr, ps_cur_mv_buf->i4_buf_id , BUF_MGR_REF); in ih264e_encode()
675 … 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.c946 ret = ih264_buf_mgr_add((buf_mgr_t *) ps_codec->pv_mv_buf_mgr, in ih264e_mv_buf_mgr_add_bufs()
1655 ih264_buf_mgr_release(ps_codec->pv_mv_buf_mgr, in ih264e_pic_init()
1710 (buf_mgr_t *) ps_codec->pv_mv_buf_mgr, in ih264e_pic_init()
1722 ih264_buf_mgr_set_status(ps_codec->pv_mv_buf_mgr, in ih264e_pic_init()
Dih264e_structs.h2333 void *pv_mv_buf_mgr; member
Dih264e_process.c2352 error_status = ih264_buf_mgr_release(ps_codec->pv_mv_buf_mgr, in ih264e_process()
Dih264e_api.c3124 ps_codec->pv_mv_buf_mgr = ih264_buf_mgr_init(ps_codec->pv_mv_buf_mgr_base); in ih264e_init()
5056 ih264_buf_mgr_free((buf_mgr_t *)ps_codec->pv_mv_buf_mgr); in ih264e_retrieve_memrec()